1 #ifndef DEF_VARIATIONAL_IMPLICITEULERSTEPINTERNALS 2 #define DEF_VARIATIONAL_IMPLICITEULERSTEPINTERNALS 8 template <
typename T_M,
28 f = this->m_h * this->m_problem.dLdq(this->m_q1,(this->m_q1-this->m_q0)/this->m_h)
29 + this->m_problem.dLdv(this->m_q1,(this->m_q1-this->m_q0)/this->m_h)
30 - this->m_problem.dLdv(q,(q-this->m_q1)/this->m_h);
37 J = this->m_problem.JqdLdv(q,(q-this->m_q1)/this->m_h )
38 - this->m_problem.JvdLdv(q,(q-this->m_q1)/this->m_h )/this->m_h;
Definition: Abstract_Problem.hpp:10
Definition: Abstract_LieProblem.hpp:6
Definition: ImplicitEulerStepInternals.hpp:11
Definition: Abstract_StepInternals.hpp:13
Definition: NOXVector.hpp:14
Definition: Abstract_NOXStep.hpp:12