Age | Commit message (Expand) | Author |
2020-03-29 | Fixed bug in bowtie flap finder that sometimes missed one bond. | Jaron Kent-Dobias |
2020-03-16 | Updated voronoi. | Jaron Kent-Dobias |
2020-03-16 | Implemented new behavior when w=0 or w=1. | Jaron Kent-Dobias |
2019-11-06 | added support for saving networks to the library and revamped the sample method | Jaron Kent-Dobias |
2019-10-23 | added new contains uses | Jaron Kent-Dobias |
2019-10-09 | measuring the clusters before the last avalanche again | Jaron Kent-Dobias |
2019-09-30 | new voronoi version | Jaron Kent-Dobias |
2019-09-24 | fixed measurements for new paradigm | Jaron Kent-Dobias |
2019-09-24 | made backbone cleaning more efficient by restricting to one-side-broken only,... | Jaron Kent-Dobias |
2019-09-23 | lost a dependency header | Jaron Kent-Dobias |
2019-09-23 | ran clang-format | Jaron Kent-Dobias |
2019-09-23 | successfully implemented the backbone trimming with homespun graph algorithms... | Jaron Kent-Dobias |
2019-09-23 | more work, need to finish implementation of searches and make sure existing o... | Jaron Kent-Dobias |
2019-09-23 | started migration away from boost algorithms is the backbone trimming code | Jaron Kent-Dobias |
2019-06-29 | more fixes, and updating the interface | Jaron Kent-Dobias |
2019-06-24 | mostly implemented the ability to find dead bonds using topological properties | Jaron Kent-Dobias |
2019-06-15 | changed current cutoff based on evidence from histograms | Jaron Kent-Dobias |
2019-06-12 | fixed the current cutoff is the percolation measurements | Jaron Kent-Dobias |
2019-06-11 | fixed current cutoffs | Jaron Kent-Dobias |
2019-05-27 | refactored much of the fracture library and fixed some percolation measurements | Jaron Kent-Dobias |
2019-05-17 | added support for running percolation using the fuse network rules | Jaron Kent-Dobias |
2019-05-07 | added measurements of spanning cluster sizes and conducting backbone sizes | Jaron Kent-Dobias |
2019-05-07 | fixed bounds for good, expect maybe later specialization to the number of rem... | Jaron Kent-Dobias |
2019-05-06 | more cutoff tweaking | Jaron Kent-Dobias |
2019-05-06 | changed the way cutoffs function to prevent erros, and added measurement for ... | Jaron Kent-Dobias |
2019-04-27 | fixed problems with the current cutoff | Jaron Kent-Dobias |
2019-04-26 | network now computes currents to be consistent with constant strain boundaries | Jaron Kent-Dobias |
2019-04-24 | many changes to introduce two-component, elastic-like fracture | Jaron Kent-Dobias |
2019-04-19 | added support for rotating a lattice | Jaron Kent-Dobias |
2019-03-19 | removed exit errors in favor of throws | Jaron Kent-Dobias |
2019-02-24 | fixed problem computing Lx and Ly from a and n | Jaron Kent-Dobias |
2019-02-24 | added support for specifiying voronoi graphs with number of points and aspect... | Jaron Kent-Dobias |
2019-01-24 | style changes | Jaron Kent-Dobias |
2019-01-24 | made square graph construction sane | Jaron Kent-Dobias |
2019-01-24 | updated square lattice graph construction to use new crossing info | Jaron Kent-Dobias |
2019-01-24 | simplified random graph creation to only use uniform voronoi sites | Jaron Kent-Dobias |
2019-01-04 | updated voronoi code | Jaron Kent-Dobias |
2019-01-02 | more fixes to voronoi periodization, some upstream errors now caught and cons... | Jaron Kent-Dobias |
2018-12-28 | partially fixed problems that arise in small systems by reworking the way tha... | Jaron Kent-Dobias |
2018-12-25 | removed assert business and just disabled it | Jaron Kent-Dobias |
2018-12-23 | fixed assert trick to actually work | Jaron Kent-Dobias |
2018-12-23 | cleaned up graph a bit, redefined assert so that certain run errors in jc_vor... | Jaron Kent-Dobias |
2018-12-22 | system size now can take on non-integer values | Jaron Kent-Dobias |
2018-12-20 | added animation example, and did many fixes to the voronoi system | Jaron Kent-Dobias |
2018-12-12 | added support for voronoi graph generation—existing example code does not u... | Jaron Kent-Dobias |
2018-12-06 | all threshold comparisons now done in log, so as to prevent underflows at sma... | Jaron Kent-Dobias |
2018-12-05 | now takes Lx and Ly for anisotropic fracture | Jaron Kent-Dobias |
2018-11-21 | slightly friendlier graph initialization | Jaron Kent-Dobias |
2018-11-14 | increased current cutoff | Jaron Kent-Dobias |
2018-11-14 | a lot of cleaning and simplification | Jaron Kent-Dobias |