|
criptic v1
Cosmic Ray Interstellar Propagation Tool using Itô Calculus
|
A class to describe a gas with properties stored on a Cartesian grid. More...
#include <array>#include <vector>#include "Gas.H"#include "../Core/Geometry.H"#include "../IO/ParmParser.H"#include "../Utils/ErrCodes.H"#include "../Utils/RealTensor2.H"#include "../Utils/Vec3.H"Go to the source code of this file.
Classes | |
| class | criptic::gas::CartesianGrid |
| Describe a gas with properties stored on a Cartesian grid. More... | |
Namespaces | |
| namespace | criptic |
| The primary namespace for criptic objects. | |
| namespace | criptic::gas |
| A namespace to hold quantities related to the background gas. | |
A class to describe a gas with properties stored on a Cartesian grid.
This is a specialization of the Gas interface class that describes a gas for which all properties are stored on a time-independent cell-centered Cartesian grid.