]> SALOME platform Git repositories - modules/homard.git/blobdiff - idl/HOMARD_Gen.idl
Salome HOME
Merge remote branch 'origin/V7_4_BR'
[modules/homard.git] / idl / HOMARD_Gen.idl
index f929875da91b3a002bd78437905bd7fb9beaef80..ca138c49b13eb1de1ae85297ac0a8ad398be83e2 100644 (file)
@@ -1,9 +1,9 @@
-// Copyright (C) 2011-2013  CEA/DEN, EDF R&D
+// Copyright (C) 2011-2014  CEA/DEN, EDF R&D
 //
 // This library is free software; you can redistribute it and/or
 // modify it under the terms of the GNU Lesser General Public
 // License as published by the Free Software Foundation; either
-// version 2.1 of the License.
+// version 2.1 of the License, or (at your option) any later version.
 //
 // This library is distributed in the hope that it will be useful,
 // but WITHOUT ANY WARRANTY; without even the implied warranty of
@@ -221,6 +221,8 @@ module HOMARD
     long GetYACSMaxIter()                                  raises (SALOME::SALOME_Exception);
     long GetYACSMaxNode()                                  raises (SALOME::SALOME_Exception);
     long GetYACSMaxElem()                                  raises (SALOME::SALOME_Exception);
+    void SetYACSConvergenceType(in long TypeTest)          raises (SALOME::SALOME_Exception);
+    long GetYACSConvergenceType()                          raises (SALOME::SALOME_Exception);
   };
 };