erik pernod

Results 27 issues of erik pernod

Similarly to Vec implementation, add a NoInit constructor for Quat and a type QuatNoInit Speedup is minor compare to Mat and Vec of big size but still it makes a...

pr: status ready
pr: new feature

Method initTopology was not called if the topology is empty at start. For example if we start with a cloud of points. And initTopology methods are chained called to initialize...

pr: fix
pr: status ready

### Discussed in https://github.com/sofa-framework/sofa/discussions/3092 Originally posted by **monkeygame** July 1, 2022 Hello everyone! I'm learning about dynamically removing and adding tetrahedral elements examples\Components\topology\TopologicalModifiers I think I added four tetrahedrons, and...

issue: bug (minor)

### Problem **Description** Since Glew has been set to mandatory by PR: https://github.com/sofa-framework/sofa/pull/2358 some external plugin are not compiling anymore on the CI because Glew is not find. **Steps to...

issue: bug (minor)

This is a WIP PR but need review flag for CI-driven investigation [ci-depends-on https://github.com/sofa-framework/Regression/pull/25] ______________________________________________________ By submitting this pull request, I acknowledge that **I have read, understand, and agree [SOFA...

pr: fix
pr: status wip

- Use std::set instead of std::list in TopologyContainer to store TopologyHandler - Use bool m_isRegistered to tack info if the topologyHandler is registed inside the TopologyContainer list. Catch return of...

pr: breaking
pr: status to review
pr: clean

- Add method to remove an interaction constraint given the dof index and the input mechanicalObject Id - Add 2 Single Links to the topology containers to be set to...

pr: status to review
pr: new feature

To avoid NaN propagation when a wrong constraint is created using barycentricMapper and CreatePointLine. Also add a small changes in regularGrid done during debug division by 0. fix https://github.com/sofa-framework/BeamAdapter/issues/55 (does...

pr: fix
pr: status to review

- Rename method `initTopology `already present in **XXSetTopologyContainer** classes into `initContainers` - Add virtual method in `BaseMeshTopology` - Add Override method implementation in `MeshTopology` - Fix use case in `ParallelBVHNarrowPhase`...

pr: fix
pr: status to review
pr: status postponed
STC#17

Method LoadFromMemory to load an XML as a string is taking a parameter size which is unused and generate conversion warnings in tests. - Add method depreciation - Update all...

pr: status to review
pr: clean