Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
OPAL
src
Commits
9fc75b6b
Commit
9fc75b6b
authored
Jun 03, 2020
by
frey_m
Browse files
FielWriter: update comment
parent
794d517f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
0 deletions
+8
-0
src/Structure/FieldWriter.h
src/Structure/FieldWriter.h
+8
-0
No files found.
src/Structure/FieldWriter.h
View file @
9fc75b6b
...
...
@@ -25,6 +25,14 @@ class FieldWriter
{
public:
/// Dump a scalar or vector field to a file.
/*
* @param[in] field is the scalar or vector field on the grid
* @param[in] name is the field name
* @param[in] unit of the field
* @param[in] step of the output
* @param[in] image of the potential (optional)
*/
template
<
typename
FieldType
>
void
dumpField
(
FieldType
&
field
,
std
::
string
name
,
std
::
string
unit
,
long
long
step
,
...
...
Write
Preview
Markdown
is supported
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