#include <iostream>#include <iomanip>#include <cmath>#include <boost/program_options.hpp>#include <utl/RK4ODEIntegrator.h>#include <utl/RK5ODEIntegrator.h>#include "HarmonicOscillator.h"Go to the source code of this file.
Functions | |
| int | main (int argc, char *argv[]) |
Definition in file ODEIntegrator.cc.
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |
Definition at line 24 of file ODEIntegrator.cc.
References utl::RK5ODEIntegrator< DerivativeFunctor >::AdaptiveBegin(), utl::RK4ODEIntegrator< DerivativeFunctor >::Begin(), utl::RK5ODEIntegrator< DerivativeFunctor >::Begin(), utl::RK4Iterator< DerivativeFunctor, VectorType >::GetX(), utl::AdaptiveRK5Iterator< DerivativeFunctor, VectorType, ErrorScalingPolicy >::GetX(), utl::RK4Iterator< DerivativeFunctor, VectorType >::GetY(), utl::BasicVector< HepVector >::GetY(), utl::AdaptiveRK5Iterator< DerivativeFunctor, VectorType, ErrorScalingPolicy >::GetY(), utl::m, and sqrt().