![]() |
Bimetric 3+1 toolkit for spherical symmetry
|
Descriptors for various methods of lines (MoL). More...
Go to the source code of this file.
Data Structures | |
class | IntegFace |
Interface used for MoL integration that prepares and finalizes integration steps. More... | |
struct | MoLDescriptor |
A method of lines (MoL) descriptor. More... | |
Variables | |
MoLDescriptor | ICN2 |
Iterative Crank-Nicolson, 2-iterations. | |
MoLDescriptor | ICN3 |
Iterative Crank-Nicolson, 3-iterations. | |
MoLDescriptor | RK1 |
Runge-Kutta, 1st order (the Euler method) | |
MoLDescriptor | RK2 |
Runge-Kutta, 2nd order. | |
MoLDescriptor | RK3 |
Runge-Kutta, 3rd order. | |
MoLDescriptor | RK4 |
Runge-Kutta, 4th order. |
Descriptors for various methods of lines (MoL).
Definition in file methodOfLines.h.