:py:mod:`femo_alpha.csdl_alpha_opt.fea_model` ============================================= .. py:module:: femo_alpha.csdl_alpha_opt.fea_model Module Contents --------------- Classes ~~~~~~~ .. autoapisummary:: femo_alpha.csdl_alpha_opt.fea_model.FEAModel .. py:class:: FEAModel(fea, fea_name='fea') .. py:method:: evaluate(inputs: csdl_alpha.VariableGroup, debug_mode=False) Evaluate all of the FEA variables Parameters: ----------- inputs (dict): A dictionary of input variables (csdl.Variable). debug_mode (bool, optional): If set to True, the debug mode is enabled. Defaults to False. .. !! processed by numpydoc !!