Classes | |
class | AMError |
Error calculation for mesh refinement. More... | |
class | AMRCore |
AMR integrator. More... | |
class | AutoAMRCore |
Automatic AMR integrator. More... | |
class | BoundedGrid |
1 dimensional grid for the adaptive mesh refinement algorithm. More... | |
class | Dissipation |
Numerical dissipation term on the grid. More... | |
class | O2Dissipation |
Second order second derivative. More... | |
class | O4Dissipation |
Fourth order fourth derivative. More... | |
class | O6Dissipation |
Sixth order sixth derivative. More... | |
class | FieldArray |
Field array. More... | |
class | FieldComponents< GReal_t > |
Declaration of specialization K==GReal_t. More... | |
class | FieldComponents< GComplex_t > |
Declaration of specialization K==GComplex_t. More... | |
class | FieldWrapper |
GridRipper field base class. More... | |
class | FuncInitCond |
Initial condition for a PDE. More... | |
class | Grad |
Approximation of first order derivatives on the grid. More... | |
class | Grad_O1_shifted |
First order approximation of derivatives. More... | |
class | Grad_O1_shifted_2 |
First order approximation of derivatives with double grid spacing. More... | |
class | Grad_O2 |
Second order approximation of derivatives. More... | |
class | Grad_O2_2 |
Second order approximation of derivatives with double grid spacing. More... | |
class | Grad_O21 |
Numerical approximation of derivatives calculated in second order, except on edges where the linear approximation is applied. More... | |
class | Grad_O21_2 |
Numerical approximation of derivatives with double grid spacing (For Richardson error estimation. More... | |
class | Grad_O4 |
Fourth order approximation of derivatives. More... | |
class | Grad_O4_2 |
Fourth order approximation of derivatives with double grid spacing. More... | |
class | Grad_O421 |
Numerical approximation of derivatives calculated in fourth order, except on edges where linear and second order approximations are applied. More... | |
class | Grad_O421_2 |
Numerical approximation of derivatives with double grid spacing (For Richardson error estimation. More... | |
class | Grad_O6 |
Sixth order approximation of derivatives. More... | |
class | Grad_O6_2 |
Sixth order approximation of derivatives with double grid spacing. More... | |
class | Grad_O6421 |
Numerical approximation of derivatives calculated in sixth order, except on edges where linear and second order approximations are applied. More... | |
class | Grad_O6421_2 |
Numerical approximation of derivatives with double grid spacing (For Richardson error estimation. More... | |
class | Grid |
1 dimensional grid for the adaptive mesh refinement algorithm. More... | |
class | GridFunction |
Local function. More... | |
class | GridInterpolator |
Interpolates margin points using values from the parent grid. More... | |
class | GridIterator |
Iterates through the points of the refined grid. More... | |
class | InitCond |
Initial condition for a PDE. More... | |
class | Integrator |
Time integrator. More... | |
class | IntervalList |
Interval of grid points. More... | |
class | ParameterParser |
AMR 1D parameter parser. More... | |
class | PDE |
Abstract base class of partial differential equations. More... | |
class | Regridder |
Regridder base class. More... | |
class | Sigma |
The sigma factor of the numerical dissipation term. More... | |
Namespaces | |
namespace | error |
AMError implementations; error calculation for mesh refinement. | |
namespace | gridint |
Methods for solving hyperbolic partial differential equations on a Grid. | |
namespace | initcond |
Initial condition classes. | |
namespace | interpolation |
Interpolation methods to produce initial states for finer grids. | |
namespace | io |
BData file writing for AMR. | |
namespace | regridder |
Regridder implementations. | |
namespace | sigma |
Sigma factors for the numerical dissipation term. |