Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
dune-alugrid
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
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
ag-ohlberger
dune-community
dune-alugrid
Commits
c9dfc339
Commit
c9dfc339
authored
9 years ago
by
Robert K
Browse files
Options
Downloads
Patches
Plain Diff
Added different sb grids for the 2d examples.
parent
67b01dff
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
examples/dgf/sb2d.dgf
+1
-1
1 addition, 1 deletion
examples/dgf/sb2d.dgf
examples/dgf/sb2d_6400.dgf
+22
-0
22 additions, 0 deletions
examples/dgf/sb2d_6400.dgf
examples/dgf/sb2d_65536.dgf
+22
-0
22 additions, 0 deletions
examples/dgf/sb2d_65536.dgf
with
45 additions
and
1 deletion
examples/dgf/sb2d.dgf
+
1
−
1
View file @
c9dfc339
...
...
@@ -3,7 +3,7 @@ DGF
Interval
0 0 % first corner
1 1 % second corner
4
4
% 4 cells in each direction
8
8
% 4 cells in each direction
#
BoundaryDomain
...
...
This diff is collapsed.
Click to expand it.
examples/dgf/sb2d_6400.dgf
0 → 100644
+
22
−
0
View file @
c9dfc339
DGF
Interval
0 0 % first corner
1 1 % second corner
80 80 % 4 cells in each direction
#
BoundaryDomain
default 1 % all boundaries have id 1
#
GridParameter
name 2d-unit-cube % name of the grid
refinementedge arbitrary % refinement edge for bisectioning
overlap 1 % number of overlap cells
periodic % periodicity parameter for YaspGrid
closure none % no green closure on UGGrid
copies all % let UGGrid make copies
#
# unitcube2.dgf
This diff is collapsed.
Click to expand it.
examples/dgf/sb2d_65536.dgf
0 → 100644
+
22
−
0
View file @
c9dfc339
DGF
Interval
0 0 % first corner
1 1 % second corner
256 256 % 4 cells in each direction
#
BoundaryDomain
default 1 % all boundaries have id 1
#
GridParameter
name 2d-unit-cube % name of the grid
refinementedge arbitrary % refinement edge for bisectioning
overlap 1 % number of overlap cells
periodic % periodicity parameter for YaspGrid
closure none % no green closure on UGGrid
copies all % let UGGrid make copies
#
# unitcube2.dgf
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