dune-fem 2.8.0
|
#include <dune/fem/schemes/integrands.hh>
Public Types | |
typedef Model | ModelType |
typedef Model::GridPartType | GridPartType |
typedef GridPartType::template Codim< 0 >::EntityType | EntityType |
typedef GridPartType::IntersectionType | IntersectionType |
typedef Model::RangeType | RangeType |
typedef Model::JacobianRangeType | JacobianRangeType |
typedef std::tuple< RangeType, JacobianRangeType > | DomainValueType |
typedef std::tuple< RangeType, JacobianRangeType > | RangeValueType |
Public Member Functions | |
ConservationLawModelIntegrands (const Model &model) | |
bool | init (const EntityType &entity) |
bool | init (const IntersectionType &intersection) |
void | unbind () |
template<class Point > | |
RangeValueType | interior (const Point &x, const DomainValueType &u) const |
template<class Point > | |
auto | linearizedInterior (const Point &x, const DomainValueType &u) const |
template<class Point > | |
RangeValueType | boundary (const Point &x, const DomainValueType &u) const |
template<class Point > | |
auto | linearizedBoundary (const Point &x, const DomainValueType &u) const |
const Model & | model () const |
typedef std::tuple< RangeType, JacobianRangeType > Dune::Fem::ConservationLawModelIntegrands< Model >::DomainValueType |
typedef GridPartType::template Codim<0>::EntityType Dune::Fem::ConservationLawModelIntegrands< Model >::EntityType |
typedef Model::GridPartType Dune::Fem::ConservationLawModelIntegrands< Model >::GridPartType |
typedef GridPartType::IntersectionType Dune::Fem::ConservationLawModelIntegrands< Model >::IntersectionType |
typedef Model::JacobianRangeType Dune::Fem::ConservationLawModelIntegrands< Model >::JacobianRangeType |
typedef Model Dune::Fem::ConservationLawModelIntegrands< Model >::ModelType |
typedef Model::RangeType Dune::Fem::ConservationLawModelIntegrands< Model >::RangeType |
typedef std::tuple< RangeType, JacobianRangeType > Dune::Fem::ConservationLawModelIntegrands< Model >::RangeValueType |
|
inlineexplicit |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |