|
| template<int elemDim> |
| void | evaluate (number vValue[], const MathVector< worldDim > vGlobIP[], GridObject *pElem, const MathVector< worldDim > vCornerCoords[], const MathVector< elemDim > vLocIP[], const MathMatrix< elemDim, worldDim > vJT[], const size_t numIP) |
| | returns the values of the integrand for a bunch of ips
|
| |
| virtual void | set_subset (int si) |
| | sets subset
|
| |
| | StdFuncIntegrand (TGridFunction *pGridFct, size_t cmp) |
| | constructor
|
| |
| virtual | ~StdFuncIntegrand () |
| |
Public Member Functions inherited from ug::StdIntegrand< number, TGridFunction::dim, StdFuncIntegrand< TGridFunction > > |
| virtual void | values (number vValue[], const MathVector< worldDim > vGlobIP[], GridObject *pElem, const MathVector< worldDim > vCornerCoords[], const MathVector< 1 > vLocIP[], const MathMatrix< 1, worldDim > vJT[], const size_t numIP) |
| | returns the values of the integrand for a bunch of ips
|
| |
| virtual void | values (number vValue[], const MathVector< worldDim > vGlobIP[], GridObject *pElem, const MathVector< worldDim > vCornerCoords[], const MathVector< 2 > vLocIP[], const MathMatrix< 2, worldDim > vJT[], const size_t numIP) |
| | returns the values of the integrand for a bunch of ips
|
| |
| virtual void | values (number vValue[], const MathVector< worldDim > vGlobIP[], GridObject *pElem, const MathVector< worldDim > vCornerCoords[], const MathVector< 3 > vLocIP[], const MathMatrix< 3, worldDim > vJT[], const size_t numIP) |
| | returns the values of the integrand for a bunch of ips
|
| |
Public Member Functions inherited from ug::IIntegrand< TData, TWorldDim > |
| int | subset () const |
| | returns the subset
|
| |
| virtual | ~IIntegrand () |
| |
| virtual void | values (TData vValue[], const MathVector< worldDim > vGlobIP[], GridObject *pElem, const MathVector< worldDim > vCornerCoords[], const MathVector< 1 > vLocIP[], const MathMatrix< 1, worldDim > vJT[], const size_t numIP)=0 |
| | returns the values of the integrand for a bunch of ips
|
| |
| virtual void | values (TData vValue[], const MathVector< worldDim > vGlobIP[], GridObject *pElem, const MathVector< worldDim > vCornerCoords[], const MathVector< 2 > vLocIP[], const MathMatrix< 2, worldDim > vJT[], const size_t numIP)=0 |
| | returns the values of the integrand for a bunch of ips
|
| |
| virtual void | values (TData vValue[], const MathVector< worldDim > vGlobIP[], GridObject *pElem, const MathVector< worldDim > vCornerCoords[], const MathVector< 3 > vLocIP[], const MathMatrix< 3, worldDim > vJT[], const size_t numIP)=0 |
| | returns the values of the integrand for a bunch of ips
|
| |