summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2020-04-05Add Lx and Ly to graph data output.Jaron Kent-Dobias
2020-03-29Fixed bug that prematurely marked some bowtie flaps as unbreakable.Jaron Kent-Dobias
2020-03-29Fixed bug in bowtie flap finder that sometimes missed one bond.Jaron Kent-Dobias
2020-03-16Updated voronoi.Jaron Kent-Dobias
2020-03-16Implemented new behavior when w=0 or w=1.Jaron Kent-Dobias
2019-11-06added support for saving networks to the library and revamped the sample methodJaron Kent-Dobias
2019-10-23added new contains usesJaron Kent-Dobias
2019-10-09measuring the clusters before the last avalanche againJaron Kent-Dobias
2019-09-30new voronoi versionJaron Kent-Dobias
2019-09-24fixed measurements for new paradigmJaron Kent-Dobias
2019-09-24made backbone cleaning more efficient by restricting to one-side-broken only,...Jaron Kent-Dobias
2019-09-23lost a dependency headerJaron Kent-Dobias
2019-09-23ran clang-formatJaron Kent-Dobias
2019-09-23successfully implemented the backbone trimming with homespun graph algorithms...Jaron Kent-Dobias
2019-09-23more work, need to finish implementation of searches and make sure existing o...Jaron Kent-Dobias
2019-09-23started migration away from boost algorithms is the backbone trimming codeJaron Kent-Dobias
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-15changed current cutoff based on evidence from histogramsJaron Kent-Dobias
2019-06-12fixed the current cutoff is the percolation measurementsJaron Kent-Dobias
2019-06-11fixed current cutoffsJaron Kent-Dobias
2019-05-27refactored much of the fracture library and fixed some percolation measurementsJaron Kent-Dobias
2019-05-17added support for running percolation using the fuse network rulesJaron Kent-Dobias
2019-05-07added measurements of spanning cluster sizes and conducting backbone sizesJaron Kent-Dobias
2019-05-07fixed bounds for good, expect maybe later specialization to the number of rem...Jaron Kent-Dobias
2019-05-06more cutoff tweakingJaron Kent-Dobias
2019-05-06changed the way cutoffs function to prevent erros, and added measurement for ...Jaron Kent-Dobias
2019-04-27fixed problems with the current cutoffJaron Kent-Dobias
2019-04-26network now computes currents to be consistent with constant strain boundariesJaron Kent-Dobias
2019-04-24many changes to introduce two-component, elastic-like fractureJaron Kent-Dobias
2019-04-19added support for rotating a latticeJaron Kent-Dobias
2019-03-19removed exit errors in favor of throwsJaron 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-04updated voronoi codeJaron 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-06all threshold comparisons now done in log, so as to prevent underflows at sma...Jaron Kent-Dobias
2018-12-05now takes Lx and Ly for anisotropic fractureJaron Kent-Dobias
2018-11-21slightly friendlier graph initializationJaron Kent-Dobias