Class template Dune::GDT::LocalElementBilinearFormAssembler

Inherits from Dune::XT::Grid::ElementFunctor.

template<class Matrix, class GridView, size_t t_r = 1, size_t t_rC = 1, class TR = double, class TGV = GridView, class AGV = GridView, size_t a_r = t_r, size_t a_rC = t_rC, class AR = TR>
class Dune::GDT::LocalElementBilinearFormAssembler<Matrix, GridView, t_r, t_rC, TR, TGV, AGV, a_r, a_rC, AR> : public XT::Grid::ElementFunctor<GridView>

No documentation provided.

Method Dune::GDT::LocalElementBilinearFormAssembler::copy

template<class Matrix, class GridView, size_t t_r = 1, size_t t_rC = 1, class TR = double, class TGV = GridView, class AGV = GridView, size_t a_r = t_r, size_t a_rC = t_rC, class AR = TR>
BaseType *Dune::GDT::LocalElementBilinearFormAssembler<Matrix, GridView, t_r, t_rC, TR, TGV, AGV, a_r, a_rC, AR>::copy() final override

No documentation provided.

Method Dune::GDT::LocalElementBilinearFormAssembler::apply_local

template<class Matrix, class GridView, size_t t_r = 1, size_t t_rC = 1, class TR = double, class TGV = GridView, class AGV = GridView, size_t a_r = t_r, size_t a_rC = t_rC, class AR = TR>
void Dune::GDT::LocalElementBilinearFormAssembler<Matrix, GridView, t_r, t_rC, TR, TGV, AGV, a_r, a_rC, AR>::apply_local(const ElementType &element) final override

No documentation provided.

Constructor Dune::GDT::LocalElementBilinearFormAssembler::LocalElementBilinearFormAssembler<Matrix, GridView, t_r, t_rC, TR, TGV, AGV, a_r, a_rC, AR>

template<>
template<class Matrix, class GridView, size_t t_r = 1, size_t t_rC = 1, class TR = double, class TGV = GridView, class AGV = GridView, size_t a_r = t_r, size_t a_rC = t_rC, class AR = TR>
Dune::GDT::LocalElementBilinearFormAssembler<Matrix, GridView, t_r, t_rC, TR, TGV, AGV, a_r, a_rC, AR>::LocalElementBilinearFormAssembler<Matrix, GridView, t_r, t_rC, TR, TGV, AGV, a_r, a_rC, AR>(const TestSpaceType &test_space, const AnsatzSpaceType &ansatz_space, const LocalBilinearFormType &local_two_form, MatrixType &global_matrix, const XT::Common::Parameter &param, const std::string &logging_prefix, const std::array<bool, 3> &logging_state = XT::Common::default_logger_state())

No documentation provided.

Constructor Dune::GDT::LocalElementBilinearFormAssembler::LocalElementBilinearFormAssembler<Matrix, GridView, t_r, t_rC, TR, TGV, AGV, a_r, a_rC, AR>

template<>
template<class Matrix, class GridView, size_t t_r = 1, size_t t_rC = 1, class TR = double, class TGV = GridView, class AGV = GridView, size_t a_r = t_r, size_t a_rC = t_rC, class AR = TR>
Dune::GDT::LocalElementBilinearFormAssembler<Matrix, GridView, t_r, t_rC, TR, TGV, AGV, a_r, a_rC, AR>::LocalElementBilinearFormAssembler<Matrix, GridView, t_r, t_rC, TR, TGV, AGV, a_r, a_rC, AR>(const ThisType &other)

No documentation provided.

Constructor Dune::GDT::LocalElementBilinearFormAssembler::LocalElementBilinearFormAssembler<Matrix, GridView, t_r, t_rC, TR, TGV, AGV, a_r, a_rC, AR>

template<>
template<class Matrix, class GridView, size_t t_r = 1, size_t t_rC = 1, class TR = double, class TGV = GridView, class AGV = GridView, size_t a_r = t_r, size_t a_rC = t_rC, class AR = TR>
Dune::GDT::LocalElementBilinearFormAssembler<Matrix, GridView, t_r, t_rC, TR, TGV, AGV, a_r, a_rC, AR>::LocalElementBilinearFormAssembler<Matrix, GridView, t_r, t_rC, TR, TGV, AGV, a_r, a_rC, AR>(ThisType &&source) noexcept = default

No documentation provided.

Field Dune::GDT::LocalElementBilinearFormAssembler::test_space_

const int Dune::GDT::LocalElementBilinearFormAssembler::test_space_

No documentation provided.

Field Dune::GDT::LocalElementBilinearFormAssembler::ansatz_space_

const int Dune::GDT::LocalElementBilinearFormAssembler::ansatz_space_

No documentation provided.

Field Dune::GDT::LocalElementBilinearFormAssembler::local_bilinear_form_

const int Dune::GDT::LocalElementBilinearFormAssembler::local_bilinear_form_

No documentation provided.

Field Dune::GDT::LocalElementBilinearFormAssembler::global_matrix_

MatrixType &Dune::GDT::LocalElementBilinearFormAssembler::global_matrix_

No documentation provided.

Field Dune::GDT::LocalElementBilinearFormAssembler::param_

XT::Common::Parameter Dune::GDT::LocalElementBilinearFormAssembler::param_

No documentation provided.

Field Dune::GDT::LocalElementBilinearFormAssembler::scaling_

const double Dune::GDT::LocalElementBilinearFormAssembler::scaling_

No documentation provided.

Field Dune::GDT::LocalElementBilinearFormAssembler::local_matrix_

DynamicMatrix<FieldType> Dune::GDT::LocalElementBilinearFormAssembler::local_matrix_

No documentation provided.

Field Dune::GDT::LocalElementBilinearFormAssembler::global_test_indices_

int Dune::GDT::LocalElementBilinearFormAssembler::global_test_indices_

No documentation provided.

Field Dune::GDT::LocalElementBilinearFormAssembler::global_ansatz_indices_

int Dune::GDT::LocalElementBilinearFormAssembler::global_ansatz_indices_

No documentation provided.

Field Dune::GDT::LocalElementBilinearFormAssembler::test_basis_

int Dune::GDT::LocalElementBilinearFormAssembler::test_basis_

No documentation provided.

Field Dune::GDT::LocalElementBilinearFormAssembler::ansatz_basis_

int Dune::GDT::LocalElementBilinearFormAssembler::ansatz_basis_

No documentation provided.

Type alias Dune::GDT::LocalElementBilinearFormAssembler::ThisType

type Dune::GDT::LocalElementBilinearFormAssembler::ThisType

No documentation provided.

Type alias Dune::GDT::LocalElementBilinearFormAssembler::BaseType

type Dune::GDT::LocalElementBilinearFormAssembler::BaseType

No documentation provided.

Type alias Dune::GDT::LocalElementBilinearFormAssembler::MatrixType

type Dune::GDT::LocalElementBilinearFormAssembler::MatrixType

No documentation provided.

Type alias Dune::GDT::LocalElementBilinearFormAssembler::FieldType

type Dune::GDT::LocalElementBilinearFormAssembler::FieldType

No documentation provided.

Type alias Dune::GDT::LocalElementBilinearFormAssembler::TestSpaceType

type Dune::GDT::LocalElementBilinearFormAssembler::TestSpaceType

No documentation provided.

Type alias Dune::GDT::LocalElementBilinearFormAssembler::AnsatzSpaceType

type Dune::GDT::LocalElementBilinearFormAssembler::AnsatzSpaceType

No documentation provided.

Type alias Dune::GDT::LocalElementBilinearFormAssembler::LocalBilinearFormType

type Dune::GDT::LocalElementBilinearFormAssembler::LocalBilinearFormType

No documentation provided.