We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec816ea commit 8b482a9Copy full SHA for 8b482a9
src/mesh/simplex_refiner.C
@@ -51,7 +51,7 @@ SimplexRefiner::SimplexRefiner (UnstructuredMesh & mesh) :
51
52
bool SimplexRefiner::refine_elements()
53
{
54
- if (_mesh.is_prepared())
+ if (!_mesh.is_prepared())
55
_mesh.prepare_for_use();
56
57
// We should add more options later: to refine via circumcenter
0 commit comments