This class, given a LinearForm with defined traits, takes care of the assembly of the right hand side. More...
#include <DiscreteLinearForm.hpp>
This class, given a LinearForm with defined traits, takes care of the assembly of the right hand side.
Definition at line 21 of file DiscreteLinearForm.hpp.
Public Member Functions | |
DiscreteLinearForm (const AnsatzSpace< LinOp > &ansatz_space) | |
void | init_DiscreteLinearForm (const AnsatzSpace< LinOp > &ansatz_space) |
void | compute () |
void | set_degree (const int °) |
Derived & | get_linear_form () |
const Eigen::Matrix< typename LinearFormTraits< Derived >::Scalar, Eigen::Dynamic, 1 > & | get_discrete_linear_form () const |
|
inline |
Definition at line 44 of file DiscreteLinearForm.hpp.