tfel

Generate code for material behavior in numerical mechanics simulations.

brewmacoslinux
Try with needOr install directly
Source

About

Code generation tool dedicated to material knowledge for numerical mechanics

Commands

mfrontmfront-query

Examples

generate C++ code from material model definition$ mfront --obuild --interface=generic material_model.mfront
convert material behavior description to Fortran code$ mfront --obuild --interface=fortran elasticity.mfront
check syntax and get information about material model file$ mfront-query --help-keywords material_definition.mfront
generate code for finite element solver integration$ mfront --obuild --interface=aster plasticity.mfront
create multiple material implementations from single source file$ mfront --obuild --interface=generic --interface=fortran material.mfront