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
f488daea
Commit
f488daea
authored
6 years ago
by
Timo Koch
Browse files
Options
Downloads
Patches
Plain Diff
[io] Remove deprecated function
parent
35871909
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!1015
Fix/vtkouput staggered
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
dumux/io/vtkoutputmodule.hh
+0
-9
0 additions, 9 deletions
dumux/io/vtkoutputmodule.hh
with
0 additions
and
9 deletions
dumux/io/vtkoutputmodule.hh
+
0
−
9
View file @
f488daea
...
@@ -129,15 +129,6 @@ public:
...
@@ -129,15 +129,6 @@ public:
//! Do not call these methods after initialization i.e. _not_ within the time loop
//! Do not call these methods after initialization i.e. _not_ within the time loop
//////////////////////////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////////////////////////
//! Output a scalar volume variable
//! \param name The name of the vtk field
//! \param f A function taking a VolumeVariables object and returning the desired scalar
DUNE_DEPRECATED_MSG
(
"Will be removed after next release. Please use addVolumeVariable(function, name) instead!"
)
void
addSecondaryVariable
(
const
std
::
string
&
name
,
std
::
function
<
Scalar
(
const
VolumeVariables
&
)
>&&
f
)
{
volVarScalarDataInfo_
.
push_back
(
VolVarScalarDataInfo
{
f
,
name
});
}
//! Output a scalar volume variable
//! Output a scalar volume variable
//! \param name The name of the vtk field
//! \param name The name of the vtk field
//! \param f A function taking a VolumeVariables object and returning the desired scalar
//! \param f A function taking a VolumeVariables object and returning the desired scalar
...
...
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