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...
#include <LinearForm.hpp>
This class provides a blueprint for the class that needs to be specialized for assembly of the right hand side of the linear system.
Take a look at the Design Considerations for details.
Definition at line 38 of file LinearForm.hpp.
Public Member Functions | |
template<class T > | |
void | evaluateIntegrand (const T &super_space, const SurfacePoint &p, Eigen::Matrix< Scalar, Eigen::Dynamic, Eigen::Dynamic > *intval) const |
Derived & | derived () |
const Derived & | derived () const |