Skip to content
Snippets Groups Projects
Commit 01020c73 authored by Markus Wolff's avatar Markus Wolff
Browse files

added reset function for front marking to cell data class of adaptive

decoupled 2p models



git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@8029 2fb0f335-1f38-0410-981e-8018bf24f1b0
parent b760a5b3
No related branches found
No related tags found
No related merge requests found
...@@ -127,6 +127,15 @@ public: ...@@ -127,6 +127,15 @@ public:
return isFront_; return isFront_;
} }
/*! \brief Reset the front marker
*
* Sets front marker to <tt>false</tt>;
*/
void resetFrontMarker()
{
isFront_ = false;
}
//! Marks the cell as fluid-fluid displacement-front cell //! Marks the cell as fluid-fluid displacement-front cell
void setFront() void setFront()
{ {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment