Skip to content
Snippets Groups Projects
Commit 7fe26bdd authored by Praetorius, Simon's avatar Praetorius, Simon
Browse files

mass conserving problemstat not using multi-mesh added

parent 1f6cfda5
Branches
Tags
No related merge requests found
......@@ -172,7 +172,7 @@ public:
int i = 0;
while (meshChanged && i < numRefinements) {
markElements(markFlag);
meshChanged = refineMesh(adaptInfo, markFlag, onlyRefine);
meshChanged = refineMesh(markFlag, onlyRefine);
calcMeshSizes(minH, maxH, minLevel, maxLevel, false);
int nr = mesh->getNumberOfVertices();
......
......@@ -43,7 +43,7 @@ ns->non-linear term: 2
ch->space->mass conservation component: 0
% =========== OUTPUT ==============================================
prefix: _restrict2
prefix: _restrict3
ch->space->output->filename: ./output/ch${prefix}_
ns->velocity->output->filename: ./output/velocity${prefix}_
......@@ -58,8 +58,8 @@ adapt->end time: 100.0
% ============= PROBLEM-SPACES - CH =============================
ch->space->components: 2
ch->space->polynomial degree[0]: 2
ch->space->polynomial degree[1]: 2
ch->space->polynomial degree[0]: 3
ch->space->polynomial degree[1]: 3
ch->space->dim: 2
ch->space->mesh: mesh
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment