|
WRApplication
External kratos "application" for multiscale time integration.
|
Classes | |
| class | GenerateXDMF |
| Generate XDMF output for an existing set of HDF5 output files. More... | |
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. | |
| None 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 CreateXdmfTemporalGridFromMultifile | ( | _Batch | batch, |
| bool | verbose = False |
||
| ) |
| 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.
| Generator[_Batch,None,None] MakeBatches | ( | pathlib.Path | journal_path, |
| str | output_path, | ||
| int | batch_size = -1, |
||
| bool | verbose = False |
||
| ) |