Alex Bilger
Alex Bilger
I am questioning the support of multiple objects under a single pair ODE solver + linear solver, compared to a dedicated solver for each object. This is in the context...
SOFACUDA_CUDPP is a CMake option allowing to use CUDPP to scan or sort data on the GPU. Similarly, Thrust is used with the option SOFACUDA_THRUST. However, CUDPP dependency is not...
SofaSphFluid is an external plugin, hence it is added to a project always after SofaCUDA. Right now, SofaCUDA embeds SPH implementations that are optionally compiled if SofaSphFluid is found. But,...
______________________________________________________ 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** -...
The Newton-Raphson solver does not converge in the following scene: ```xml ``` It is important to note that it happens when the `method` in `TetrahedronFEMForceField` is set to `svd` or...
Some component descriptions are clearly off, due to copy/paste. For example, some projective constraints are described with `Attach given particles to their initial positions`, but it's clearly a copy/paste from...
⚠️ Not meant to be merged. This PR can be used to detect example scenes which don't pass the scene checking. ______________________________________________________ By submitting this pull request, I acknowledge that...
The search for "input" and "output" can be moved into the `init` method. It is called anyway by the object factory. If we do that, the function `create` is identical...
When a path is given to a Link, this path can reference a Node. However, Link are made to reference components. There is an implicit search of the right path...