Class template Dune::GDT::LocalElementBilinearFormInterface¶
Inherits from Dune::XT::Common::ParametricInterface, Dune::XT::Common::WithLogger.
-
template<class Element, size_t test_range_dim = 1, size_t test_range_dim_cols = 1, class TestRangeField = double, class Field = double, size_t ansatz_range_dim = test_range_dim, size_t ansatz_range_dim_cols = test_range_dim_cols, class AnsatzRangeField = TestRangeField>
class Dune::GDT::LocalElementBilinearFormInterface : public XT::Common::ParametricInterface, public XT::Common::WithLogger<LocalElementBilinearFormInterface<Element, test_range_dim, test_range_dim_cols, TestRangeField, Field, ansatz_range_dim, ansatz_range_dim_cols, AnsatzRangeField>>¶ Interface for local bilinear forms associated with grid elements.
Note
Regarding SMP: the bilinear form is copied for each thread, so - no shared mutable state between copies to be thread safe, but - local mutable state is ok.
-
int Dune::GDT::LocalElementBilinearFormInterface::copy() const = 0¶
No documentation provided.
-
virtual void Dune::GDT::LocalElementBilinearFormInterface::apply2(const LocalTestBasisType &test_basis, const LocalAnsatzBasisType &ansatz_basis, int &result, const XT::Common::Parameter ¶m =
<recovery-expr>({})) const = 0¶ Computes the application of this bilinear form for all combinations of functions from the bases.
-
int Dune::GDT::LocalElementBilinearFormInterface::apply2(const LocalTestBasisType &test_basis, const LocalAnsatzBasisType &ansatz_basis, const XT::Common::Parameter ¶m =
<recovery-expr>({})) const¶ This method is provided for convenience and should not be used within library code.
-
template<>
Dune::GDT::LocalElementBilinearFormInterface::LocalElementBilinearFormInterface<Element, test_range_dim, test_range_dim_cols, TestRangeField, Field, ansatz_range_dim, ansatz_range_dim_cols, AnsatzRangeField>(const XT::Common::ParameterType ¶m_type = {}, const std::string &logging_prefix =<recovery-expr>(""), const std::array<bool, 3> &logging_state =<recovery-expr>())¶ No documentation provided.
-
template<>
Dune::GDT::LocalElementBilinearFormInterface::LocalElementBilinearFormInterface<Element, test_range_dim, test_range_dim_cols, TestRangeField, Field, ansatz_range_dim, ansatz_range_dim_cols, AnsatzRangeField>(const ThisType&) = default¶ No documentation provided.
-
template<>
Dune::GDT::LocalElementBilinearFormInterface::LocalElementBilinearFormInterface<Element, test_range_dim, test_range_dim_cols, TestRangeField, Field, ansatz_range_dim, ansatz_range_dim_cols, AnsatzRangeField>(ThisType&&) noexcept = default¶ No documentation provided.
-
template<>
virtual Dune::GDT::LocalElementBilinearFormInterface::~LocalElementBilinearFormInterface<Element, test_range_dim, test_range_dim_cols, TestRangeField, Field, ansatz_range_dim, ansatz_range_dim_cols, AnsatzRangeField>() = default¶ No documentation provided.
-
const size_t Dune::GDT::LocalElementBilinearFormInterface::d¶
No documentation provided.
-
const size_t Dune::GDT::LocalElementBilinearFormInterface::t_r¶
No documentation provided.
-
const size_t Dune::GDT::LocalElementBilinearFormInterface::t_rC¶
No documentation provided.
-
const size_t Dune::GDT::LocalElementBilinearFormInterface::a_r¶
No documentation provided.
-
const size_t Dune::GDT::LocalElementBilinearFormInterface::a_rC¶
No documentation provided.
-
type Dune::GDT::LocalElementBilinearFormInterface::ThisType¶
No documentation provided.
-
type Dune::GDT::LocalElementBilinearFormInterface::Logger¶
No documentation provided.
-
type Dune::GDT::LocalElementBilinearFormInterface::E¶
No documentation provided.
-
type Dune::GDT::LocalElementBilinearFormInterface::D¶
No documentation provided.
-
type Dune::GDT::LocalElementBilinearFormInterface::F¶
No documentation provided.
-
type Dune::GDT::LocalElementBilinearFormInterface::TR¶
No documentation provided.
-
type Dune::GDT::LocalElementBilinearFormInterface::AR¶
No documentation provided.
-
type Dune::GDT::LocalElementBilinearFormInterface::ElementType¶
No documentation provided.
-
type Dune::GDT::LocalElementBilinearFormInterface::LocalTestBasisType¶
No documentation provided.
-
type Dune::GDT::LocalElementBilinearFormInterface::LocalAnsatzBasisType¶
No documentation provided.