Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
dumux-repositories
dumux
Commits
759bd3c8
Commit
759bd3c8
authored
Apr 27, 2018
by
Timo Koch
Browse files
Merge branch 'cleanup/vtkoutputmodule' into 'master'
[io][vtk] remove unused stuff See merge request
!944
parents
0884e520
2e9d041d
Changes
1
Hide whitespace changes
Inline
Side-by-side
dumux/io/vtkoutputmodule.hh
View file @
759bd3c8
...
...
@@ -76,8 +76,6 @@ class VtkOutputModule
using
Scalar
=
typename
GridVariables
::
Scalar
;
using
GridView
=
typename
FVGridGeometry
::
GridView
;
using
ElementMapper
=
typename
FVGridGeometry
::
ElementMapper
;
using
VertexMapper
=
typename
FVGridGeometry
::
VertexMapper
;
enum
{
dim
=
GridView
::
dimension
,
...
...
@@ -581,18 +579,6 @@ private:
//! return the number of dofs
std
::
size_t
numDofs_
()
const
{
return
gridGeom_
.
gridView
().
size
(
dofCodim
);
}
/*!
* \brief Helper function to retrieve privar data from the solution vector
* May be specialized.
*
* \param dofIdxGlobal The global dof index
* \param pvIdx The index of the primary variable
*/
auto
getPriVarData_
(
const
std
::
size_t
dofIdxGlobal
,
const
std
::
size_t
pvIdx
)
{
return
sol_
[
dofIdxGlobal
][
pvIdx
];
}
const
Problem
&
problem_
;
const
FVGridGeometry
&
gridGeom_
;
const
GridVariables
&
gridVariables_
;
...
...
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