summaryrefslogtreecommitdiff
path: root/lib/src/graph.cpp
AgeCommit message (Expand)Author
2020-03-16Updated voronoi.Jaron Kent-Dobias
2019-11-06added support for saving networks to the library and revamped the sample methodJaron Kent-Dobias
2019-09-23ran clang-formatJaron Kent-Dobias
2019-09-23successfully implemented the backbone trimming with homespun graph algorithms...Jaron Kent-Dobias
2019-06-24mostly implemented the ability to find dead bonds using topological propertiesJaron Kent-Dobias
2019-04-19added support for rotating a latticeJaron 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 aspect...Jaron Kent-Dobias
2019-01-24style changesJaron Kent-Dobias
2019-01-24made square graph construction saneJaron Kent-Dobias
2019-01-24updated square lattice graph construction to use new crossing infoJaron Kent-Dobias
2019-01-24simplified random graph creation to only use uniform voronoi sitesJaron Kent-Dobias
2019-01-02more fixes to voronoi periodization, some upstream errors now caught and cons...Jaron Kent-Dobias
2018-12-28partially fixed problems that arise in small systems by reworking the way tha...Jaron Kent-Dobias
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 jc_vor...Jaron Kent-Dobias
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 u...Jaron Kent-Dobias
2018-12-05now takes Lx and Ly for anisotropic fractureJaron Kent-Dobias
2018-11-21slightly friendlier graph initializationJaron Kent-Dobias
2018-11-01revamped and simplied fracture code with c++Jaron Kent-Dobias