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
900e18e3
Commit
900e18e3
authored
Sep 20, 2020
by
Praetorius, Simon
Browse files
update class documentation
parent
da03443f
Pipeline
#4819
passed with stage
in 12 minutes and 23 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
dune/gmsh4/gmsh4reader.hh
View file @
900e18e3
...
...
@@ -19,8 +19,10 @@ namespace Dune
*
* \tparam Grid Type of the grid to construct.
* \tparam GridCreator Policy type to control what to pass to a grid factory with
* data given from the file.
* \tparam SizeType Data type for indices in the .msh file
* data given from the file. [ContinuousGridCreator]
* \tparam SizeType Data type for indices in the .msh file. Should match in size
* the `data_size` information in the header of the .msh file.
* This type is used for the internal data in the caches. [std::size_t]
**/
template
<
class
Grid
,
class
GridCreator
=
Gmsh4
::
ContinuousGridCreator
<
Grid
>,
class
SizeType
=
std
::
size_t
>
class
Gmsh4Reader
...
...
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