Class template Dune::GDT::LocalLaplaceIPDGIntegrands::DirichletCoupling¶
-
template<class I>
class Dune::GDT::LocalLaplaceIPDGIntegrands::DirichletCoupling<I>¶ Note
The role of symmetry_prefactor: * -1 => NIPDG * 0 => IIPDG * 1 => SIPDG
Note
The role of the weight: * symmetry_prefactor = 1 & & weight_function = 1 => SIPDG * symmetry_prefactor = 1 & & weight_function = diffusion => SWIPDG
Method Dune::GDT::LocalLaplaceIPDGIntegrands::DirichletCoupling::post_bind¶
-
template<class I>
void Dune::GDT::LocalLaplaceIPDGIntegrands::DirichletCoupling<I>::post_bind(const int &intersection) final¶ No documentation provided.
Method Dune::GDT::LocalLaplaceIPDGIntegrands::DirichletCoupling::inside¶
-
template<class I>
bool Dune::GDT::LocalLaplaceIPDGIntegrands::DirichletCoupling<I>::inside() const¶ No documentation provided.
Method Dune::GDT::LocalLaplaceIPDGIntegrands::DirichletCoupling::copy_as_unary_intersection_integrand¶
-
template<class I>
int Dune::GDT::LocalLaplaceIPDGIntegrands::DirichletCoupling<I>::copy_as_unary_intersection_integrand() const final¶
Method Dune::GDT::LocalLaplaceIPDGIntegrands::DirichletCoupling::order¶
-
template<class I>
int Dune::GDT::LocalLaplaceIPDGIntegrands::DirichletCoupling<I>::order(const int &test_basis, const XT::Common::Parameter ¶m) const final¶ No documentation provided.
Method Dune::GDT::LocalLaplaceIPDGIntegrands::DirichletCoupling::evaluate¶
-
template<class I>
void Dune::GDT::LocalLaplaceIPDGIntegrands::DirichletCoupling<I>::evaluate(const int &test_basis, const int &point_in_reference_intersection, int &result, const XT::Common::Parameter ¶m) const final¶ No documentation provided.
Method Dune::GDT::LocalLaplaceIPDGIntegrands::DirichletCoupling::copy_as_binary_intersection_integrand¶
-
template<class I>
int Dune::GDT::LocalLaplaceIPDGIntegrands::DirichletCoupling<I>::copy_as_binary_intersection_integrand() const final¶
Method Dune::GDT::LocalLaplaceIPDGIntegrands::DirichletCoupling::order¶
-
template<class I>
int Dune::GDT::LocalLaplaceIPDGIntegrands::DirichletCoupling<I>::order(const int &test_basis, const int &ansatz_basis, const XT::Common::Parameter ¶m) const final¶ No documentation provided.
Method Dune::GDT::LocalLaplaceIPDGIntegrands::DirichletCoupling::evaluate¶
-
template<class I>
void Dune::GDT::LocalLaplaceIPDGIntegrands::DirichletCoupling<I>::evaluate(const int &test_basis, const int &ansatz_basis, const int &point_in_reference_intersection, int &result, const XT::Common::Parameter ¶m) const final¶ No documentation provided.
Constructor Dune::GDT::LocalLaplaceIPDGIntegrands::DirichletCoupling::DirichletCoupling<I>¶
-
template<>
template<class I>
Dune::GDT::LocalLaplaceIPDGIntegrands::DirichletCoupling<I>::DirichletCoupling<I>(const double &symmetry_prefactor, int diffusion, int dirichlet_data = 0., const std::string &logging_prefix, const std::array<bool, 3> &logging_state = XT::Common::default_logger_state())¶ Note
dirichlet_data is only required if used as a unary integrand, i.e. for the right hand side
Constructor Dune::GDT::LocalLaplaceIPDGIntegrands::DirichletCoupling::DirichletCoupling<I>¶
Constructor Dune::GDT::LocalLaplaceIPDGIntegrands::DirichletCoupling::DirichletCoupling<I>¶
Field Dune::GDT::LocalLaplaceIPDGIntegrands::DirichletCoupling::symmetry_prefactor_¶
-
const double Dune::GDT::LocalLaplaceIPDGIntegrands::DirichletCoupling::symmetry_prefactor_¶
\ }
Field Dune::GDT::LocalLaplaceIPDGIntegrands::DirichletCoupling::diffusion_¶
-
const int Dune::GDT::LocalLaplaceIPDGIntegrands::DirichletCoupling::diffusion_¶
No documentation provided.
Field Dune::GDT::LocalLaplaceIPDGIntegrands::DirichletCoupling::dirichlet_data_¶
-
const int Dune::GDT::LocalLaplaceIPDGIntegrands::DirichletCoupling::dirichlet_data_¶
No documentation provided.
Field Dune::GDT::LocalLaplaceIPDGIntegrands::DirichletCoupling::local_diffusion_¶
-
int Dune::GDT::LocalLaplaceIPDGIntegrands::DirichletCoupling::local_diffusion_¶
No documentation provided.
Field Dune::GDT::LocalLaplaceIPDGIntegrands::DirichletCoupling::local_dirichlet_data_¶
-
int Dune::GDT::LocalLaplaceIPDGIntegrands::DirichletCoupling::local_dirichlet_data_¶
No documentation provided.
Field Dune::GDT::LocalLaplaceIPDGIntegrands::DirichletCoupling::test_basis_values_¶
-
int Dune::GDT::LocalLaplaceIPDGIntegrands::DirichletCoupling::test_basis_values_¶
No documentation provided.
Field Dune::GDT::LocalLaplaceIPDGIntegrands::DirichletCoupling::test_basis_grads_¶
-
int Dune::GDT::LocalLaplaceIPDGIntegrands::DirichletCoupling::test_basis_grads_¶
No documentation provided.
Field Dune::GDT::LocalLaplaceIPDGIntegrands::DirichletCoupling::ansatz_basis_values_¶
-
int Dune::GDT::LocalLaplaceIPDGIntegrands::DirichletCoupling::ansatz_basis_values_¶
No documentation provided.
Field Dune::GDT::LocalLaplaceIPDGIntegrands::DirichletCoupling::ansatz_basis_grads_¶
-
int Dune::GDT::LocalLaplaceIPDGIntegrands::DirichletCoupling::ansatz_basis_grads_¶
No documentation provided.
Type alias Dune::GDT::LocalLaplaceIPDGIntegrands::DirichletCoupling::ThisType¶
-
type Dune::GDT::LocalLaplaceIPDGIntegrands::DirichletCoupling::ThisType¶
No documentation provided.