WRApplication
External kratos "application" for multiscale time integration.
|
Classes | |
class | GenerateXDMF |
Generate XDMF output for an existing set of HDF5 output files. More... | |
Namespaces | |
namespace | python_scripts |
namespace | python_scripts.utilities |
namespace | python_scripts.utilities.GenerateXDMF |
Functions | |
Generator[_Batch, None, None] | MakeBatches (pathlib.Path journal_path, str output_path, int batch_size=-1, bool verbose=False) |
XDMF.Grid | CreateXdmfTemporalGridFromMultifile (_Batch batch, bool verbose=False) |
None | BatchGenerate ("tuple[_Batch,bool]" arguments) |
Generate an XDMF file from a batch of input files. | |
None | Generate (pathlib.Path journal_path, str output_pattern="batch_<batch>.xdmf", int batch_size=-1, bool verbose=False) |
Generate XDMF output for an existing set of HDF5 output files. | |