Skip to content
Snippets Groups Projects
Commit 7760eedc authored by Emilie Marchandise's avatar Emilie Marchandise
Browse files

No commit message

No commit message
parent 71d62e1f
No related branches found
No related tags found
No related merge requests found
......@@ -788,9 +788,15 @@ multiscaleLaplace::multiscaleLaplace (std::vector<MElement *> &elements,
recur_compute_centers_ (1.0, M_PI, 0.0, root, nbElems);
//Split the mesh in left and right
//or Cut the mesh in left and right
//or Cut the mesh in left and right (of bamg)
if ( CTX::instance()->mesh.algo2d == ALGO_2D_BAMG){
printf("-------------> EXACT CUTTING \n");
cutElems(elements);
}
else {
splitElems(elements);
//cutElems(elements);
}
}
void multiscaleLaplace::fillCoordinates (multiscaleLaplaceLevel & level,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment