Bembel
Bembel::DiscreteLinearForm< Derived, LinOp > Class Template Reference

This class, given a LinearForm with defined traits, takes care of the assembly of the right hand side. More...

#include <DiscreteLinearForm.hpp>

Detailed Description

template<typename Derived, typename LinOp>
class Bembel::DiscreteLinearForm< Derived, LinOp >

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 &deg)
 
Derived & get_linear_form ()
 
const Eigen::Matrix< typename LinearFormTraits< Derived >::Scalar, Eigen::Dynamic, 1 > & get_discrete_linear_form () const
 

Member Function Documentation

◆ compute()

template<typename Derived , typename LinOp >
void Bembel::DiscreteLinearForm< Derived, LinOp >::compute ( )
inline
Todo:
Add inline commentary

Definition at line 44 of file DiscreteLinearForm.hpp.


The documentation for this class was generated from the following file: