Skip to content
Snippets Groups Projects
Commit ea8be978 authored by Kilian Weishaupt's avatar Kilian Weishaupt
Browse files

Merge branch 'fix/allow-inheritance-from-staggered-jacobian' into 'next'

[staggered][localJacobian] Allow inheritance

See merge request !422
parents 54f1c8be 9161571b
No related branches found
No related tags found
2 merge requests!617[WIP] Next,!422[staggered][localJacobian] Allow inheritance
...@@ -224,7 +224,7 @@ public: ...@@ -224,7 +224,7 @@ public:
const AssemblyMap& assemblyMap() const const AssemblyMap& assemblyMap() const
{ return assemblyMap_; } { return assemblyMap_; }
private: protected:
void evalPartialDerivatives_(const Element& element, void evalPartialDerivatives_(const Element& element,
const FVElementGeometry& fvGeometry, const FVElementGeometry& fvGeometry,
const ElementVolumeVariables& prevElemVolVars, const ElementVolumeVariables& prevElemVolVars,
......
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