Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
dumux
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
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
dumux-repositories
dumux
Commits
dc506bf6
Commit
dc506bf6
authored
8 years ago
by
Kilian Weishaupt
Browse files
Options
Downloads
Patches
Plain Diff
[handbook] Minor changes in sequential tutorial
parent
b313ff5f
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!198
Fix/handbook 2.10
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc/handbook/3_tutorialsequential.tex
+2
-2
2 additions, 2 deletions
doc/handbook/3_tutorialsequential.tex
with
2 additions
and
2 deletions
doc/handbook/3_tutorialsequential.tex
+
2
−
2
View file @
dc506bf6
...
...
@@ -119,14 +119,14 @@ a problem class is attached to the new type tag, while the grid which
is going to be used is defined in line
\ref
{
tutorial-sequential:set-grid-type
}
--
in this case an
\texttt
{
YaspGrid
}
is created. Since there's no uniform mechanism to
allocate grids in
\Dune
,
\Dumux
features the concept of grid creators.
In this case the generic
\texttt
{
CubeGridCreator
}
(line
\ref
{
tutorial-sequential:set-gridcreator
}
)
which creates a
In this case the generic
\texttt
{
CubeGridCreator
}
which creates a
structured hexahedron grid of a specified size and resolution. For
this grid creator the physical domain of the grid is specified via the
run-time parameters
\texttt
{
Grid.UpperRight
}
and
\texttt
{
Grid.Cells
}
. These parameters can be specified via
the command-line or in a parameter file.
For more information about the
\Dune
grid interface, the different grid types
that are supported and the generation of different grids consult
that are supported and the generation of different grids
,
consult
chapter
\ref
{
sec:gridhandling
}
of this document and
the
\textit
{
Dune Grid Interface HOWTO
}
\cite
{
DUNE-HP
}
.
Next, we select the material of the simulation: In the case of a pure two-phase
...
...
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