Class template Dune::GDT::LocalIPDGIntegrands::InnerPenalty

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

Local quaternary intersection integrand computing the weighted IPDG penalty term on inner intersections.

int Dune::GDT::LocalIPDGIntegrands::InnerPenalty::copy_as_quaternary_intersection_integrand() const final

No documentation provided.

void Dune::GDT::LocalIPDGIntegrands::InnerPenalty::post_bind(const int &intrsctn) final

No documentation provided.

int Dune::GDT::LocalIPDGIntegrands::InnerPenalty::order(const int &test_basis_inside, const int &ansatz_basis_inside, const int &test_basis_outside, const int &ansatz_basis_outside, const XT::Common::Parameter &param = <recovery-expr>({})) const final

No documentation provided.

void Dune::GDT::LocalIPDGIntegrands::InnerPenalty::evaluate(const int &test_basis_inside, const int &ansatz_basis_inside, const int &test_basis_outside, const int &ansatz_basis_outside, const int &point_in_reference_intersection, int &result_in_in, int &result_in_out, int &result_out_in, int &result_out_out, const XT::Common::Parameter &param = <recovery-expr>({})) const final

No documentation provided.

template<>
Dune::GDT::LocalIPDGIntegrands::InnerPenalty::InnerPenalty<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::InnerPenalty::InnerPenalty<I>(const ThisType &other)

No documentation provided.

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

No documentation provided.

const double Dune::GDT::LocalIPDGIntegrands::InnerPenalty::penalty_

No documentation provided.

const int Dune::GDT::LocalIPDGIntegrands::InnerPenalty::weight_

No documentation provided.

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

No documentation provided.

int Dune::GDT::LocalIPDGIntegrands::InnerPenalty::local_weight_in_

No documentation provided.

int Dune::GDT::LocalIPDGIntegrands::InnerPenalty::local_weight_out_

No documentation provided.

int Dune::GDT::LocalIPDGIntegrands::InnerPenalty::test_basis_in_values_

No documentation provided.

int Dune::GDT::LocalIPDGIntegrands::InnerPenalty::test_basis_out_values_

No documentation provided.

int Dune::GDT::LocalIPDGIntegrands::InnerPenalty::ansatz_basis_in_values_

No documentation provided.

int Dune::GDT::LocalIPDGIntegrands::InnerPenalty::ansatz_basis_out_values_

No documentation provided.

type Dune::GDT::LocalIPDGIntegrands::InnerPenalty::ThisType

No documentation provided.