]> SALOME platform Git repositories - tools/eficas.git/commitdiff
Salome HOME
pb de nom sur numerical methd
authorpascale.noyret <pascale.noyret@edf.fr>
Mon, 23 Nov 2020 12:58:17 +0000 (13:58 +0100)
committerpascale.noyret <pascale.noyret@edf.fr>
Mon, 23 Nov 2020 12:58:17 +0000 (13:58 +0100)
Vimmp/cata_CSAndCPS_v4.py

index 25cce97422d0ac2487984f6bf3b3461bbf435678..72fab4198530d30f6abecf0f68406ff48f1f9490 100644 (file)
@@ -104,10 +104,10 @@ def prepareBlocSystemType(systemType) :
         NumericalMethod = SIMP(statut='o',typ='TXM',  into=dictTypModNumModNum[systemType, typeMod], 
                                position='global_jdc', intoXML=allValueInDict(dictTypModNumModNum))
         if first :
-               blocNumMethod_1 = BLOC(condition =conditionType, NumericalMethod_1=NumericalMethod)
+               blocNumMethod_1 = BLOC(condition =conditionType, NumericalMethod=NumericalMethod)
                first=0
         else    : 
-               blocNumMethod_2 = BLOC(condition =conditionType, NumericalMethod_2=NumericalMethod)
+               blocNumMethod_2 = BLOC(condition =conditionType, NumericalMethod=NumericalMethod)
         blocMeshRef = BLOC(condition = 'ModelType == "Fields" and NumericalMethod == "FV"',
                Mesh_Identifiers = SIMP (statut ='o', max ='**', typ = meshIdentifier),)