Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
amdis
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
iwr
amdis
Commits
7fe26bdd
Commit
7fe26bdd
authored
11 years ago
by
Praetorius, Simon
Browse files
Options
Downloads
Patches
Plain Diff
mass conserving problemstat not using multi-mesh added
parent
1f6cfda5
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
extensions/Refinement.h
+1
-1
1 addition, 1 deletion
extensions/Refinement.h
extensions/demo/other/init/cahnHilliard_navierStokes.dat.2d
+3
-3
3 additions, 3 deletions
extensions/demo/other/init/cahnHilliard_navierStokes.dat.2d
with
4 additions
and
4 deletions
extensions/Refinement.h
+
1
−
1
View file @
7fe26bdd
...
...
@@ -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
();
...
...
This diff is collapsed.
Click to expand it.
extensions/demo/other/init/cahnHilliard_navierStokes.dat.2d
+
3
−
3
View file @
7fe26bdd
...
...
@@ -43,7 +43,7 @@ ns->non-linear term: 2
ch->space->mass conservation component: 0
% =========== OUTPUT ==============================================
prefix: _restrict
2
prefix: _restrict
3
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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment