![]() |
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.
|
Classes | |
| class | FluidHDF5Loader |
| class | ParticleHistoryLoader |
Functions | |
| def | DeleteDataSet (file_or_group, dset_name) |
| def | CreateDataset (file_or_group, name, data) |
| def | CreateGroup (file_or_group, name, overwrite_previous=True) |
| def | WriteDataToFile (file_or_group, names, data) |
| def | Index () |
| def hdf5_io_tools.CreateDataset | ( | file_or_group, | |
| name, | |||
| data | |||
| ) |
| def hdf5_io_tools.CreateGroup | ( | file_or_group, | |
| name, | |||
overwrite_previous = True |
|||
| ) |
| def hdf5_io_tools.DeleteDataSet | ( | file_or_group, | |
| dset_name | |||
| ) |
| def hdf5_io_tools.Index | ( | ) |
| def hdf5_io_tools.WriteDataToFile | ( | file_or_group, | |
| names, | |||
| data | |||
| ) |