Class template Dune::GDT::LocalLinearAdvectionIntegrand¶
Inherits from Dune::GDT::LocalBinaryElementIntegrandInterface.
-
template<class E, class F = double>
class Dune::GDT::LocalLinearAdvectionIntegrand<E, F> : 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.
Method Dune::GDT::LocalLinearAdvectionIntegrand::copy_as_binary_element_integrand¶
-
template<class E, class F = double>
int Dune::GDT::LocalLinearAdvectionIntegrand<E, F>::copy_as_binary_element_integrand() const final override¶ No documentation provided.
Method Dune::GDT::LocalLinearAdvectionIntegrand::post_bind¶
-
template<class E, class F = double>
void Dune::GDT::LocalLinearAdvectionIntegrand<E, F>::post_bind(const ElementType &ele) override¶ No documentation provided.
Method Dune::GDT::LocalLinearAdvectionIntegrand::order¶
-
template<class E, class F = double>
int Dune::GDT::LocalLinearAdvectionIntegrand<E, F>::order(const LocalTestBasisType &test_basis, const LocalAnsatzBasisType &ansatz_basis, const XT::Common::Parameter ¶m) const final override¶ No documentation provided.
Method Dune::GDT::LocalLinearAdvectionIntegrand::evaluate¶
-
template<class E, class F = double>
void Dune::GDT::LocalLinearAdvectionIntegrand<E, F>::evaluate(const LocalTestBasisType &test_basis, const LocalAnsatzBasisType &ansatz_basis, const DomainType &point_in_reference_element, DynamicMatrix<F> &result, const XT::Common::Parameter ¶m) const final override¶ No documentation provided.
Constructor Dune::GDT::LocalLinearAdvectionIntegrand::LocalLinearAdvectionIntegrand<E, F>¶
-
template<>
template<class E, class F = double>
explicit Dune::GDT::LocalLinearAdvectionIntegrand<E, F>::LocalLinearAdvectionIntegrand<E, F>(XT::Functions::GridFunction<E, d, 1, F> direction, bool advection_in_divergence_form = true, const std::string &logging_prefix, const std::array<bool, 3> &logging_state = XT::Common::default_logger_state())¶ No documentation provided.
Constructor Dune::GDT::LocalLinearAdvectionIntegrand::LocalLinearAdvectionIntegrand<E, F>¶
Constructor Dune::GDT::LocalLinearAdvectionIntegrand::LocalLinearAdvectionIntegrand<E, F>¶
Field Dune::GDT::LocalLinearAdvectionIntegrand::direction_¶
-
const int Dune::GDT::LocalLinearAdvectionIntegrand::direction_¶
No documentation provided.
Field Dune::GDT::LocalLinearAdvectionIntegrand::advection_in_divergence_form_¶
-
const bool Dune::GDT::LocalLinearAdvectionIntegrand::advection_in_divergence_form_¶
No documentation provided.
Field Dune::GDT::LocalLinearAdvectionIntegrand::local_direction_¶
-
int Dune::GDT::LocalLinearAdvectionIntegrand::local_direction_¶
No documentation provided.
Field Dune::GDT::LocalLinearAdvectionIntegrand::ansatz_basis_values_¶
-
int Dune::GDT::LocalLinearAdvectionIntegrand::ansatz_basis_values_¶
No documentation provided.
Field Dune::GDT::LocalLinearAdvectionIntegrand::test_basis_values_¶
-
int Dune::GDT::LocalLinearAdvectionIntegrand::test_basis_values_¶
No documentation provided.
Field Dune::GDT::LocalLinearAdvectionIntegrand::ansatz_basis_grads_¶
-
int Dune::GDT::LocalLinearAdvectionIntegrand::ansatz_basis_grads_¶
No documentation provided.
Field Dune::GDT::LocalLinearAdvectionIntegrand::test_basis_grads_¶
-
int Dune::GDT::LocalLinearAdvectionIntegrand::test_basis_grads_¶
No documentation provided.
Type alias Dune::GDT::LocalLinearAdvectionIntegrand::BaseType¶
-
type Dune::GDT::LocalLinearAdvectionIntegrand::BaseType¶
No documentation provided.
Type alias Dune::GDT::LocalLinearAdvectionIntegrand::ThisType¶
-
type Dune::GDT::LocalLinearAdvectionIntegrand::ThisType¶
No documentation provided.