Class template Dune::GDT::LocalElementIntegralBilinearForm¶
Inherits from Dune::GDT::LocalElementBilinearFormInterface.
-
template<class E, size_t t_r = 1, size_t t_rC = 1, class TR = double, class F = double, size_t a_r = t_r, size_t a_rC = t_rC, class AR = TR>
class Dune::GDT::LocalElementIntegralBilinearForm<E, t_r, t_rC, TR, F, a_r, a_rC, AR> : public LocalElementBilinearFormInterface<E, t_r, t_rC, TR, F, a_r, a_rC, AR>¶ For an explanation of the template arguments
See also:
LocalElementBilinearFormInterface
Method Dune::GDT::LocalElementIntegralBilinearForm::copy¶
Method Dune::GDT::LocalElementIntegralBilinearForm::apply2¶
-
template<class E, size_t t_r = 1, size_t t_rC = 1, class TR = double, class F = double, size_t a_r = t_r, size_t a_rC = t_rC, class AR = TR>
void Dune::GDT::LocalElementIntegralBilinearForm<E, t_r, t_rC, TR, F, a_r, a_rC, AR>::apply2(const LocalTestBasisType &test_basis, const LocalAnsatzBasisType &ansatz_basis, DynamicMatrix<F> &result, const XT::Common::Parameter ¶m) const final override¶ No documentation provided.
Constructor Dune::GDT::LocalElementIntegralBilinearForm::LocalElementIntegralBilinearForm<E, t_r, t_rC, TR, F, a_r, a_rC, AR>¶
-
template<>
template<class E, size_t t_r = 1, size_t t_rC = 1, class TR = double, class F = double, size_t a_r = t_r, size_t a_rC = t_rC, class AR = TR>
explicit Dune::GDT::LocalElementIntegralBilinearForm<E, t_r, t_rC, TR, F, a_r, a_rC, AR>::LocalElementIntegralBilinearForm<E, t_r, t_rC, TR, F, a_r, a_rC, AR>(const IntegrandType &integrand, const int over_integrate = 0, const std::string &logging_prefix, const std::array<bool, 3> &logging_state = XT::Common::default_logger_state())¶ No documentation provided.
Constructor Dune::GDT::LocalElementIntegralBilinearForm::LocalElementIntegralBilinearForm<E, t_r, t_rC, TR, F, a_r, a_rC, AR>¶
-
template<>
template<class E, size_t t_r = 1, size_t t_rC = 1, class TR = double, class F = double, size_t a_r = t_r, size_t a_rC = t_rC, class AR = TR>
Dune::GDT::LocalElementIntegralBilinearForm<E, t_r, t_rC, TR, F, a_r, a_rC, AR>::LocalElementIntegralBilinearForm<E, t_r, t_rC, TR, F, a_r, a_rC, AR>(typename GenericIntegrand::GenericOrderFunctionType order_function, typename GenericIntegrand::GenericEvaluateFunctionType evaluate_function, const XT::Common::ParameterType ¶m_type = {}, const int over_integrate = 0, const std::string &logging_prefix, const std::array<bool, 3> &logging_state = XT::Common::default_logger_state())¶ No documentation provided.
Constructor Dune::GDT::LocalElementIntegralBilinearForm::LocalElementIntegralBilinearForm<E, t_r, t_rC, TR, F, a_r, a_rC, AR>¶
-
template<>
template<class E, size_t t_r = 1, size_t t_rC = 1, class TR = double, class F = double, size_t a_r = t_r, size_t a_rC = t_rC, class AR = TR>
Dune::GDT::LocalElementIntegralBilinearForm<E, t_r, t_rC, TR, F, a_r, a_rC, AR>::LocalElementIntegralBilinearForm<E, t_r, t_rC, TR, F, a_r, a_rC, AR>(const ThisType &other)¶ No documentation provided.
Constructor Dune::GDT::LocalElementIntegralBilinearForm::LocalElementIntegralBilinearForm<E, t_r, t_rC, TR, F, a_r, a_rC, AR>¶
-
template<>
template<class E, size_t t_r = 1, size_t t_rC = 1, class TR = double, class F = double, size_t a_r = t_r, size_t a_rC = t_rC, class AR = TR>
Dune::GDT::LocalElementIntegralBilinearForm<E, t_r, t_rC, TR, F, a_r, a_rC, AR>::LocalElementIntegralBilinearForm<E, t_r, t_rC, TR, F, a_r, a_rC, AR>(ThisType &&source) noexcept = default¶ No documentation provided.
Field Dune::GDT::LocalElementIntegralBilinearForm::integrand_¶
-
int Dune::GDT::LocalElementIntegralBilinearForm::integrand_¶
No documentation provided.
Field Dune::GDT::LocalElementIntegralBilinearForm::over_integrate_¶
-
const int Dune::GDT::LocalElementIntegralBilinearForm::over_integrate_¶
No documentation provided.
Field Dune::GDT::LocalElementIntegralBilinearForm::integrand_values_¶
-
DynamicMatrix<F> Dune::GDT::LocalElementIntegralBilinearForm::integrand_values_¶
No documentation provided.
Type alias Dune::GDT::LocalElementIntegralBilinearForm::ThisType¶
-
type Dune::GDT::LocalElementIntegralBilinearForm::ThisType¶
No documentation provided.
Type alias Dune::GDT::LocalElementIntegralBilinearForm::BaseType¶
-
type Dune::GDT::LocalElementIntegralBilinearForm::BaseType¶
No documentation provided.
Type alias Dune::GDT::LocalElementIntegralBilinearForm::IntegrandType¶
-
type Dune::GDT::LocalElementIntegralBilinearForm::IntegrandType¶
No documentation provided.
Type alias Dune::GDT::LocalElementIntegralBilinearForm::GenericIntegrand¶
-
type Dune::GDT::LocalElementIntegralBilinearForm::GenericIntegrand¶
No documentation provided.