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

[staggeredni] Adapt indices

* inherit form the isothermal ones
parent 2079bca7
2 merge requests!617[WIP] Next,!483Feature/staggered energy
......@@ -23,9 +23,6 @@
#ifndef DUMUX_STAGGERED_NAVIERSTOKES_NI_INDICES_HH
#define DUMUX_STAGGERED_NAVIERSTOKES_NI_INDICES_HH
//#include <dumux/freeflow/staggered/indices.hh>
//#include "properties.hh"
namespace Dumux
{
// \{
......@@ -37,7 +34,7 @@ namespace Dumux
* \tparam PVOffset The first index in a primary variable vector.
*/
template <class TypeTag, int PVOffset = 0>
class NavierStokesNIIndices : public NavierStokesCommonIndices<TypeTag, PVOffset>
class StaggeredNonIsothermalIndices : public GET_PROP_TYPE(TypeTag, IsothermalIndices)
{
public:
static const int numEqCC = GET_PROP_VALUE(TypeTag, NumEqCellCenter);
......
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