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

[mpfa][elemvolvars] minor beautification

parent 0b246421
No related branches found
No related tags found
Loading
......@@ -69,14 +69,12 @@ public:
// function to be called before assembling an element, preparing the vol vars within the stencil
void bind(const Element& element,
const FVElementGeometry& fvGeometry,
const SolutionVector& sol)
{}
const SolutionVector& sol) {}
// function to prepare the vol vars within the element
void bindElement(const Element& element,
const FVElementGeometry& fvGeometry,
const SolutionVector& sol)
{}
const SolutionVector& sol) {}
//! The global volume variables object we are a restriction of
const GlobalVolumeVariables& globalVolVars() const
......
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