Class template Dune::GDT::LocalIPDGIntegrands::BoundaryPenalty

template<class I>
class Dune::GDT::LocalIPDGIntegrands::BoundaryPenalty

Local binary intersection integrand computing the weighted IPDG penalty term on boundary intersections.

int Dune::GDT::LocalIPDGIntegrands::BoundaryPenalty::copy_as_binary_intersection_integrand() const final

No documentation provided.

void Dune::GDT::LocalIPDGIntegrands::BoundaryPenalty::post_bind(const int &intersection) final

No documentation provided.

bool Dune::GDT::LocalIPDGIntegrands::BoundaryPenalty::inside() const

No documentation provided.

int Dune::GDT::LocalIPDGIntegrands::BoundaryPenalty::order(const int &test_basis, const int &ansatz_basis, const XT::Common::Parameter &param = <recovery-expr>({})) const final

No documentation provided.

void Dune::GDT::LocalIPDGIntegrands::BoundaryPenalty::evaluate(const int &test_basis, const int &ansatz_basis, const int &point_in_reference_intersection, int &result, const XT::Common::Parameter &param = <recovery-expr>({})) const final

No documentation provided.

template<>
Dune::GDT::LocalIPDGIntegrands::BoundaryPenalty::BoundaryPenalty<I>(const double &penalty, int weight_function = 1., const std::function<double(const I&)> &intersection_diameter = internal::default_intersection_diameter<I>(), const std::string &logging_prefix = <recovery-expr>(""), const std::array<bool, 3> &logging_state = <recovery-expr>())

No documentation provided.

template<>
Dune::GDT::LocalIPDGIntegrands::BoundaryPenalty::BoundaryPenalty<I>(const ThisType &other)

No documentation provided.

template<>
Dune::GDT::LocalIPDGIntegrands::BoundaryPenalty::BoundaryPenalty<I>(ThisType &&source) noexcept = default

No documentation provided.

const double Dune::GDT::LocalIPDGIntegrands::BoundaryPenalty::penalty_

No documentation provided.

const int Dune::GDT::LocalIPDGIntegrands::BoundaryPenalty::weight_

No documentation provided.

const std::function<double(const I&)> Dune::GDT::LocalIPDGIntegrands::BoundaryPenalty::intersection_diameter_

No documentation provided.

int Dune::GDT::LocalIPDGIntegrands::BoundaryPenalty::local_weight_

No documentation provided.

int Dune::GDT::LocalIPDGIntegrands::BoundaryPenalty::test_basis_values_

No documentation provided.

int Dune::GDT::LocalIPDGIntegrands::BoundaryPenalty::ansatz_basis_values_

No documentation provided.

type Dune::GDT::LocalIPDGIntegrands::BoundaryPenalty::ThisType

No documentation provided.