KratosMultiphysics
KRATOS Multiphysics (Kratos) is a framework for building parallel, multi-disciplinary simulation software, aiming at modularity, extensibility, and high performance. Kratos is written in C++, and counts with an extensive Python interface.
|
HDF5 file IO. More...
Classes | |
class | _FileIO |
class | _HDF5SerialFileIO |
class | _HDF5ParallelFileIO |
class | _HDF5MockFileIO |
class | _FilenameGetter |
class | _FilenameGetterWithDirectoryInitialization |
class | OpenHDF5File |
A context responsible for managing the lifetime of HDF5 files. More... | |
Functions | |
def | Create (settings, data_comm) |
Return the IO object specified by the setting 'io_type'. More... | |
HDF5 file IO.
license: HDF5Application/license.txt
def core.file_io.Create | ( | settings, | |
data_comm | |||
) |
Return the IO object specified by the setting 'io_type'.
Empty settings will contain default values after returning from the function call.