|
IFEM
90A354
|
Evaluation class for secondary solutions of an integrand. More...
#include <GlbL2projector.h>


Public Member Functions | |
| L2ProbIntegrand (const ASMbase &patch, const IntegrandBase &itg, const ProcessAdm &adm) | |
| The constructor initializes the integrand reference. More... | |
| bool | evaluate (Matrix &sField, const RealArray *gpar) const override |
| Evaluates the secondary solutions in a set of points. More... | |
| size_t | dim () const override |
| Returns number of secondary solutions. | |
Public Member Functions inherited from L2Integrand | |
| L2Integrand (const ASMbase &patch, const ProcessAdm &adm) | |
| The constructor initializes the patch reference. More... | |
| const ProcessAdm & | getAdm () const |
| Returns a const-ref to associated process administrator. | |
Private Attributes | |
| const IntegrandBase & | m_itg |
| Reference to integrand. | |
Additional Inherited Members | |
Protected Attributes inherited from L2Integrand | |
| const ASMbase & | m_patch |
| Reference to ASM holding geometry. | |
| const ProcessAdm & | m_adm |
| Reference to process administrator. | |
Evaluation class for secondary solutions of an integrand.
| L2ProbIntegrand::L2ProbIntegrand | ( | const ASMbase & | patch, |
| const IntegrandBase & | itg, | ||
| const ProcessAdm & | adm | ||
| ) |
Evaluates the secondary solutions in a set of points.
| [out] | sField | Matrix with results |
| [in] | gpar | Points to evaluate in |
Implements L2Integrand.
References ASMbase::evalSolution(), m_itg, and L2Integrand::m_patch.