|
| template<int elemDim> |
| void | evaluate (TData 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
|
| |
| | UserDataIntegrand (SmartPtr< UserData< TData, worldDim > > spData, number time) |
| | constructor
|
| |
| | UserDataIntegrand (SmartPtr< UserData< TData, worldDim > > spData, TGridFunction *spGridFct, number time) |
| | constructor
|
| |
Public Member Functions inherited from ug::StdIntegrand< TData, TGridFunction::dim, UserDataIntegrand< TData, TGridFunction > > |
| 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) |
| | 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) |
| | 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) |
| | returns the values of the integrand for a bunch of ips
|
| |
Public Member Functions inherited from ug::IIntegrand< TData, TWorldDim > |
| virtual void | set_subset (int si) |
| | sets the subset
|
| |
| int | subset () const |
| | returns the subset
|
| |
| virtual | ~IIntegrand () |
| |
template<typename TData, typename TGridFunction>
class ug::UserDataIntegrand< TData, TGridFunction >
For arbitrary UserData \(\rho\), this class defines the integrand \(\rho(u)\).
template<typename TData , typename TGridFunction >
template<int elemDim>
returns the values of the integrand for a bunch of ips
- Parameters
-
| vValue[out] | the value of the integrand at the ips |
| vGlobIP[in] | global integration point positions |
| pElem[in] | the element to integrate |
| vCornerCoords[in] | corner coordinates of the element |
| vLocIP[in] | local integration point positions |
| vJT[in] | jacobian transposed at integration point |
| numIP[in] | number of integration points |
References ug::GetLocalVector(), ug::IIntegrand< TData, TWorldDim >::m_si, ug::UserDataIntegrand< TData, TGridFunction >::m_spData, ug::UserDataIntegrand< TData, TGridFunction >::m_spGridFct, ug::UserDataIntegrand< TData, TGridFunction >::m_time, ug::LocalVector::resize(), and UG_CATCH_THROW.