Alex Bilger
Alex Bilger
Just to start identifying the first compilation errors on the CI. ______________________________________________________ By submitting this pull request, I acknowledge that **I have read, understand, and agree [SOFA Developer Certificate of...
- `TVecId` can be `constexpr` - Enumerations are scoped (global variables are declared to keep compatibility with previous unscoped enumeration) - Indices are based on enumerations (no more hard coded...
______________________________________________________ By submitting this pull request, I acknowledge that **I have read, understand, and agree [SOFA Developer Certificate of Origin (DCO)](https://github.com/sofa-framework/sofa/blob/master/CONTRIBUTING.md#sofa-developer-certificate-of-origin-dco)**. ______________________________________________________ **Reviewers will merge this pull-request only if** -...
It crashed if `context` was `nullptr`. Not sure what to return if `context` is `nullptr`. ______________________________________________________ By submitting this pull request, I acknowledge that **I have read, understand, and agree...
[ci-depends-on https://github.com/SofaDefrost/ModelOrderReduction/pull/145] ______________________________________________________ By submitting this pull request, I acknowledge that **I have read, understand, and agree [SOFA Developer Certificate of Origin (DCO)](https://github.com/sofa-framework/sofa/blob/master/CONTRIBUTING.md#sofa-developer-certificate-of-origin-dco)**. ______________________________________________________ **Reviewers will merge this pull-request only...
Function is too long and complex. It needs to be divided. This is not finished, but it's better than before. ______________________________________________________ By submitting this pull request, I acknowledge that **I...
https://github.com/sofa-framework/sofa/blob/e88667dd474b74bf1194d2c3bea63642cd2e0786/Sofa/Component/Mapping/NonLinear/src/sofa/component/mapping/nonlinear/RigidMapping.cpp#L57-L65
`DistanceMultiMapping` was not tested, and it's the first example of a tested non-linear multi mapping. ______________________________________________________ By submitting this pull request, I acknowledge that **I have read, understand, and agree...
A component can be included in multiple maps (`uncreatableComponents`, `dealiasedComponents`, ` movedComponents`). If it is the case, only one was picked and the others were ignored. This PR processes all...