You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For the moment, a component should be created and added to the factory for each new added FEniCS materiel, and can be used like this fenics_node.addObject('SaintVenantKirchhoff_FEniCS', template=element, young_modulus="3000", poisson_ratio="0.3") fenics_node.addObject('HyperelasticForcefieldMaterial_FEniCS', printLog=True)
We would like to create a more general Fenics material component that takes as input the FEniCS generated code path and some compiler parameters, and can be used like this fenics_node.addObject('FEniCS_material', path='../../FEniCS_code/' material="SaintVenantKirchhoff", compiler='gcc', compilerOption=" ")
The text was updated successfully, but these errors were encountered:
For the moment, a component should be created and added to the factory for each new added FEniCS materiel, and can be used like this
fenics_node.addObject('SaintVenantKirchhoff_FEniCS', template=element, young_modulus="3000", poisson_ratio="0.3")
fenics_node.addObject('HyperelasticForcefieldMaterial_FEniCS', printLog=True)
We would like to create a more general Fenics material component that takes as input the FEniCS generated code path and some compiler parameters, and can be used like this
fenics_node.addObject('FEniCS_material', path='../../FEniCS_code/' material="SaintVenantKirchhoff", compiler='gcc', compilerOption=" ")
The text was updated successfully, but these errors were encountered: