Euler method
From CFD-Wiki
(Difference between revisions)
Line 8: | Line 8: | ||
:<math> \dot \phi = f\left( {t,\phi } \right)</math> | :<math> \dot \phi = f\left( {t,\phi } \right)</math> | ||
:<math>\phi ^{n + 1} = \phi ^n + f\left( {t_{n + 1} ,\phi ^{n + 1} } \right) </math> | :<math>\phi ^{n + 1} = \phi ^n + f\left( {t_{n + 1} ,\phi ^{n + 1} } \right) </math> | ||
+ | |||
+ | |||
+ | ---- | ||
+ | <i> Return to [[Numerical methods | Numerical Methods]] </i> |
Revision as of 04:13, 14 November 2005
Euler Methods
Explicit or Forward Euler
Implicit or Backward Euler
Return to Numerical Methods