Expand description
Re-exports§
pub use xdmf_elements::CellType;
Modules§
- xdmf_
elements - This module contains the main XDMF elements along with their serialization logic.
Structs§
- Time
Series Data Writer - Writer for time series data in XDMF format. Can be used after writing the mesh with
TimeSeriesWriter::write_mesh. - Time
Series Writer - Writer for time series data in XDMF format.
Enums§
- Data
Attribute - Type of the data (scalar, vector, tensor, etc.)
- Data
Storage - Type of storage used for the heavy data (e.g. ASCII or HDF5)
- Values
- Wrapper around different types of data, used to provide a unified interface.
Functions§
- is_
hdf5_ enabled - Check if the hdf5 feature is enabled.
- mpi_
safe_ create_ dir_ all - Create directories in a way that is safe for MPI applications.
Type Aliases§
- DataMap
- Map for data, relates name to attribtue and values