IntegrationMethod
Time integration methods.
@ BackwardEuler
Backward Euler: 1 step, 1 stage, 1st order, L-stable.
@ DIRK23
DIRK(2,3): 1 step, 2 stages, 3rd order.
@ DIRK33
DIRK(3,3): 1 step, 3 stages, 3rd order, L-stable.
@ SymplecticDIRK12
Symplectic DIRK(1,2): 1 step, 1 stage, 2nd order, A-stable.
@ SymplecticDIRK22
Symplectic DIRK(2,2): 1 step, 2 stages, 2nd order, A-stable.
@ BDF2
BDF2: 2 steps, 1 stage, 2nd order, A-stable.
@ BDF3
BDF3: 3 steps, 1 stage, 3rd order.
@ DIRK22
DIRK(2,2): 1 step, 2 stages, 2nd order, L-stable.
@ Count
Number of actor type enum values.
#define MOCHI_ENUM_COUNT(name)
#define MOCHI_ENUM_BEGIN(name)
#define MOCHI_ENUM_ITEM(name)