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
73bad849
Commit
73bad849
authored
7 years ago
by
Kilian Weishaupt
Browse files
Options
Downloads
Patches
Plain Diff
[problem] Remove initialPhasePresence() from ImplicitProblem
* is a porousmediumflow entitiy
parent
432332e8
No related branches found
Branches containing commit
No related tags found
Tags containing commit
Loading
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
dumux/implicit/problem.hh
+0
-27
0 additions, 27 deletions
dumux/implicit/problem.hh
with
0 additions
and
27 deletions
dumux/implicit/problem.hh
+
0
−
27
View file @
73bad849
...
...
@@ -458,33 +458,6 @@ public:
"an initial() or an initialAtPos() method."
);
}
/*!
* \brief Evaluate the initial phase state inside a control volume.
*
* \param vertex The vertex
* \param vIdxGlobal The global index of the vertex
* \param globalPos The global position
*/
int
initialPhasePresence
(
const
Vertex
&
vertex
,
int
&
vIdxGlobal
,
const
GlobalPosition
&
globalPos
)
const
{
// forward to generic interface
return
asImp_
().
initialPhasePresenceAtPos
(
globalPos
);
}
/*!
* \brief Evaluate the initial value for a control volume.
*
* \param globalPos The global position
*/
int
initialPhasePresenceAtPos
(
const
GlobalPosition
&
globalPos
)
const
{
//! As a default, i.e. if the user's problem does not overload any initialPhasePresence method
//! return 0 (the default phase state is depending on the model context)
return
0
;
}
/*!
* \brief Return how much the domain is extruded at a given sub-control volume.
*
...
...
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