PSCF v1.1
Classes | Enumerations

Spatial domain for one-dimensional (1D) finite difference solvers. More...

Classes

class  Pscf::Fd1d::Domain
 One-dimensional spatial domain and discretization grid. More...
 

Enumerations

enum  Pscf::Fd1d::GeometryMode
 Enumeration of geometrical modes for functions of one coordinate. More...
 

Detailed Description

Spatial domain for one-dimensional (1D) finite difference solvers.

Enumeration Type Documentation

◆ GeometryMode

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.