1 #ifndef DEF_VARIATIONAL_EULERSTEPINTERNALS 2 #define DEF_VARIATIONAL_EULERSTEPINTERNALS 8 template <
typename T_M,
31 posFromVel (T_M h, T_Q q0, T_Q v0)
const 37 f = m_problem.dLdv(m_q0,(m_q1-m_q0)/m_h)
38 + m_h * m_problem.dLdq(m_q1,(q-m_q1)/m_h)
39 - m_problem.dLdv(m_q1,(q-m_q1)/m_h);
46 J = m_problem.JvdLdq(m_q1,(q-m_q1)/m_h)
47 - m_problem.JvdLdv(m_q1,(q-m_q1)/m_h)/m_h;
Definition: Abstract_Problem.hpp:10
Definition: Abstract_LieProblem.hpp:6
Definition: EulerStepInternals.hpp:10
Definition: Abstract_StepInternals.hpp:13
Definition: NOXVector.hpp:14
Definition: Abstract_NOXStep.hpp:12