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

Merge branch 'fix/ff-momentum-base-residual' into 'master'

[cvfe][ffmomentum] Use BaseLocalResidual in momentum residual

See merge request !3843
parents d05290fb 40b9533a
No related branches found
No related tags found
1 merge request!3843[cvfe][ffmomentum] Use BaseLocalResidual in momentum residual
Pipeline #47787 passed
......@@ -31,9 +31,9 @@ namespace Dumux {
*/
template<class TypeTag>
class NavierStokesMomentumCVFELocalResidual
: public CVFELocalResidual<TypeTag>
: public GetPropType<TypeTag, Properties::BaseLocalResidual>
{
using ParentType = CVFELocalResidual<TypeTag>;
using ParentType = GetPropType<TypeTag, Properties::BaseLocalResidual>;
using GridVariables = GetPropType<TypeTag, Properties::GridVariables>;
......
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