Commit 539badc
committed
Squashed commit of the following:
commit 833bd69
Author: Hugo <hugo.talbot@sofa-framework.org>
Date: Fri Feb 27 00:40:59 2026 +0100
[doc] Use sphinx-design in order to fix doc generation (#586)
Co-authored-by: hugtalbot <hugo.talbot@inria.fr>
commit d982bc8
Author: Alex Bilger <alxbilger@users.noreply.github.com>
Date: Thu Feb 26 23:11:32 2026 +0100
Remove unappropriate comment (#591)
commit ae7e8e1
Author: Paul Baksic <30337881+bakpaul@users.noreply.github.com>
Date: Thu Feb 26 18:39:56 2026 +0100
Ignore the meshing scenes (#587)
commit 6593f34
Author: Paul Baksic <30337881+bakpaul@users.noreply.github.com>
Date: Thu Feb 26 18:38:58 2026 +0100
[RPyC] Add new exposed methods to SOFA server (#570)
* Add a way to init the root remotly
* Add method to change working dir on remote
commit bdbaece
Author: Paul Baksic <30337881+bakpaul@users.noreply.github.com>
Date: Thu Feb 26 10:29:37 2026 +0100
Add python modules that uses the CGAL binding (#567)
* Add python modules that uses the CGAL binding instead of the CGALPlugin to generate mesh from a pointcloud or a surfacic polyhedron
* Add a SOFA scene opening and using the generated mesh with CGAL
* Sort all files into a meshing repo and add a Gmsh example
* Make display optionnal
* Fix typo
---------
Co-authored-by: hugtalbot <hugo.talbot@inria.fr>
Co-authored-by: Themis Skamagkis <70031729+th-skam@users.noreply.github.com>
commit 617d506
Author: Hugo <hugo.talbot@sofa-framework.org>
Date: Thu Feb 26 10:29:13 2026 +0100
[examples] Add a thermo-elastic example (#204)
* [examples] Add a thermo-elastic example
* minor comment to remove
* Get compatible with #198 and add legend
* Remove option of topo changes
* Update scene further to recently introduced templates in Mass
* avoid using strings
* update scene with imgui, linkpath etc
---------
Co-authored-by: hugtalbot <hugo.talbot@inria.fr>
commit 4fb7e89
Author: leobois67 <leo.bois@inria.fr>
Date: Wed Feb 25 18:58:24 2026 +0100
Example of a ForceField implemented with JAX (#557)
* Add the example
* Igne jax example on main CI
* Fix ignoring the jax examples
* Fix addKToMatrix() with different options
* Apply suggestions from code review
---------
Co-authored-by: Paul Baksic <paul.baksic@outlook.fr>
Co-authored-by: Hugo <hugo.talbot@sofa-framework.org>
commit b3a79c6
Author: Hugo <hugo.talbot@sofa-framework.org>
Date: Wed Feb 25 15:50:54 2026 +0100
Fix code block indentation for createScene function (#582)
Updated code block formatting for createScene function.
This should fix the doc generation
commit fc75967
Author: Alex Bilger <alxbilger@users.noreply.github.com>
Date: Fri Feb 13 03:42:51 2026 +0100
fix wrong parameter order in addDForce and addKToMatrix (#579)
* fix wrong parameter order in addDForce
* also fix addKToMatrix
commit ca2be7c
Author: Alex Bilger <alxbilger@users.noreply.github.com>
Date: Fri Feb 13 03:42:37 2026 +0100
Add bindings for prism and pyramid topology functions (#578)
commit 346d298
Author: Alex Bilger <alxbilger@users.noreply.github.com>
Date: Fri Feb 13 03:42:20 2026 +0100
ordering field is deprecated, use NaturalOrderingMethod instead (#577)
commit 959b4cd
Author: Alex Bilger <alxbilger@users.noreply.github.com>
Date: Fri Feb 13 03:42:02 2026 +0100
Redirect SOFA logs to Python's sys.stdout using a custom PythonMessageHandler (#576)
* Redirect SOFA logs to Python's sys.stdout using a custom PythonMessageHandler.
* cleaning
* Redirect SOFA logs to Python's sys.stdout using a custom PythonMessageHandler.
commit c0dc30e
Author: Alex Bilger <alxbilger@users.noreply.github.com>
Date: Thu Feb 12 10:43:05 2026 +0100
Clean getRecords in Timer module (#561)
* Clean getRecords in Timer module
* remove extra /**
commit d2ba475
Author: Alex Bilger <alxbilger@users.noreply.github.com>
Date: Wed Feb 4 23:59:52 2026 +0100
include `sofa/core/fwd.h` instead of the forward declaration (#575)
commit c209f3a
Author: Frederick Roy <fredroy@users.noreply.github.com>
Date: Wed Feb 4 22:50:20 2026 +0900
fix mixed-up quote/doublequote, plus consistent quoting (#574)
commit 7760402
Author: Hugo <hugo.talbot@sofa-framework.org>
Date: Tue Feb 3 08:05:33 2026 +0100
Generalize use of initRoot (#566)
Co-authored-by: hugtalbot <hugo.talbot@inria.fr>
commit b29cfe5
Author: Damien Marchal <damien.marchal@univ-lille1.fr>
Date: Thu Jan 29 20:19:43 2026 +0100
Remove the implementation of getPathName as it is now in BaseData (#556)
See: sofa-framework/sofa#5759
Co-authored-by: Hugo <hugo.talbot@sofa-framework.org>
commit c7fb254
Author: Alex Bilger <alxbilger@users.noreply.github.com>
Date: Thu Jan 29 20:08:22 2026 +0100
Introduce an example of a custom message handler (#569)
commit f4e90d4
Author: Hugo <hugo.talbot@sofa-framework.org>
Date: Thu Jan 29 09:00:43 2026 +0100
Follow lifecycle v26.06 deprecated header (#571)
Co-authored-by: hugtalbot <hugo.talbot@inria.fr>
commit 8bf0162
Author: Frederick Roy <fredroy@users.noreply.github.com>
Date: Wed Jan 7 06:48:05 2026 +0900
remove import of scipy.misc, which is deprecated (#564)
commit 1016b94
Author: Alex Bilger <alxbilger@users.noreply.github.com>
Date: Thu Dec 18 16:37:52 2025 +0100
Update advanced_timer.py with comments and fix deprecated data (#562)
commit 29c4e87
Author: Paul Baksic <30337881+bakpaul@users.noreply.github.com>
Date: Tue Dec 16 12:01:32 2025 +0100
Add example scene using CCDTightInclusion (#559)
* Add example scene using CCDTightInclusion
* Replace ProjectedGaussSeidel with BlockGaussSeidel
* Fix scene error
commit d38d3c4
Author: Paul Baksic <30337881+bakpaul@users.noreply.github.com>
Date: Fri Dec 12 11:53:20 2025 +0100
Apply name changing on code and examples (#560)
commit b09d921
Author: Damien Marchal <damien.marchal@univ-lille1.fr>
Date: Thu Nov 13 15:28:05 2025 +0100
Add Quaternion to python factory so we can create data field with this type. (#555)
commit a66c054
Author: Damien Marchal <damien.marchal@univ-lille1.fr>
Date: Thu Nov 13 15:27:48 2025 +0100
Improve error message when the SetDataFromArray does not match (#554)
* Improve error message when the SetDataFromArray does not match
* Apply suggestions from code review
---------
Co-authored-by: Hugo <hugo.talbot@sofa-framework.org>
commit 746745c
Author: Damien Marchal <damien.marchal@univ-lille1.fr>
Date: Thu Nov 13 15:27:28 2025 +0100
Add context manager behavior to Node() (#545)
This allows to use with statment to have good looking indentation in sofa scene.
eg:
with Node("YOLO") as w:
w.addObject("YY")
commit af98611
Author: Alex Bilger <alxbilger@users.noreply.github.com>
Date: Thu Nov 13 15:25:55 2025 +0100
Support more types of linear systems (#542)
* Support more types of linear systems
* add support for BTD
commit ae6b330
Author: Alex Bilger <alxbilger@users.noreply.github.com>
Date: Thu Nov 13 10:35:28 2025 +0100
add missing required plugin in test (#558)
commit 6ef05ed
Author: Alex Bilger <alxbilger@users.noreply.github.com>
Date: Tue Nov 11 14:34:26 2025 +0100
Fix binding after #5648 (#528)
Co-authored-by: Hugo <hugo.talbot@sofa-framework.org>
commit 5029c05
Author: Alex Bilger <alxbilger@users.noreply.github.com>
Date: Thu Nov 6 10:24:24 2025 +0100
Add validation for numpy array as return type in AddKToMatrix bindings (#541)
* Add validation for numpy array as return type in AddKToMatrix bindings
* Refactor AddKToMatrix return type validation and simplify conditional checks
commit 8ba1e2c
Author: Damien Marchal <damien.marchal@univ-lille1.fr>
Date: Thu Oct 30 16:06:25 2025 +0100
Register in the PythonFactory Rigid3::Coord (#544)
Because currently only Rigid3::VecCoord was supported.
commit 72ed0e6
Author: Damien Marchal <damien.marchal@univ-lille1.fr>
Date: Thu Oct 30 16:06:16 2025 +0100
Add proper return value to event overriden in python (#543)
Currently the controllers implemented in python cannot report the the event processing
system in sofa that there is no need anymore to process the event.
The PR allows to do. Every onXXXXXX() that implement an event processor can no return a value.
If it is None or False then processing of event use this to continue the propagation
If it is True (aka: has been processed/no more further), then the SOFA system will not proposed to other component to process the same event1 parent ac3ed74 commit 539badc
File tree
67 files changed
+5340
-345
lines changed- Plugin/src/SofaPython3
- bindings
- Modules
- src/SofaPython3
- SofaConstraintSolver
- SofaLinearSolver
- SofaLinearSystem
- tests
- SofaConstraintSolver
- SofaDeformable
- SofaLinearSolver
- SofaRuntime
- src/SofaPython3/SofaRuntime
- Timer
- Sofa
- package
- src/SofaPython3/Sofa
- Core
- Simulation
- tests/Core
- docs/sphinx/source
- content
- examples
- RPYC
- jax
- meshing
- CGAL
- data
- Gmsh
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
67 files changed
+5340
-345
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
95 | 95 | | |
96 | 96 | | |
97 | 97 | | |
98 | | - | |
99 | | - | |
100 | | - | |
101 | | - | |
102 | | - | |
103 | | - | |
104 | | - | |
105 | | - | |
106 | | - | |
| 98 | + | |
107 | 99 | | |
108 | 100 | | |
109 | 101 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
206 | 206 | | |
207 | 207 | | |
208 | 208 | | |
209 | | - | |
| 209 | + | |
210 | 210 | | |
211 | 211 | | |
212 | 212 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
503 | 503 | | |
504 | 504 | | |
505 | 505 | | |
506 | | - | |
| 506 | + | |
| 507 | + | |
| 508 | + | |
| 509 | + | |
| 510 | + | |
| 511 | + | |
| 512 | + | |
| 513 | + | |
| 514 | + | |
| 515 | + | |
| 516 | + | |
507 | 517 | | |
508 | 518 | | |
509 | 519 | | |
| |||
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
| 37 | + | |
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
48 | | - | |
| 48 | + | |
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
| |||
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
59 | | - | |
| 59 | + | |
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
| |||
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
70 | | - | |
| 70 | + | |
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
| |||
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
79 | | - | |
| 79 | + | |
80 | 80 | | |
81 | 81 | | |
82 | 82 | | |
| |||
85 | 85 | | |
86 | 86 | | |
87 | 87 | | |
88 | | - | |
| 88 | + | |
89 | 89 | | |
90 | 90 | | |
91 | 91 | | |
| |||
Lines changed: 88 additions & 55 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
21 | | - | |
22 | | - | |
| 20 | + | |
23 | 21 | | |
24 | | - | |
25 | | - | |
26 | 22 | | |
27 | | - | |
28 | 23 | | |
| 24 | + | |
| 25 | + | |
29 | 26 | | |
30 | 27 | | |
31 | 28 | | |
| |||
39 | 36 | | |
40 | 37 | | |
41 | 38 | | |
42 | | - | |
43 | | - | |
44 | | - | |
45 | | - | |
46 | | - | |
47 | | - | |
48 | 39 | | |
49 | 40 | | |
50 | 41 | | |
| |||
70 | 61 | | |
71 | 62 | | |
72 | 63 | | |
73 | | - | |
74 | | - | |
| 64 | + | |
| 65 | + | |
75 | 66 | | |
76 | | - | |
77 | | - | |
78 | | - | |
| 67 | + | |
| 68 | + | |
79 | 69 | | |
80 | | - | |
81 | | - | |
82 | | - | |
83 | | - | |
84 | | - | |
85 | | - | |
86 | | - | |
87 | | - | |
88 | | - | |
| 70 | + | |
| 71 | + | |
89 | 72 | | |
90 | | - | |
| 73 | + | |
91 | 74 | | |
92 | | - | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
93 | 80 | | |
94 | | - | |
95 | | - | |
96 | | - | |
97 | | - | |
| 81 | + | |
| 82 | + | |
98 | 83 | | |
99 | | - | |
100 | | - | |
101 | | - | |
102 | | - | |
103 | | - | |
104 | | - | |
105 | | - | |
106 | | - | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
107 | 87 | | |
108 | | - | |
109 | | - | |
110 | | - | |
111 | | - | |
112 | | - | |
113 | | - | |
114 | | - | |
115 | | - | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
116 | 93 | | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
117 | 99 | | |
118 | | - | |
119 | | - | |
120 | | - | |
121 | | - | |
122 | | - | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
123 | 145 | | |
124 | 146 | | |
125 | 147 | | |
126 | 148 | | |
127 | | - | |
128 | | - | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
129 | 162 | | |
130 | 163 | | |
131 | 164 | | |
Lines changed: 101 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
0 commit comments