The namespace 'pod' contains structures for working with the POD class. More...
Classes | |
struct | PODField |
The PODfield structure is used to store the fields inside POD classes. More... | |
struct | PODMode |
The PODMode structure is used to store the modes inside pod classes. More... | |
struct | SnapshotFile |
The SnapFile structure is used to store the file names inside POD classes. More... | |
Typedefs | |
typedef PiercedStorage< double > | ScalarStorage |
typedef PiercedStorage< std::array< double, 3 > > | VectorStorage |
The namespace 'pod' contains structures for working with the POD class.
typedef PiercedStorage<double> bitpit::pod::ScalarStorage |
Scalar Storage type definition.
Definition at line 38 of file pod_common.hpp.
typedef PiercedStorage<std::array<double, 3> > bitpit::pod::VectorStorage |
Vector Storage type definition.
Definition at line 39 of file pod_common.hpp.