|
WRApplication
External kratos "application" for multiscale time integration.
|
| ▼NKratos | |
| ►NPipes | Unix-inspired pipes in C++ |
| ►NTesting | |
| ►NWRApp | |
| CCheckpointPattern | A class for working with formatted strings related to Checkpoint |
| CFileContentIterator | Iterator interface around a file pointer |
| CFileStringIterator | A read-only iterator over the items of a delimited file |
| ►CJournal | A class for keeping administrational text data throughout an analysis |
| ►CJournalBase | A class for keeping administrational text data throughout an analysis |
| CModelPartPattern | A class for working with formatted strings related to ModelParts |
| CPlaceholderPattern | A class for interfacing placeholders and regular expressions |
| CRegexUtility | Static-only utility class for common regexes |
| ▼Npython_scripts | |
| ►Ncheckpoint | |
| ►Ncli | |
| ►NLaunchAnalysis | |
| ►NTestCase | |
| ►NToDoException | |
| ►Nutilities | |
| ►Nxdmf | |
| C_Batch | A set of HDF5 files and related data to process |
| C_Dataset | An HDF5Path with an associated mesh, also represented by an HDF5Path |
| CAggregateSolutionStageScope | Enter multiple SolutionStageScope contexts at once |
| CAsyncSolver | Base class for composable solvers that handle their domains asynchronously |
| CCachedDataset | Dataset that stores into and fetches from a static cache |
| CCheckpoint | Class representing a checkpoint, consisting of one or more consecutive Snapshot s |
| CCheckpointProcess | Main interface process for checkpointing |
| CCheckpointSelector | A functor taking a Model and returning a CheckpointID to load or None |
| CConvergenceAccelerator | |
| CConvergenceCriterion | Wrapper for cosim convergence criteria |
| CCoSimCoupling | Wrapper for CoSimulationApplication coupling procedures |
| CCoupledAsyncSolver | AsyncSolver with coupling directives from CoSimulationApplication |
| CDataset | Class representing a dataset that can be operated on during coupling |
| CDatasetLookup | Store, retrieve, and interpolate datasets |
| CDatasetMap | DatasetTransform that uses a Mapper to map datasets before assigning them to the target ModelPart |
| CDatasetTable | |
| CDatasetTransform | Fetch, transform and assign data between ModelPart s |
| CDefaultCheckpointSelector | Always returns None, i.e |
| CGenerateXDMFProcess | Generate XDMF output for an existing set of HDF5 output files |
| CHDF5Path | Filesystem path to an HDF5 file and a prefix within, uniquely identifying dataset/group |
| CHDF5Snapshot | Class representing a snapshot of a ModelPart state and its associated output file in HDF5 format |
| CHDF5SnapshotInput | Input class for reading most data from an HDF5 snapshot to a model part |
| CHDF5SnapshotIO | Base class with common functionality to writing/loading snapshots to/from disk |
| CHDF5SnapshotManager | Snapshot manager specialized for HDF5Snapshot |
| CHDF5SnapshotOutput | Output class for writing most data in the model part to an HDF5 snapshot |
| CKratosDataset | Class representing a Variable stored in a ModelPart |
| CLaunch | Set up, execute, and tear down an analysis based on an input JSON file |
| CMPIUtils | Utility class collecting functions requiring MPI synchronization |
| CNoOpDatasetTransform | DatasetTransform that directly assigns fetched datasets without doing anything to them |
| CSnapshot | Class representing a snapshot of a ModelPart state |
| CSnapshotFS | Class representing a snapshot of a ModelPart state and its associated output file on the filesystem |
| CSnapshotFSIO | Base class for Snapshot s that store their data on the filesystem |
| CSnapshotInMemory | Snapshot that stores/fetches its data in/from memory |
| CSnapshotIO | Interface for performing Snapshot input/output operations |
| CSnapshotManager | Interface for Snapshot lifetime management |
| CSolutionStageScope | RAII context manager for tasks during solver execution |
| CSubSynchronization | A class wrapping AsnycSolver._Synchronize in a KratosMultiphysics.Operation |
| CWRAppClass | WRApp::WRAppClass with a replaced metaclass for compatibility with abc |
| CWrappedAnalysis | Integrate a KratosMultiphysics.AnalysisStage into AsyncSolver._Synchronize |
| CWRAppMeta | Metaclass replacing that of the C++ WRAppClass to provide derived classes access to abc.ABCMeta |