Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
iwr
dune-gmsh4
Commits
08e25316
Commit
08e25316
authored
Oct 07, 2020
by
Praetorius, Simon
Browse files
update the readme file
parent
b62f7033
Pipeline
#5030
failed with stage
in 10 minutes and 21 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
08e25316
...
...
@@ -6,6 +6,11 @@ Provides a file reader to read MSH file format version 4. It supports various
grid-creator policies. Higher-order parametrized grids can be read using a
`LagrangeGridCreator`
.
## Installation Instructions
`dune-gmsh4`
requires the DUNE core modules, version 2.7 or later.
Please see the
[
general instructions for building DUNE modules
](
https://www.dune-project.org/doc/installation
)
for detailed instructions on how to build the module.
## Usage
Either construct a grid directly
```
c++
...
...
@@ -38,4 +43,4 @@ int main()
auto
grid
=
factory
.
createGrid
();
}
```
Note, the grid-creator itself is a grid-function.
\ No newline at end of file
Note, the grid-creator itself is a grid-function.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment