Bembel
 
Loading...
Searching...
No Matches
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
 

Constructor & Destructor Documentation

◆ LinearFormBase()

template<typename Derived , typename Scalar >
Bembel::LinearFormBase< Derived, Scalar >::LinearFormBase ( )
inline

Definition at line 40 of file LinearForm.hpp.

Member Function Documentation

◆ derived() [1/2]

template<typename Derived , typename Scalar >
Derived & Bembel::LinearFormBase< Derived, Scalar >::derived ( )
inline

Definition at line 57 of file LinearForm.hpp.

◆ derived() [2/2]

template<typename Derived , typename Scalar >
const Derived & Bembel::LinearFormBase< Derived, Scalar >::derived ( ) const
inline

Definition at line 59 of file LinearForm.hpp.

◆ evaluateIntegrand()

template<typename Derived , typename Scalar >
template<class T >
void Bembel::LinearFormBase< Derived, Scalar >::evaluateIntegrand ( const T super_space,
const SurfacePoint p,
Eigen::Matrix< Scalar, Eigen::Dynamic, Eigen::Dynamic > *  intval 
) const
inline

Definition at line 49 of file LinearForm.hpp.


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