Loading...
Searching...
No Matches
bitpit::pod Namespace Reference
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 |
Detailed Description
The namespace 'pod' contains structures for working with the POD class.
Typedef Documentation
◆ ScalarStorage
| typedef PiercedStorage<double> bitpit::pod::ScalarStorage |
Scalar Storage type definition.
Definition at line 38 of file pod_common.hpp.
◆ VectorStorage
| typedef PiercedStorage<std::array<double, 3> > bitpit::pod::VectorStorage |
Vector Storage type definition.
Definition at line 39 of file pod_common.hpp.
1.13.2