Skip to content
Snippets Groups Projects
Commit cf4b73fd authored by Timo Koch's avatar Timo Koch
Browse files

[adapt] Implement a boundaryFaceIndex method for cellcentered fv geometry for...

[adapt] Implement a boundaryFaceIndex method for cellcentered fv geometry for compatibility with the box fvgeometry.

git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@15378 2fb0f335-1f38-0410-981e-8018bf24f1b0
parent 4452002a
No related branches found
No related tags found
No related merge requests found
...@@ -228,6 +228,14 @@ public: ...@@ -228,6 +228,14 @@ public:
} }
} }
} }
/*!
* \brief For compatibilty with the box element geometry
*/
int boundaryFaceIndex(const int fIdx, const int vIdxInFace) const
{
return fIdx;
}
}; };
} }
......
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