MoDeNa  1.0
Software framework facilitating sequential multi-scale modelling
skeleton.hh
1 #ifndef SKELETON_H
2 #define SKELETON_H
3 
4 void makeFoamSkeleton(std::string, int, int *, int *, int *, bool);
5 void importFoamSkeleton(std::string, double **, int **, int, int, int &, bool);
6 
7 #endif
void importFoamSkeleton(string filename, double **vert, int **vinc, int vmax, int incmax, int &sv, bool report)
Load geometric tessellation, move it to the domain and store it.
Definition: skeleton.cc:47
void makeFoamSkeleton(string filename, int ncell, int *center_x, int *center_y, int *center_z, bool report)
Make geometric tessellation using voro++ and store it to a file.
Definition: skeleton.cc:16