MBDyn-1.7.3
|
#include <gradient.h>
Public Types | |
typedef T | GradientType |
typedef GradientType::scalar_func_type | scalar_func_type |
typedef GradientType::scalar_deriv_type | scalar_deriv_type |
typedef GradientType::vector_deriv_type | vector_deriv_type |
Public Member Functions | |
ConstExpr (scalar_func_type a) | |
scalar_func_type | dGetValue () const |
scalar_deriv_type | dGetDerivativeLocal (index_type iLocalDof) const |
vector_deriv_type | dGetDerivativeLocalVector (index_type iLocalVecDof) const |
index_type | iGetStartIndexLocal () const |
index_type | iGetEndIndexLocal () const |
index_type | iGetStartIndexLocalVector () const |
index_type | iGetEndIndexLocalVector () const |
LocalDofMap * | pGetDofMap () const |
bool | bHaveReferenceTo (const void *p) const |
void | Compute () const |
Static Public Member Functions | |
static index_type | iGetMaxDerivatives () |
Static Public Attributes | |
static const bool | bAlias = false |
static const index_type | iMaxDerivatives = 0 |
static const bool | bVectorize = true |
static const index_type | iDimension = GradientType::iDimension |
Private Attributes | |
const scalar_func_type | dConst |
Definition at line 1600 of file gradient.h.
typedef T grad::ConstExpr< T >::GradientType |
Definition at line 1605 of file gradient.h.
typedef GradientType::scalar_deriv_type grad::ConstExpr< T >::scalar_deriv_type |
Definition at line 1608 of file gradient.h.
typedef GradientType::scalar_func_type grad::ConstExpr< T >::scalar_func_type |
Definition at line 1607 of file gradient.h.
typedef GradientType::vector_deriv_type grad::ConstExpr< T >::vector_deriv_type |
Definition at line 1609 of file gradient.h.
|
inline |
Definition at line 1611 of file gradient.h.
|
inline |
Definition at line 1651 of file gradient.h.
|
inline |
Definition at line 1659 of file gradient.h.
|
inline |
Definition at line 1620 of file gradient.h.
|
inline |
Definition at line 1624 of file gradient.h.
|
inline |
|
inline |
Definition at line 1635 of file gradient.h.
|
inline |
Definition at line 1643 of file gradient.h.
|
inlinestatic |
|
inline |
Definition at line 1628 of file gradient.h.
|
inline |
Definition at line 1639 of file gradient.h.
|
inline |
Definition at line 1647 of file gradient.h.
|
static |
Definition at line 1602 of file gradient.h.
|
static |
Definition at line 1604 of file gradient.h.
|
private |
Definition at line 1662 of file gradient.h.
Referenced by grad::ConstExpr< T >::dGetValue().
|
static |
Definition at line 1606 of file gradient.h.
|
static |
Definition at line 1603 of file gradient.h.
Referenced by grad::ConstExpr< T >::iGetMaxDerivatives().