index
:
code/fuse_networks
debug
master
Tools to simulate the breaking of random fuse networks.
Jaron Kent-Dobias
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
src
/
graph.cpp
Age
Commit message (
Expand
)
Author
2019-04-19
added support for rotating a lattice
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-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-05
now takes Lx and Ly for anisotropic fracture
Jaron Kent-Dobias
2018-11-21
slightly friendlier graph initialization
Jaron Kent-Dobias
2018-11-01
revamped and simplied fracture code with c++
Jaron Kent-Dobias