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

hexahedra

parent 94e3fee3
Branches
Tags
No related merge requests found
......@@ -361,7 +361,7 @@ void Filler::treat_region(GRegion* gr){
MElementOctree* octree;
deMeshGRegion deleter;
Wrapper wrapper;
GFace* gf;
//GFace* gf;
std::queue<Node*> fifo;
std::vector<Node*> spawns;
std::vector<Node*> garbage;
......@@ -449,6 +449,7 @@ void Filler::treat_region(GRegion* gr){
if(inside_domain(octree,x,y,z)){
compute_parameters(individual,gr);
individual->set_layer(parent->get_layer()+1);
if(far_from_boundary(octree,individual)){
wrapper.set_ok(1);
wrapper.set_individual(individual);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment