OPAL (Object Oriented Parallel Accelerator Library) 2022.1
OPAL
Namespaces | Enumerations
Steppers.h File Reference
#include "Steppers/RK4.h"
#include "Steppers/LF2.h"
Include dependency graph for Steppers.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  Steppers
 

Enumerations

enum  Steppers::TimeIntegrator : short { Steppers::UNDEFINED = -1 , Steppers::RK4 = 0 , Steppers::LF2 = 1 , Steppers::MTS = 2 }