Skip to content
Snippets Groups Projects
Commit 3ad020ec authored by Kilian Weishaupt's avatar Kilian Weishaupt Committed by Timo Koch
Browse files

[staggeredfvassembler] Make GridVariables alias public

parent 22aabf32
No related branches found
No related tags found
2 merge requests!1337WIP Fix/dirichlet caching v2,!1330Feature/improve privar switch
...@@ -61,11 +61,11 @@ class StaggeredFVAssembler: public MultiDomainFVAssembler<StaggeredMultiDomainTr ...@@ -61,11 +61,11 @@ class StaggeredFVAssembler: public MultiDomainFVAssembler<StaggeredMultiDomainTr
diffMethod>; diffMethod>;
using Problem = GetPropType<TypeTag, Properties::Problem>; using Problem = GetPropType<TypeTag, Properties::Problem>;
using GridVariables = GetPropType<TypeTag, Properties::GridVariables>;
using TimeLoop = TimeLoopBase<GetPropType<TypeTag, Properties::Scalar>>; using TimeLoop = TimeLoopBase<GetPropType<TypeTag, Properties::Scalar>>;
public: public:
using FVGridGeometry = GetPropType<TypeTag, Properties::FVGridGeometry>; using FVGridGeometry = GetPropType<TypeTag, Properties::FVGridGeometry>;
using GridVariables = GetPropType<TypeTag, Properties::GridVariables>;
using CouplingManager = typename ParentType::CouplingManager; using CouplingManager = typename ParentType::CouplingManager;
//! The constructor for stationary problems //! The constructor for stationary problems
......
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