DUNE PDELab (2.9)
•All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Dune::PDELab::LinearAcousticsParameterTraits< GV, RF > Struct Template Reference
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 | |
typedef GV::Grid::ctype | DomainFieldType |
Export type for domain field. | |
typedef Dune::FieldVector< DomainFieldType, dimDomain > | DomainType |
domain type | |
typedef Dune::FieldVector< DomainFieldType, dimDomain-1 > | IntersectionDomainType |
domain type | |
typedef RF | RangeFieldType |
Export type for range field. | |
typedef Dune::FieldVector< RF, GV::dimension > | RangeType |
range type | |
typedef Dune::FieldVector< RF, GV::dimension+1 > | StateType |
range type | |
typedef GV::Traits::template Codim< 0 >::Entity | ElementType |
grid types | |
Detailed Description
template<typename GV, typename RF>
struct Dune::PDELab::LinearAcousticsParameterTraits< GV, RF >
struct Dune::PDELab::LinearAcousticsParameterTraits< GV, RF >
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.
Member Enumeration Documentation
◆ anonymous enum
template<typename GV , typename RF >
anonymous enum |
The documentation for this struct was generated from the following file:
- dune/pdelab/localoperator/linearacousticsparameter.hh
