Skip to content
Snippets Groups Projects
Commit 8fb3cacb authored by Anna Mareike Kostelecky's avatar Anna Mareike Kostelecky Committed by Timo Koch
Browse files

[test][pnm][solidenergy] rename problem file and remove unused function

parent 620803c9
No related branches found
No related tags found
1 merge request!3426Add dualnetwork test from dumux-pub repository Koch2021a
......@@ -113,19 +113,6 @@ public:
return values;
}
/*!
* \brief Evaluates the boundary conditions for a Neumann control volume.
*/
template<class ElementVolumeVariables, class ElementFluxVariablesCache>
NumEqVector neumann(const Element& element,
const FVElementGeometry& fvGeometry,
const ElementVolumeVariables& elemVolVars,
const ElementFluxVariablesCache& elemFluxVarsCache,
const SubControlVolumeFace& scvf) const
{
return NumEqVector(0.0); //no Neumann BC for PNM -> set flux in source term
}
/*!
* \brief Evaluates the initial value for a control volume.
*/
......
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