subpackage myna.core
Myna core functionality.
Provides classes required to link databases and simulation workflow steps for additive manufacturing process-structure-property simulations (and possibly other applications).
Documentation is provided in docstrings, the root-level readme, and in readme files within the "myna/application" and "examples" subdirectories.
Available subpackages: components: Defines general functionality for a workflow component, i.e., a workflow step, and create subclasses that define specific requirements for metadata, input file format, and output file format for a given workflow step. files: Defines file formats that are associated with various components to ensure that the output files from applications are compatible with proceeding components, regardless of the application backend. metadata: Defines types of metadata that can be accessed by components and provides the required functionality to extract each piece of metadata from implemented databases. utils: Utility functions that are used throughout this package and in the applications. workflow: Modules that handle configuring, running, and syncing Myna workflow steps based on the specified database.
This file was automatically generated via lazydocs.