WRApplication
External kratos "application" for multiscale time integration.
|
Classes | |
class | GenerateXDMF |
Generate XDMF output for an existing set of HDF5 output files. More... | |
class | _Dataset |
An HDF5Path with an associated mesh, also represented by an HDF5Path. More... | |
class | _Batch |
A set of HDF5 files and related data to process. More... | |
Functions | |
Generator[_Batch, None, None] | MakeBatches (pathlib.Path journal_path, str output_path, int batch_size=-1, bool verbose=False) |
None | AddResultsToGrid ("list[Attribute]" results, HDF5Path mesh_path, SpatialGrid spatial_grid) |
XDMF.Grid | CreateXdmfTemporalGridFromMultifile (_Batch batch, bool verbose=False) |
None | BatchGenerate ("tuple[_Batch,bool]" arguments) |
Generate an XDMF file from a batch of input files. More... | |
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. More... | |
None python_scripts.utilities.GenerateXDMF.AddResultsToGrid | ( | "list[Attribute]" | results, |
HDF5Path | mesh_path, | ||
SpatialGrid | spatial_grid | ||
) |
None python_scripts.utilities.GenerateXDMF.BatchGenerate | ( | "tuple[_Batch,bool]" | arguments | ) |
Generate an XDMF file from a batch of input files.
The arguments are packaged into a single tuple:
XDMF.Grid python_scripts.utilities.GenerateXDMF.CreateXdmfTemporalGridFromMultifile | ( | _Batch | batch, |
bool | verbose = False |
||
) |
None python_scripts.utilities.GenerateXDMF.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.
Generator[_Batch,None,None] python_scripts.utilities.GenerateXDMF.MakeBatches | ( | pathlib.Path | journal_path, |
str | output_path, | ||
int | batch_size = -1 , |
||
bool | verbose = False |
||
) |