|
| GalerkinStepInitWrapper (GalerkinStepInternals< T_M, T_Q, T_TQ, T_N_STEPS > *internals) |
|
const NOXVector< T_Q::DOF *(T_N_STEPS-1)> | getInitialGuess () |
|
void | updateInitialPosition (const NOXVector< T_Q::DOF *(T_N_STEPS-1)> &q) |
|
bool | computeF (NOXVector< T_Q::DOF *(T_N_STEPS-1)> &f, const NOXVector< T_Q::DOF *(T_N_STEPS-1)> &q) |
|
bool | computeJacobian (Eigen::Matrix< double, T_Q::DOF *(T_N_STEPS-1), T_Q::DOF *(T_N_STEPS-1)> &J, const NOXVector< T_Q::DOF *(T_N_STEPS-1)> &q) |
|
virtual bool | computeF (NOXVector< T_Q::DOF *T_N_EQUATIONS > &f, const NOXVector< T_Q::DOF *T_N_EQUATIONS > &x)=0 |
|
virtual bool | computeJacobian (Eigen::Matrix< double, T_Q::DOF *T_N_EQUATIONS, T_Q::DOF *T_N_EQUATIONS > &J, const NOXVector< T_Q::DOF *T_N_EQUATIONS > &x)=0 |
|
The documentation for this class was generated from the following file: