sofa-framework / sofa

Real-time multi-physics simulation with an emphasis on medical simulation.
https://www.sofa-framework.org
GNU Lesser General Public License v2.1
927 stars 312 forks source link

Uniforming FEM interface methods #134

Open epernod opened 7 years ago

epernod commented 7 years ago

Some FEM have similar members and methods but the behaviour slightly changes sometimes.

For example:

Could we setup a commun api for those components? Can someone identify one FEM which could be the reference.

damienmarchal commented 7 years ago

+1 about any proposal for unifying the similarities between component toward a more consistent sofa.

hugtalbot commented 7 years ago

Hi guys,

This is a known issue. I think this is related to what @IPeterlik and @hdeling are working on with homogeneous forcefields for linear elasticity and corotated approach. Homogeneous data, methods and behaviors must be respected.

hugtalbot commented 4 years ago

This is already related to #232 #979