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

hexahedra

parent f4b403a1
No related branches found
No related tags found
No related merge requests found
...@@ -23,7 +23,7 @@ class Filler{ ...@@ -23,7 +23,7 @@ class Filler{
bool inside_domain(MElementOctree*,double,double,double); bool inside_domain(MElementOctree*,double,double,double);
bool far_from_boundary(MElementOctree*,Node*); bool far_from_boundary(MElementOctree*,Node*);
void compute_parameters(Node*,GEntity*); void compute_parameters(Node*,GEntity*);
void offsprings(GEntity*,MElementOctree*,Node*,Node*,Node*,Node*,Node*,Node*,Node*); void create_spawns(GEntity*,MElementOctree*,Node*,std::vector<Node*>&);
double improvement(GEntity*,MElementOctree*,SPoint3,double,SVector3); double improvement(GEntity*,MElementOctree*,SPoint3,double,SVector3);
void print_segment(SPoint3,SPoint3,std::ofstream&); void print_segment(SPoint3,SPoint3,std::ofstream&);
void print_node(Node*,std::ofstream&); void print_node(Node*,std::ofstream&);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment