ModelOrderReduction icon indicating copy to clipboard operation
ModelOrderReduction copied to clipboard

SOFA Plugin to Reduce Model

Results 11 ModelOrderReduction issues
Sort by recently updated
recently updated
newest added

Requires https://github.com/sofa-framework/sofa/pull/4651

⚠️ ⚠️ ⚠️ To merge only if https://github.com/sofa-framework/sofa/pull/4625 is merged

Small deformation is not supported currently.

We have to delete the meshes parameter in the initialization section because it is no longer necessary and create a section in order to integrate the stlib pluging necessary for...

`--------------------------------------------------------------------------- NameError Traceback (most recent call last) in () 5 content = [x.strip() for x in content] 6 ----> 7 data = [go.Bar(x=range(1, len(content)+1), 8 y=content)] 9 NameError: name 'go'...

Method `update_progress` was present twice in the code: One in the `mor/gui/utility.py` and one in `mor/utility/utility.py`. Only keep the one in gui/utility.py as it is bringing visual feedback for the...

Tested on ubuntu with gui. Need to be tested on windows at least before merge

Add an example to be used for testing contact reduction.