<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE Runge-Kutta PUBLIC "-//spaceroots.org//DTD Runge-Kutta V1.2//EN"
                             "http://www.spaceroots.org/Runge-Kutta.dtd" >

<!-- $Id: Euler.xml,v 1.3 2004/05/23 17:41:52 luc Exp $ -->

<!-- this is the Euler method -->
<Runge-Kutta name="Euler" >

  <time-steps>
    <zero/>
  </time-steps>

  <internal-weights>
    <row>
      <!-- empty first row -->
    </row>
  </internal-weights>

  <estimation-weights>
    <one/>
  </estimation-weights>

</Runge-Kutta>

