summaryrefslogtreecommitdiff
path: root/src/fracture.cpp
AgeCommit message (Collapse)Author
2019-06-29more fixes, and updating the interfaceJaron Kent-Dobias
2019-06-24mostly implemented the ability to find dead bonds using topological propertiesJaron Kent-Dobias
2019-06-12fixed calling a square lattice in the fracture problemJaron Kent-Dobias
2019-04-24many changes to introduce two-component, elastic-like fractureJaron Kent-Dobias
2019-04-19changed some constantsJaron Kent-Dobias
2019-02-24fixed problem computing Lx and Ly from a and nJaron Kent-Dobias
2019-02-24added support for specifiying voronoi graphs with number of points and ↵Jaron Kent-Dobias
aspect ratio, and added support for "infinite" beta (everything has the some threshold)
2019-02-21forgot to remove test fixed seed to rngJaron Kent-Dobias
2019-02-21simplified and sped up measurementsn substantially, correlation functions ↵Jaron Kent-Dobias
and some distributions again incompatible
2019-02-08mx and my by default are powers of two for fourier efficiencyJaron Kent-Dobias
2019-02-08revised measurements to bin correctly, renamed some. not compatible with ↵Jaron Kent-Dobias
earlier measurements!
2019-01-24style changesJaron Kent-Dobias
2019-01-24removed bin counting measurement, added measurement of higher cumulants of ↵Jaron Kent-Dobias
the correlation functions
2019-01-24simplified random graph creation to only use uniform voronoi sitesJaron Kent-Dobias
2018-12-23cleaned up graph a bit, redefined assert so that certain run errors in ↵Jaron Kent-Dobias
jc_voronoi can be caught
2018-12-22system size now can take on non-integer valuesJaron Kent-Dobias
2018-12-20added animation example, and did many fixes to the voronoi systemJaron Kent-Dobias
2018-12-05now takes Lx and Ly for anisotropic fractureJaron Kent-Dobias
2018-11-14a lot of cleaning and simplificationJaron Kent-Dobias
2018-11-01revamped and simplied fracture code with c++Jaron Kent-Dobias