summaryrefslogtreecommitdiff
path: root/lib/src/network.cpp
AgeCommit message (Collapse)Author
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-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-24made backbone cleaning more efficient by restricting to one-side-broken ↵Jaron Kent-Dobias
only, updated the crack finder to this new paradigm
2019-09-23ran clang-formatJaron Kent-Dobias
2019-09-23successfully implemented the backbone trimming with homespun graph ↵Jaron Kent-Dobias
algorithms, measurements have mostly been disabled and need to be migrated
2019-09-23more work, need to finish implementation of searches and make sure existing ↵Jaron Kent-Dobias
ones correctly exclude the cycle edges
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-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 ↵Jaron Kent-Dobias
remaining fuses
2019-05-06more cutoff tweakingJaron Kent-Dobias
2019-05-06changed the way cutoffs function to prevent erros, and added measurement for ↵Jaron Kent-Dobias
path length
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-03-19removed exit errors in favor of throwsJaron 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-01-24style changesJaron Kent-Dobias
2018-12-28partially fixed problems that arise in small systems by reworking the way ↵Jaron Kent-Dobias
that boundary edges are identified
2018-12-20added animation example, and did many fixes to the voronoi systemJaron Kent-Dobias
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-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