Skip to content
Snippets Groups Projects
Commit ebf461a6 authored by Dennis Gläser's avatar Dennis Gläser Committed by Timo Koch
Browse files

[CCTpfa] change name of the fvelemgeomvector

parent b5ed30cc
No related branches found
No related tags found
1 merge request!617[WIP] Next
...@@ -57,7 +57,7 @@ private: ...@@ -57,7 +57,7 @@ private:
* for each element. * for each element.
*/ */
template<class TypeTag> template<class TypeTag>
class TpfaFVElementGeometryVector class CCTpfaFVElementGeometryVector
{ {
using Problem = typename GET_PROP_TYPE(TypeTag, Problem); using Problem = typename GET_PROP_TYPE(TypeTag, Problem);
using GridView = typename GET_PROP_TYPE(TypeTag, GridView); using GridView = typename GET_PROP_TYPE(TypeTag, GridView);
...@@ -69,7 +69,7 @@ class TpfaFVElementGeometryVector ...@@ -69,7 +69,7 @@ class TpfaFVElementGeometryVector
public: public:
//! Constructor //! Constructor
TpfaFVElementGeometryVector(const GridView gridView) CCTpfaFVElementGeometryVector(const GridView gridView)
: gridView_(gridView), elementMap_(gridView) {} : gridView_(gridView), elementMap_(gridView) {}
/* \brief Get the finite volume geometry of an element /* \brief Get the finite volume geometry of an element
......
...@@ -44,7 +44,7 @@ template<class TypeTag> class FVElementGeometry; ...@@ -44,7 +44,7 @@ template<class TypeTag> class FVElementGeometry;
namespace Properties { namespace Properties {
//! Set the default for the FVElementGeometry vector //! Set the default for the FVElementGeometry vector
SET_TYPE_PROP(CCTpfaModel, FVElementGeometryVector, TpfaFVElementGeometryVector<TypeTag>); SET_TYPE_PROP(CCTpfaModel, FVElementGeometryVector, CCTpfaFVElementGeometryVector<TypeTag>);
//! Set the default for the ElementBoundaryTypes //! Set the default for the ElementBoundaryTypes
SET_TYPE_PROP(CCTpfaModel, ElementBoundaryTypes, Dumux::CCElementBoundaryTypes<TypeTag>); SET_TYPE_PROP(CCTpfaModel, ElementBoundaryTypes, Dumux::CCElementBoundaryTypes<TypeTag>);
......
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