24#ifndef DUMUX_DEFAULT_MAPPER_TRAITS_HH
25#define DUMUX_DEFAULT_MAPPER_TRAITS_HH
27#include <dune/grid/common/mcmgmapper.hh>
31template <
class GridView,
32 class EM = Dune::MultipleCodimMultipleGeomTypeMapper<GridView>,
33 class VM = Dune::MultipleCodimMultipleGeomTypeMapper<GridView>>
Adaption of the non-isothermal two-phase two-component flow model to problems with CO2.
Definition: adapt.hh:29
Definition: defaultmappertraits.hh:35
EM ElementMapper
Definition: defaultmappertraits.hh:36
VM VertexMapper
Definition: defaultmappertraits.hh:37