summaryrefslogtreecommitdiff
path: root/src/fracture.h
diff options
context:
space:
mode:
authorpants <jaron@kent-dobias.com>2016-09-12 11:28:59 -0400
committerpants <jaron@kent-dobias.com>2016-09-12 11:28:59 -0400
commita235904d571652e99edcc9ff9639ec39c8fbc456 (patch)
tree987166e04805d3c54fbe28a502642ae309aab494 /src/fracture.h
parent075347d995342171735b95ef3fff30f94f48fdf7 (diff)
downloadfuse_networks-a235904d571652e99edcc9ff9639ec39c8fbc456.tar.gz
fuse_networks-a235904d571652e99edcc9ff9639ec39c8fbc456.tar.bz2
fuse_networks-a235904d571652e99edcc9ff9639ec39c8fbc456.zip
added preliminary support for gathering statistics at crack growth, not critical stress
Diffstat (limited to 'src/fracture.h')
-rw-r--r--src/fracture.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/fracture.h b/src/fracture.h
index 5e1b3e4..f0a22e8 100644
--- a/src/fracture.h
+++ b/src/fracture.h
@@ -81,6 +81,7 @@ typedef struct {
bool voltage_bound;
unsigned int num_components;
cholmod_sparse *adjacency;
+ cholmod_sparse *dual_adjacency;
bool debug_stop;
} net_t;