Skip to content

Commit

Permalink
refactor: rm MechanicalMatrixMapperMOR reference
Browse files Browse the repository at this point in the history
  • Loading branch information
VannesteFelix committed Oct 16, 2023
1 parent fe7aa03 commit a221934
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions python3/mor/utility/sceneCreation.py
Original file line number Diff line number Diff line change
Expand Up @@ -243,11 +243,8 @@ def modifyGraphScene(node,nbrOfModes,newParam):
modelMOR.addObject(obj)
modelMOR.addObject('MechanicalObject', **argMecha)
# print param['paramMappedMatrixMapping']
# modelMOR.addObject('MechanicalMatrixMapperMOR', **param['paramMappedMatrixMapping'] )
# print 'Create MechanicalMatrixMapperMOR in modelMOR'
if save:
replaceAndSave.myMORModel.append(('MechanicalObject',argMecha))
# replaceAndSave.myMORModel.append(('MechanicalMatrixMapperMOR',param['paramMappedMatrixMapping']))

if 'paramMORMapping' in param:
#Find MechanicalObject name to be able to save to link it to the ModelOrderReductionMapping
Expand Down

0 comments on commit a221934

Please sign in to comment.