Function export_xdmf_hdf5_trajectory_v1
pub fn export_xdmf_hdf5_trajectory_v1<M>(
input: &RemeshingTrajectoryReplayInputV1<'_, M>,
hdf5_display_locator: &str,
limits: XdmfHdf5TrajectoryExportLimits,
) -> Result<XdmfHdf5TrajectoryExportArtifactsV1, Diagnostic>where
M: ReplayableCanonicalModelArtifact,Description
Native HDF5-backed XDMF import and remeshing-trajectory export. Project one exact durable remeshing trajectory into XDMF/HDF5 bytes.
The display locator is rendered but never opened. The returned values grant no filesystem or network authority.
ยงErrors
Returns EQ0811 for projection drift or a producer budget excess. Exact
artifact and adapter diagnostics retain their narrower codes.