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 Xdmf operations. More...
Classes | |
class | XdmfOutput |
Output that creates the xdmf-file for the given h5-files. More... | |
Functions | |
def | Create (settings) |
Return an operation specified by the setting's 'operation_type'. More... | |
Variables | |
WriteMultifileTemporalAnalysisToXdmf = lambda *args: None | |
string | warn_msg = "XDMF-Writing is not available,\nOnly HDF5 files are written" |
HDF5 Xdmf operations.
license: HDF5Application/license.txt
Main authors: Philipp Bucher Michael Andre
def core.operations.xdmf.Create | ( | settings | ) |
Return an operation specified by the setting's 'operation_type'.
This method is normally not used directly, but rather it is imported in core.operations.model_part.Create using the 'module_name' setting.
string core.operations.xdmf.warn_msg = "XDMF-Writing is not available,\nOnly HDF5 files are written" |
core.operations.xdmf.WriteMultifileTemporalAnalysisToXdmf = lambda *args: None |