Alex Bilger

Results 110 issues of 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...

enhancement
pr: status to review

- `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...

pr: status to review
refactoring

______________________________________________________ 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** -...

pr: status to review
pr: clean

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...

pr: fix
pr: status to review

[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...

pr: status to review
pr: clean

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...

pr: status to review
refactoring

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...

pr: status to review
pr: test

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...

enhancement
pr: status to review