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
e3bf871e
Commit
e3bf871e
authored
6 years ago
by
Melanie Lipp
Browse files
Options
Downloads
Patches
Plain Diff
[handbook] Add link to DUNE cheatsheet.
parent
2c6bfe9a
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!1343
[handbook] Add link to DUNE cheatsheet.
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc/handbook/1_introduction.tex
+4
-1
4 additions, 1 deletion
doc/handbook/1_introduction.tex
with
4 additions
and
1 deletion
doc/handbook/1_introduction.tex
+
4
−
1
View file @
e3bf871e
...
@@ -49,7 +49,10 @@ entity can be thought of as a prototype for the actual grid
...
@@ -49,7 +49,10 @@ entity can be thought of as a prototype for the actual grid
entity. For example, if we used a grid which applied hexahedrons as cells,
entity. For example, if we used a grid which applied hexahedrons as cells,
the reference element for each cell would be the unit cube
$
[
0
,
1
]
^
3
$
the reference element for each cell would be the unit cube
$
[
0
,
1
]
^
3
$
and the geometry function would scale and translate the cube so that
and the geometry function would scale and translate the cube so that
it matches the grid's cell. For a more thorough description of
\Dune
's
it matches the grid's cell. A quick overview of reference elements and the
related numbering can be gotten from the DUNE cheat sheet
(
\url
{
https://www.dune-project.org/pdf/dune-cheat-sheet.pdf
}
).
For a more thorough description of
\Dune
's
grid definition, see~
\cite
{
BASTIAN2008
}
.
grid definition, see~
\cite
{
BASTIAN2008
}
.
In addition to the grid interface,
\Dune
also provides quite a few
In addition to the grid interface,
\Dune
also provides quite a few
...
...
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