Problem
Description
I'm using SOFA v25.06 with SofaPython3 on ubuntu (WSL). I'm using python bindings to access system matrices as showcased in the examples (SofaPython examples). While it works for external forces and solution (b and x), I always end up with empty sparse matrices for system/mass/stiffness. In python scipy.sparse, I have nnz=0
Steps to reproduce
Build SOFA with SofaPython3 and run examples
Expected behavior
Non-empty system matrix
Environment
Context
- System: Ubuntu via WSL
- Version of SOFA: compiled from sources, SOFA&SofaPython3 v25.06
Problem
Description
I'm using SOFA v25.06 with SofaPython3 on ubuntu (WSL). I'm using python bindings to access system matrices as showcased in the examples (SofaPython examples). While it works for external forces and solution (b and x), I always end up with empty sparse matrices for system/mass/stiffness. In python scipy.sparse, I have nnz=0
Steps to reproduce
Build SOFA with SofaPython3 and run examples
Expected behavior
Non-empty system matrix
Environment
Context