dune-pdelab
2.5-dev
|
traits class for two phase parameter class More...
#include <dune/pdelab/localoperator/twophaseccfv.hh>
Public Types | |
enum | { dimDomain = GV::dimension } |
Enum for domain dimension. More... | |
using | GridViewType = GV |
the grid view More... | |
using | DomainFieldType = typename GV::Grid::ctype |
Export type for domain field. More... | |
using | DomainType = Dune::FieldVector< DomainFieldType, dimDomain > |
domain type More... | |
using | IntersectionDomainType = Dune::FieldVector< DomainFieldType, dimDomain-1 > |
domain type More... | |
using | RangeFieldType = RF |
Export type for range field. More... | |
using | RangeType = Dune::FieldVector< RF, GV::dimensionworld > |
range type More... | |
using | PermTensorType = RangeFieldType |
permeability tensor type More... | |
using | ElementType = typename GV::Traits::template Codim< 0 >::Entity |
grid types More... | |
using | IntersectionType = typename GV::Intersection |
traits class for two phase parameter class
using Dune::PDELab::TwoPhaseParameterTraits< GV, RF >::DomainFieldType = typename GV::Grid::ctype |
Export type for domain field.
using Dune::PDELab::TwoPhaseParameterTraits< GV, RF >::DomainType = Dune::FieldVector<DomainFieldType,dimDomain> |
domain type
using Dune::PDELab::TwoPhaseParameterTraits< GV, RF >::ElementType = typename GV::Traits::template Codim<0>::Entity |
grid types
using Dune::PDELab::TwoPhaseParameterTraits< GV, RF >::GridViewType = GV |
the grid view
using Dune::PDELab::TwoPhaseParameterTraits< GV, RF >::IntersectionDomainType = Dune::FieldVector<DomainFieldType,dimDomain-1> |
domain type
using Dune::PDELab::TwoPhaseParameterTraits< GV, RF >::IntersectionType = typename GV::Intersection |
using Dune::PDELab::TwoPhaseParameterTraits< GV, RF >::PermTensorType = RangeFieldType |
permeability tensor type
using Dune::PDELab::TwoPhaseParameterTraits< GV, RF >::RangeFieldType = RF |
Export type for range field.
using Dune::PDELab::TwoPhaseParameterTraits< GV, RF >::RangeType = Dune::FieldVector<RF,GV::dimensionworld> |
range type
anonymous enum |