PSCF v1.2
|
Classes | |
class | Pscf::R1d::Domain |
One-dimensional spatial domain and discretization grid. More... | |
Enumerations | |
enum | Pscf::R1d::GeometryMode |
Enumeration of geometrical modes for functions of one coordinate. More... | |
Spatial domain for one-dimensional (1D) finite difference solvers.
Enumeration of geometrical modes for functions of one coordinate.
Allowed values are: Planar, Cylindrical Spherical.
GeometryMode values can be read from or written to iostream using overloaded extractor (>>) and inserter (<<) operators. The text representations of the three values are "planar", "cylindrical" and "spherical".
Definition at line 30 of file GeometryMode.h.