|
| TryOpenH5File (name, mode=None, driver=None, **kwds) |
| A context manager wrapper for the opened file.
|
|
| RenumberConnectivitiesForXdmf (filename_or_list_of_filenames, h5path_to_mesh) |
| Renumber mesh connectivities for XDMF.
|
|
None | GetListOfSpatialGrids ("list[list[str]]" spatial_grids_list, h5py.Group h5_model_part, str current_path) |
|
| CreateXdmfSpatialGrid (h5_model_part) |
| Return an XDMF Grid object corresponding to a mesh in an HDF5 file.
|
|
| Has_dtype (item) |
|
| XdmfNodalResults (h5_results) |
| Return a list of XDMF Attribute objects for nodal results in an HDF5 file.
|
|
| XdmfNodalFlags (h5_results) |
| Return a list of XDMF Attribute objects for nodal flags in an HDF5 file.
|
|
| XdmfElementResults (h5_results) |
| Return a list of XDMF Attribute objects for element results in an HDF5 file.
|
|
| XdmfElementFlags (h5_results) |
| Return a list of XDMF Attribute objects for element flags in an HDF5 file.
|
|
| XdmfElementGaussPointValues (h5_results) |
| Return a list of XDMF Attribute objects for element integration point values in an HDF5 file.
|
|
| XdmfConditionResults (h5_results) |
| Return a list of XDMF Attribute objects for element results in an HDF5 file.
|
|
| XdmfConditionFlags (h5_results) |
| Return a list of XDMF Attribute objects for element flags in an HDF5 file.
|
|
| XdmfConditionGaussPointValues (h5_results) |
| Return a list of XDMF Attribute objects for element integration point values in an HDF5 file.
|
|
| XdmfResults (h5py.Group h5_results) |
| Return a list of XDMF Attribute objects for results in an HDF5 file.
|
|
| TimeLabel (file_path) |
| Return the time string from the file name.
|
|
| TimeFromFileName (file_path) |
| Return the time value for the file name.
|
|
| FindMatchingFiles (pattern) |
| Return a list of HDF5 files matching the given file name pattern.
|
|
| GetSortedListOfFiles (pattern) |
| Return sorted file list based on the time stamp.
|
|
| GetStep (value, patterns) |
|
| GetMatchingGroupNames (output_dict, value, patterns, pattern_with_wildcards) |
|
| WriteMultifileTemporalAnalysisToXdmf (ospath, h5path_to_mesh, h5path_to_results) |
| Write XDMF metadata for a temporal analysis from multiple HDF5 files.
|
|
| CreateXdmfTemporalGridFromSinglefile (h5_file_name, h5path_pattern_to_mesh, h5path_pattern_to_results, bool require_results=False) |
| Return an XDMF Grid object for a list of temporal results in a single HDF5 file.
|
|
| WriteSinglefileTemporalAnalysisToXdmf (h5_file_name, h5path_pattern_to_mesh, h5path_pattern_to_results, bool require_results=False) |
| Write XDMF metadata for a temporal analysis from single HDF5 file.
|
|