summaryrefslogtreecommitdiff
path: root/lib/src
AgeCommit message (Collapse)Author
2018-12-28partially fixed problems that arise in small systems by reworking the way ↵Jaron Kent-Dobias
that boundary edges are identified
2018-12-25removed assert business and just disabled itJaron Kent-Dobias
2018-12-23fixed assert trick to actually workJaron 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-12added support for voronoi graph generation—existing example code does not ↵Jaron Kent-Dobias
use it yet
2018-12-06all threshold comparisons now done in log, so as to prevent underflows at ↵Jaron Kent-Dobias
small beta
2018-12-05now takes Lx and Ly for anisotropic fractureJaron Kent-Dobias
2018-11-21slightly friendlier graph initializationJaron Kent-Dobias
2018-11-14a lot of cleaning and simplificationJaron Kent-Dobias
2018-11-12changesJaron Kent-Dobias
2018-11-07changed the way that the cutoff is used to compare conductivityJaron Kent-Dobias
2018-11-01revamped and simplied fracture code with c++Jaron Kent-Dobias