Class template Dune::GDT::LocalIntersectionBilinearFormInterface¶
Inherits from Dune::XT::Common::ParametricInterface, Dune::XT::Common::WithLogger.
-
template<class Intersection, 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::LocalIntersectionBilinearFormInterface : public XT::Common::ParametricInterface, public XT::Common::WithLogger<LocalIntersectionBilinearFormInterface<Intersection, 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 intersections, applied to test and ansatz bases on only one side of the intersection.
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::LocalIntersectionBilinearFormInterface::copy() const = 0¶
No documentation provided.
-
virtual bool Dune::GDT::LocalIntersectionBilinearFormInterface::inside() const¶
Flag to document which element the bases are expected to be bound to.
-
virtual void Dune::GDT::LocalIntersectionBilinearFormInterface::apply2(const IntersectionType &intersection, const int &test_basis, const int &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::LocalIntersectionBilinearFormInterface::apply2(const IntersectionType &intersection, const int &test_basis, const int &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::LocalIntersectionBilinearFormInterface::LocalIntersectionBilinearFormInterface<Intersection, 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::LocalIntersectionBilinearFormInterface::LocalIntersectionBilinearFormInterface<Intersection, 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::LocalIntersectionBilinearFormInterface::LocalIntersectionBilinearFormInterface<Intersection, 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::LocalIntersectionBilinearFormInterface::~LocalIntersectionBilinearFormInterface<Intersection, test_range_dim, test_range_dim_cols, TestRangeField, Field, ansatz_range_dim, ansatz_range_dim_cols, AnsatzRangeField>() = default¶ No documentation provided.
-
int Dune::GDT::LocalIntersectionBilinearFormInterface::unused_result_¶
No documentation provided.
-
const size_t Dune::GDT::LocalIntersectionBilinearFormInterface::d¶
No documentation provided.
-
const size_t Dune::GDT::LocalIntersectionBilinearFormInterface::t_r¶
No documentation provided.
-
const size_t Dune::GDT::LocalIntersectionBilinearFormInterface::t_rC¶
No documentation provided.
-
const size_t Dune::GDT::LocalIntersectionBilinearFormInterface::a_r¶
No documentation provided.
-
const size_t Dune::GDT::LocalIntersectionBilinearFormInterface::a_rC¶
No documentation provided.
-
type Dune::GDT::LocalIntersectionBilinearFormInterface::ThisType¶
No documentation provided.
-
type Dune::GDT::LocalIntersectionBilinearFormInterface::Logger¶
No documentation provided.
-
type Dune::GDT::LocalIntersectionBilinearFormInterface::IntersectionType¶
No documentation provided.
-
type Dune::GDT::LocalIntersectionBilinearFormInterface::I¶
No documentation provided.
-
type Dune::GDT::LocalIntersectionBilinearFormInterface::F¶
No documentation provided.
-
type Dune::GDT::LocalIntersectionBilinearFormInterface::TR¶
No documentation provided.
-
type Dune::GDT::LocalIntersectionBilinearFormInterface::AR¶
No documentation provided.