The LinearForm template class must be specialized for the assembly of the right hand side. More...
Classes | |
class | Bembel::DirichletTrace< Scalar > |
This class provides an implementation of the Dirichlet trace operator and a corresponding method to evaluate the linear form corresponding to the right hand side of the system via quadrature. More... | |
class | Bembel::DiscreteLinearForm< Derived, LinOp > |
This class, given a LinearForm with defined traits, takes care of the assembly of the right hand side. More... | |
struct | Bembel::LinearFormTraits< Derived > |
This class needs to be specialized, such that key traits for user defined LinearForms are available. More... | |
struct | Bembel::LinearFormBase< Derived, Scalar > |
This class provides a blueprint for the class that needs to be specialized for assembly of the right hand side of the linear system. More... | |
class | Bembel::NeumannTrace< Scalar > |
This class provides an implementation of the Neumann trace operator and a corresponding method to evaluate the linear form corresponding to the right hand side of the system via quadrature. More... | |
The LinearForm template class must be specialized for the assembly of the right hand side.