summaryrefslogtreecommitdiff
path: root/src/fracture.h
diff options
context:
space:
mode:
authorpants <jaron@kent-dobias.com>2016-09-02 15:24:34 -0400
committerpants <jaron@kent-dobias.com>2016-09-02 15:24:34 -0400
commitfd14c5e39d962be94a1f68b0d4cacb7a4aa9c3e7 (patch)
tree9abbaf23c1a57985b90110ef33a5ed3455ab6b5a /src/fracture.h
parent7ff906b9cd27a44472b40e78e5d595ea41df1482 (diff)
downloadfuse_networks-fd14c5e39d962be94a1f68b0d4cacb7a4aa9c3e7.tar.gz
fuse_networks-fd14c5e39d962be94a1f68b0d4cacb7a4aa9c3e7.tar.bz2
fuse_networks-fd14c5e39d962be94a1f68b0d4cacb7a4aa9c3e7.zip
embedded systems with crack fully supported
Diffstat (limited to 'src/fracture.h')
-rw-r--r--src/fracture.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/fracture.h b/src/fracture.h
index 91b2bfc..93e2ed1 100644
--- a/src/fracture.h
+++ b/src/fracture.h
@@ -175,11 +175,12 @@ double *get_corr(finst *instance, unsigned int **dists, cholmod_common *c);
double *bin_values(fnet *network, unsigned int width, double *values);
-void voronoi_bound_ini(finst *instance, double *square_bound,
- unsigned int width);
+void voronoi_bound_ini(finst *instance, uint_t L, double crack_len);
break_data *alloc_break_data(unsigned int num_edges);
void free_break_data(break_data *data);
void update_break_data(break_data *data, unsigned int last_broke, double strength, double conductivity);
double get_conductivity(finst *inst, double *current, cholmod_common *c);
+
+void gen_voro_crack(finst *instance, double crack_len, cholmod_common *c);