From d9d3b0518ce5e0a52b9a0bae55fa5d8ca5b3c515 Mon Sep 17 00:00:00 2001 From: Jaron Kent-Dobias Date: Tue, 24 Sep 2019 17:53:08 -0400 Subject: made backbone cleaning more efficient by restricting to one-side-broken only, updated the crack finder to this new paradigm --- src/animate_fracture.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/animate_fracture.cpp') diff --git a/src/animate_fracture.cpp b/src/animate_fracture.cpp index 9d875e6..2b5e55c 100644 --- a/src/animate_fracture.cpp +++ b/src/animate_fracture.cpp @@ -57,7 +57,7 @@ int main(int argc, char* argv[]) { cholmod_common c; CHOL_F(start)(&c); - animate meas(sqrt(2*n *a), sqrt( 2*n / a), 700, argc, argv); + animate meas(sqrt(2*n *a), sqrt( 2*n / a), 1000, argc, argv); randutils::auto_seed_128 seeds; std::mt19937 rng{seeds}; @@ -66,7 +66,7 @@ int main(int argc, char* argv[]) { graph G(n, a, rng); elastic_network elastic_network(G, &c); elastic_network.set_thresholds(beta, rng); - elastic_network.fracture(meas, true); + elastic_network.fracture(meas); if (quit.load()) break; -- cgit v1.2.3-70-g09d2