thelfer / MFrontGenericInterfaceSupport

This project aims at providing support for MFront generic behaviours. This project can be embedded in open-source and propriary sofware
38 stars 35 forks source link

Function for checking if the behaviour is a Finite Strain one #33

Closed bleyerj closed 4 years ago

bleyerj commented 4 years ago

It would be nice to have a function returning if a behaviour is a finite-strain one so that one can call the appropriate method (with finite-strain options in this case) when loading the behaviour

thelfer commented 4 years ago

Just to mention, in C++, you may have access to those information using the LibraryManager class. However, this class is very low level and is not available in any bindings.

thelfer commented 4 years ago

Just added the isStandadFiniteStrainBehaviour function. Would you test it ?

bleyerj commented 4 years ago

works fine!