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-vtk
Commits
94411458
Commit
94411458
authored
Sep 04, 2018
by
Praetorius, Simon
Browse files
cleanup of construction order in spdatacollector
parent
0dbc1320
Changes
2
Hide whitespace changes
Inline
Side-by-side
dune/vtk/datacollectors/spdatacollector.hh
View file @
94411458
...
...
@@ -73,8 +73,8 @@ protected:
using
Super
::
gridView_
;
std
::
array
<
int
,
6
>
wholeExtent_
;
std
::
array
<
int
,
6
>
extent_
;
FieldVector
<
ctype
,
3
>
spacing_
;
FieldVector
<
ctype
,
3
>
origin_
;
FieldVector
<
ctype
,
3
>
spacing_
;
std
::
vector
<
std
::
size_t
>
indexMap_
;
};
...
...
src/polygongrid.cc
View file @
94411458
...
...
@@ -19,7 +19,6 @@
#include
<dune/vtk/writers/vtkunstructuredgridwriter.hh>
using
namespace
Dune
;
using
namespace
Dune
::
Functions
;
using
GridType
=
Dune
::
PolygonGrid
<
double
>
;
...
...
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