|
dune-pdelab
2.5-dev
|
Traits class for linear acoustics parameters. More...
#include <dune/pdelab/localoperator/linearacousticsparameter.hh>
Public Types | |
| enum | { dimDomain = GV::dimension } |
| Enum for domain dimension. More... | |
| typedef GV | GridViewType |
| the grid view More... | |
| typedef GV::Grid::ctype | DomainFieldType |
| Export type for domain field. More... | |
| typedef Dune::FieldVector< DomainFieldType, dimDomain > | DomainType |
| domain type More... | |
| typedef Dune::FieldVector< DomainFieldType, dimDomain-1 > | IntersectionDomainType |
| domain type More... | |
| typedef RF | RangeFieldType |
| Export type for range field. More... | |
| typedef Dune::FieldVector< RF, GV::dimension > | RangeType |
| range type More... | |
| typedef Dune::FieldVector< RF, GV::dimension+1 > | StateType |
| range type More... | |
| typedef GV::Traits::template Codim< 0 >::Entity | ElementType |
| grid types More... | |
| typedef GV::Intersection | IntersectionType |
Traits class for linear acoustics parameters.
A class supplying parameters to a linear-acoustics local operator has to define a public traits class exporting the needed types and constants.
| typedef GV::Grid::ctype Dune::PDELab::LinearAcousticsParameterTraits< GV, RF >::DomainFieldType |
Export type for domain field.
| typedef Dune::FieldVector<DomainFieldType,dimDomain> Dune::PDELab::LinearAcousticsParameterTraits< GV, RF >::DomainType |
domain type
| typedef GV::Traits::template Codim<0>::Entity Dune::PDELab::LinearAcousticsParameterTraits< GV, RF >::ElementType |
grid types
| typedef GV Dune::PDELab::LinearAcousticsParameterTraits< GV, RF >::GridViewType |
the grid view
| typedef Dune::FieldVector<DomainFieldType,dimDomain-1> Dune::PDELab::LinearAcousticsParameterTraits< GV, RF >::IntersectionDomainType |
domain type
| typedef GV::Intersection Dune::PDELab::LinearAcousticsParameterTraits< GV, RF >::IntersectionType |
| typedef RF Dune::PDELab::LinearAcousticsParameterTraits< GV, RF >::RangeFieldType |
Export type for range field.
| typedef Dune::FieldVector<RF,GV::dimension> Dune::PDELab::LinearAcousticsParameterTraits< GV, RF >::RangeType |
range type
| typedef Dune::FieldVector<RF,GV::dimension+1> Dune::PDELab::LinearAcousticsParameterTraits< GV, RF >::StateType |
range type
| anonymous enum |
1.8.17