module myna.application.cubit.cubit
Define the application functionality for the base CubitApp, which should be inherited by all Myna Component applications in this module.
class CubitApp
Defines Myna application behavior for Cubit®-based applications. Cubit® is a toolkit for geometry and mesh generation developed by Sandia National Laboratories: https://cubit.sandia.gov/
method CubitApp.__init__
__init__()
property CubitApp.component
Return the corresponding component class. This will be None if class name is not in the Component lookup dictionary
property CubitApp.name
property CubitApp.path
property CubitApp.template
Set the path to the template directory based on the path to the app directory
method CubitApp.parse_configure_arguments
parse_configure_arguments()
method CubitApp.parse_execute_arguments
parse_execute_arguments()
method CubitApp.parse_shared_arguments
parse_shared_arguments()
This file was automatically generated via lazydocs.