Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
amdis
amdis-core
Commits
3e77e30c
Commit
3e77e30c
authored
Jun 24, 2019
by
Praetorius, Simon
Browse files
merge remote branch
parents
c526c8b6
48e6a546
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/amdis/FileWriter.hpp
View file @
3e77e30c
...
...
@@ -89,6 +89,9 @@ namespace AMDiS
vtkSeqWriter_
=
std
::
make_shared
<
VTKSequenceWriter
<
GridView
>>
(
vtkWriter_
);
vtkWriter_
->
addVertexData
(
discreteFct_
,
Dune
::
VTK
::
FieldInfo
(
name_
,
VTKFieldType
<
Range
>
,
VTKFieldSize
<
Range
>
));
test_exit
(
dir_
==
"."
||
filesystem
::
exists
(
dir_
),
"Output directory '{}' does not exist!"
,
dir_
);
filesystem
::
create_directories
(
dir_
+
"/data"
);
}
void
init
(
std
::
string
const
&
,
tag
::
unknown
)
{}
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment