|
| fileIO.h |
| Dispatches HDF5 functions specific to execution platform (w/o MPI). There are multiple implementation to this interface!
|
|
| HdfData.cpp |
|
| HdfData.h |
| Collects and holds all metadata for writing HDF5 file.
|
|
| HdfWriter.cpp |
|
| HdfWriter.h |
| Writes vectorized data to HDF File.
|
|
| MeshPropertyDataType.cpp |
| Enum ParentDataType to string translations.
|
|
| MeshPropertyDataType.h |
| Enum for all propertyVector data types and XDMF ParentDataTypes.
|
|
| partition.h |
| Dispatches functions specific to execution platform (w/o MPI)
|
|
| transformData.cpp |
|
| transformData.h |
| Transforms OGS Mesh into vectorized data.
|
|
| writeXdmf.cpp |
|
| writeXdmf.h |
| write_xdmf generates a function based on spatial mesh data. The generated function finally generates an XDMF string when temporal data is known
|
|
| XdmfData.cpp |
|
| XdmfData.h |
| Collects and holds all metadata for writing XDMF file.
|
|
| XdmfHdfData.h |
| Holds all data for the combined writing of xdmf and hdf5 file.
|
|
| XdmfHdfWriter.cpp |
|
| XdmfHdfWriter.h |
| XdmfWriter which create contiguous data for geometry and topology and writes this and all attributes to 1 xdmf + 1 hdf file.
|
|
| XdmfWriter.cpp |
|
| XdmfWriter.h |
| Collects and holds all metadata for writing XDMF file.
|
|