Hugo
Hugo
Based on #3019, we should incorporate tests assessing stability and associated regression references for SOFA. Traction but also compression tests should be performed.
### Discussed in https://github.com/sofa-framework/sofa/discussions/3179 Originally posted by **alxbilger** July 27, 2022 NameDecoder has functions to get the name, template name, namespace etc as a string based on a type. Currently,...
### Discussed in https://github.com/sofa-framework/sofa/discussions/3131 Originally posted by **damienmarchal** July 14, 2022 Currently in runSofa we are maintaining two different viewer with more or less the same functionnalitities. Could we remove...
Work on merging BaseContext and BaseNode should first be addressed since the iterator would need to be able to iterate on both, but they have a different inheritance. To be...
Discuss the integration of @courtecuisse @bakpaul implementation of the CollisionPipeline
Many different epsilon values, PI or threshold. We should uniform it with common values and comments ______________________________________________________ Suggested labels:
Linked to the #597 and all Data dependency and Data update topics. A proof of concept of a visitor-less SOFA could ease a lot next steps on these topics ______________________________________________________...
See #4177 where a revert was required due to the `valSet` (probably requiring to end the previous timer before using it): https://github.com/sofa-framework/sofa/pull/4177/commits/585d830bd7418e4650cf02c6f5ac3414c52713ee
_I suggest we use this issue card to track ongoing work (aka as dashboard/ChangeLog)_ Observation: Link implementation is invasive too complex, thus making SOFA respectively long to compile and hard...
It seems that the StaticSolver behaves differently with iterative and direct linear solvers. Here is an example scene : ``` python import Sofa import SofaRuntime from Sofa import SofaDeformable from...