Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
dumux
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
dumux-repositories
dumux
Commits
2e9d041d
Commit
2e9d041d
authored
6 years ago
by
Dennis Gläser
Browse files
Options
Downloads
Patches
Plain Diff
[io][vtk] remove unused stuff
parent
0884e520
No related branches found
No related tags found
1 merge request
!944
[io][vtk] remove unused stuff
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
dumux/io/vtkoutputmodule.hh
+0
-14
0 additions, 14 deletions
dumux/io/vtkoutputmodule.hh
with
0 additions
and
14 deletions
dumux/io/vtkoutputmodule.hh
+
0
−
14
View file @
2e9d041d
...
@@ -76,8 +76,6 @@ class VtkOutputModule
...
@@ -76,8 +76,6 @@ class VtkOutputModule
using
Scalar
=
typename
GridVariables
::
Scalar
;
using
Scalar
=
typename
GridVariables
::
Scalar
;
using
GridView
=
typename
FVGridGeometry
::
GridView
;
using
GridView
=
typename
FVGridGeometry
::
GridView
;
using
ElementMapper
=
typename
FVGridGeometry
::
ElementMapper
;
using
VertexMapper
=
typename
FVGridGeometry
::
VertexMapper
;
enum
{
enum
{
dim
=
GridView
::
dimension
,
dim
=
GridView
::
dimension
,
...
@@ -581,18 +579,6 @@ private:
...
@@ -581,18 +579,6 @@ private:
//! return the number of dofs
//! return the number of dofs
std
::
size_t
numDofs_
()
const
{
return
gridGeom_
.
gridView
().
size
(
dofCodim
);
}
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
Problem
&
problem_
;
const
FVGridGeometry
&
gridGeom_
;
const
FVGridGeometry
&
gridGeom_
;
const
GridVariables
&
gridVariables_
;
const
GridVariables
&
gridVariables_
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment