summaryrefslogtreecommitdiff
path: root/src/measurements.cpp
AgeCommit message (Collapse)Author
2019-07-24rememebered to save filesJaron Kent-Dobias
2019-07-24added non-rotaded measurementsJaron Kent-Dobias
2019-07-24readded spatial measuremnets only for voronoi, and only for square systemsJaron 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-15added maesurement of current histogramsJaron Kent-Dobias
2019-06-12fixed calling a square lattice in the fracture problemJaron Kent-Dobias
2019-06-12same fix for fracture measurementsJaron Kent-Dobias
2019-06-11fixed manny of the research toolsJaron Kent-Dobias
2019-05-07added measurements of spanning cluster sizes and conducting backbone sizesJaron Kent-Dobias
2019-05-07added measurement of all clustersJaron Kent-Dobias
2019-05-06changed the way cutoffs function to prevent erros, and added measurement for ↵Jaron Kent-Dobias
path length
2019-04-27added exception definition to measurementsJaron Kent-Dobias
2019-04-27fixed problems with the current cutoffJaron Kent-Dobias
2019-04-26actually measuring avalanche sizes correctlyJaron Kent-Dobias
2019-04-26fixed dumb errorJaron Kent-Dobias
2019-04-26fixed measurement of avalanches to now be at constant external strainJaron Kent-Dobias
2019-04-25fixed the measurements for the voronoi latticeJaron Kent-Dobias
2019-04-24many changes to introduce two-component, elastic-like fractureJaron Kent-Dobias
2019-03-13now measuring clusters before last avalancheJaron 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-02-21simplified and sped up measurementsn substantially, correlation functions ↵Jaron Kent-Dobias
and some distributions again incompatible
2019-02-18removed the truncated measurementsJaron Kent-Dobias
2019-02-10fixed bug in distribution assignmentJaron Kent-Dobias
2019-02-09fixed size of analanche recordJaron Kent-Dobias
2019-02-09now collect correlatino functions and size distributions for truncated and ↵Jaron Kent-Dobias
untruncated measurements
2019-02-08revised measurements to bin correctly, renamed some. not compatible with ↵Jaron Kent-Dobias
earlier measurements!
2019-02-03added measurements for final damage and crack backbone length distributions, ↵Jaron Kent-Dobias
to compute disconnected correlation function correctly
2019-02-01added field for crack backbone/damage correlationsJaron Kent-Dobias
2019-01-24style changesJaron Kent-Dobias
2019-01-24removed bin counting measurement, added measurement of higher cumulants of ↵Jaron Kent-Dobias
the correlation functions
2018-12-28removed test.cpp and made the array for saving damage size distribution largerJaron 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-10fixed initialization error introduced in change to log thresholds—start ↵Jaron Kent-Dobias
with the lowest possible long double, not zero
2018-12-06all threshold comparisons now done in log, so as to prevent underflows at ↵Jaron Kent-Dobias
small beta
2018-12-06now write fracture data to bondfile, and avalanche statistics now computed ↵Jaron Kent-Dobias
using long doubles
2018-12-05now takes Lx and Ly for anisotropic fractureJaron Kent-Dobias
2018-11-14cluster size distribution is now measured at fracture minus spanning clusterJaron Kent-Dobias
2018-11-14fixed avalanche size measurementJaron Kent-Dobias
2018-11-14a lot of cleaning and simplificationJaron Kent-Dobias
2018-11-12changesJaron Kent-Dobias
2018-11-06css now measures the crack surface correlationsJaron Kent-Dobias
2018-11-06many changes to measurements, right now halfway through implementing a ↵Jaron Kent-Dobias
better, self-consistent record of the crack surface
2018-11-01revamped and simplied fracture code with c++Jaron Kent-Dobias