Skip to content
Snippets Groups Projects
Commit cca0f55f authored by Tristan Carrier Baudouin's avatar Tristan Carrier Baudouin
Browse files

periodic Voronoi

parent b8ca0db8
No related branches found
No related tags found
No related merge requests found
...@@ -27,6 +27,7 @@ class voroMetal3D{ ...@@ -27,6 +27,7 @@ class voroMetal3D{
void print_geo_face(int,int,std::ofstream&); void print_geo_face(int,int,std::ofstream&);
void print_geo_physical_face(int,int,std::ofstream&); void print_geo_physical_face(int,int,std::ofstream&);
void print_geo_volume(int,int,std::ofstream&); void print_geo_volume(int,int,std::ofstream&);
void print_geo_physical_volume(int,int,std::ofstream&);
void print_geo_line_loop(int,std::vector<int>&,std::vector<int>&,std::ofstream&); void print_geo_line_loop(int,std::vector<int>&,std::vector<int>&,std::ofstream&);
void print_geo_face_loop(int,std::vector<int>&,std::ofstream&); void print_geo_face_loop(int,std::vector<int>&,std::ofstream&);
void correspondance(double); void correspondance(double);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment