Bembel
Bembel::LinearFormBase< Derived, Scalar > Struct Template Reference

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>

Detailed Description

template<typename Derived, typename Scalar>
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.

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
 

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