DUNE-ACFEM (unstable)
expressiontraits.hh
46 static constexpr bool isSymmetric = decltype(PDEModel::isSymmetric(std::declval<Model>()))::value;
69 using IsProperPDEModel = BoolConstant<(IsPDEModel<T>::value && !Expressions::IsPromotedTopLevel<T>::value)>;
Constant< bool, V > BoolConstant
Short-cut for integral constant of type bool.
Definition: types.hh:48
typename ModelTraits< Model >::template Exists< ModelIntrospection::CheckMethodTag< tag >::value > ModelMethodExists
Check for either non-linear or linearized method.
Definition: modeltraits.hh:906
ModelIntrospection::template IsModel< Model > IsPDEModel
std::true_type if Model is derived from ModelBase.
Definition: modeltraits.hh:894
ModelIntrospection::Traits< Model > ModelTraits
Traits class for models.
Definition: modeltraits.hh:898
STL namespace.
Default expression traits definition is a recursion in order to ease disambiguation.
Definition: expressiontraits.hh:54
TensorTraits for the RangeType of a model, keeping scalar decay of 1d vectors into account.
Definition: expressiontraits.hh:85
