Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
dune-mmdg
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
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Hörl, Maximilian
dune-mmdg
Commits
1269124d
Commit
1269124d
authored
Mar 20, 2020
by
Hörl, Maximilian
Browse files
Options
Downloads
Patches
Plain Diff
fix grid mmdg2
parent
7d16116f
No related branches found
No related tags found
No related merge requests found
Changes
2
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/grids/mmdg2.geo
+10
-9
10 additions, 9 deletions
src/grids/mmdg2.geo
src/grids/mmdg2.msh
+1605
-1620
1605 additions, 1620 deletions
src/grids/mmdg2.msh
with
1615 additions
and
1629 deletions
src/grids/mmdg2.geo
+
10
−
9
View file @
1269124d
...
@@ -13,21 +13,22 @@ Point(6) = {0.5, 1, 0, lc};
...
@@ -13,21 +13,22 @@ Point(6) = {0.5, 1, 0, lc};
Point(7) = {0.5, 0.5, 0, lc};
Point(7) = {0.5, 0.5, 0, lc};
//domain outline
//domain outline
Line(1) = {1, 2};
Line(1) = {1, 5};
Line(2) = {2, 3};
Line(2) = {5, 2};
Line(3) = {3, 4};
Line(3) = {2, 3};
Line(4) = {4, 1};
Line(4) = {3, 6};
Line(5) = {6, 4};
Line(6) = {4, 1};
//interface outline
//interface outline
Line(6) = {5, 7};
Line(7) = {5, 6};
Line(7) = {7, 6};
//curve loops
//curve loops
Curve Loop(1) = {1:
4
}; //domain boundary
Curve Loop(1) = {1:
6
}; //domain boundary
//surfaces
//surfaces
Plane Surface(1) = {1};
Plane Surface(1) = {1};
Physical Surface(1) = {1};
Physical Surface(1) = {1};
Curve{
6:
7} In Surface{1};
Curve{7} In Surface{1};
Physical Curve(2) = {
6:
7};
Physical Curve(2) = {7};
This diff is collapsed.
Click to expand it.
src/grids/mmdg2.msh
+
1605
−
1620
View file @
1269124d
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