|
PSCF v1.4.0
|
Spatial domain and field IO for (1D) finite difference code. More...
Classes | |
| class | Pscf::R1d::Domain |
| One-dimensional spatial domain and discretization grid. More... | |
| class | Pscf::R1d::FieldIo |
| Read and write fields to file. More... | |
Enumerations | |
| enum | Pscf::R1d::GeometryMode |
| Enumeration of geometrical modes for functions of one coordinate. More... | |
Spatial domain and field IO for (1D) finite difference code.
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.