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__(sim_type)
method CubitApp.copy_template_to_dir
copy_template_to_dir(target_dir)
Copies the specified template directory to the specified target directory
method CubitApp.update_template_path
update_template_path()
Updates the template path parameter
This file was automatically generated via lazydocs.