#include <stdio.h>
#include <stdlib.h>
#include <math.h>
#include <string.h>
Go to the source code of this file.
|
class | Fmv0 |
| Base class for Finite Mesh Variables version 0. More...
|
|
class | Fmv |
| Derived class from Fmv0, implementing specific boundary conditions and initial data routines for the COSMOS simulation. More...
|
|
class | Fmv1 |
| Derived class from Fmv0, implementing Fixed Mesh Refinement (FMR). More...
|
|
|
#define | G_CONST 1.0 |
| Gravitational constant G (often set to 1 in simulations).
|
|
#define | C_LIGHT 1.0 |
| Speed of light c (often set to 1 in simulations).
|
|
◆ C_LIGHT
Speed of light c (often set to 1 in simulations).
◆ G_CONST
Gravitational constant G (often set to 1 in simulations).
◆ BoundaryType
Enum defining possible boundary condition types.
Enumerator |
---|
BOUNDARY_PERIODIC | |
BOUNDARY_REFLECTING | |
BOUNDARY_OUTFLOW | |