Class template Dune::GDT::LocalLinearAdvectionIntegrand

Inherits from Dune::GDT::LocalBinaryElementIntegrandInterface.

template<class E, class F = double>
class Dune::GDT::LocalLinearAdvectionIntegrand : public LocalBinaryElementIntegrandInterface<E, 1, 1, F, F, 1, 1, F>

Given a direction v, computes - phi * (v

\nabla psi), if advection_in_divergence_form and (v \cdot \nabla phi) * psi else, for all combinations of ansatz basis functions phi and test basis functions psi.

int Dune::GDT::LocalLinearAdvectionIntegrand::copy_as_binary_element_integrand() const final override

No documentation provided.

void Dune::GDT::LocalLinearAdvectionIntegrand::post_bind(const ElementType &ele) override

No documentation provided.

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

No documentation provided.

void Dune::GDT::LocalLinearAdvectionIntegrand::evaluate(const LocalTestBasisType &test_basis, const LocalAnsatzBasisType &ansatz_basis, const DomainType &point_in_reference_element, int &result, const XT::Common::Parameter &param = <recovery-expr>({})) const final override

No documentation provided.

template<>
explicit Dune::GDT::LocalLinearAdvectionIntegrand::LocalLinearAdvectionIntegrand<E, F>(XT::Functions::GridFunction<E, d, 1, F> direction, bool advection_in_divergence_form = true, const std::string &logging_prefix = <recovery-expr>(""), const std::array<bool, 3> &logging_state = <recovery-expr>())

No documentation provided.

template<>
Dune::GDT::LocalLinearAdvectionIntegrand::LocalLinearAdvectionIntegrand<E, F>(const ThisType &other)

No documentation provided.

template<>
Dune::GDT::LocalLinearAdvectionIntegrand::LocalLinearAdvectionIntegrand<E, F>(ThisType &&source) noexcept = default

No documentation provided.

const int Dune::GDT::LocalLinearAdvectionIntegrand::direction_

No documentation provided.

const bool Dune::GDT::LocalLinearAdvectionIntegrand::advection_in_divergence_form_

No documentation provided.

int Dune::GDT::LocalLinearAdvectionIntegrand::local_direction_

No documentation provided.

int Dune::GDT::LocalLinearAdvectionIntegrand::ansatz_basis_values_

No documentation provided.

int Dune::GDT::LocalLinearAdvectionIntegrand::test_basis_values_

No documentation provided.

int Dune::GDT::LocalLinearAdvectionIntegrand::ansatz_basis_grads_

No documentation provided.

int Dune::GDT::LocalLinearAdvectionIntegrand::test_basis_grads_

No documentation provided.

type Dune::GDT::LocalLinearAdvectionIntegrand::BaseType

No documentation provided.

type Dune::GDT::LocalLinearAdvectionIntegrand::ThisType

No documentation provided.