![]() |
Dune-Fufem 2.11-git
|
Loading...
Searching...
No Matches
discretizationerror.hh
Go to the documentation of this file.
50 static double computeL2DifferenceSquared(const Function1& f1, const Function2 f2, QuadratureRuleKey quadKey)
84 differenceSquared += Dune::dot(value1 - value2, value1 - value2) * qp.weight() * integrationElement;
107 differenceSquared += Dune::dot(value1 - value2, value1 - value2) * qp.weight() * integrationElement;
auto dot(const A &a, const B &b) -> typename std::enable_if< IsNumber< A >::value &&!IsVector< A >::value &&!std::is_same< typename FieldTraits< A >::field_type, typename FieldTraits< A >::real_type > ::value, decltype(conj(a) *b)>::type
size_type dim() const
Definition dunefunctionsboundaryfunctionalassembler.hh:29
static constexpr std::integral_constant< int, ROWS > rows
static constexpr std::integral_constant< int, COLS > cols
Definition discretizationerror.hh:41
static double computeL2DifferenceSquared(const Function1 &f1, const Function2 f2, QuadratureRuleKey quadKey)
Compute squared L2 difference between two functions.
Definition discretizationerror.hh:50
void setGeometryType(const Dune::GeometryType >)
Definition quadraturerulecache.hh:117
static const Dune::QuadratureRule< coord_type, dim > & rule(const Dune::GeometryType >, const int order, int refinement)
Definition quadraturerulecache.hh:196
