X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=idl%2FHOMARD_Gen.idl;h=cf63cb6401b68f6e295a55857fc539d81444ef6c;hb=refs%2Ftags%2FV9_13_0b1;hp=f929875da91b3a002bd78437905bd7fb9beaef80;hpb=ab970555a7eea806bb7ecc5141b1272aa07f5899;p=modules%2Fhomard.git diff --git a/idl/HOMARD_Gen.idl b/idl/HOMARD_Gen.idl index f929875d..cf63cb64 100644 --- a/idl/HOMARD_Gen.idl +++ b/idl/HOMARD_Gen.idl @@ -1,9 +1,9 @@ -// Copyright (C) 2011-2013 CEA/DEN, EDF R&D +// Copyright (C) 2011-2024 CEA, EDF // // 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 @@ -51,6 +51,8 @@ module HOMARD // // A.1. Les creations // + HOMARD_Boundary CreateBoundaryCAO (in string BoundaryName, in string FileName) + raises(SALOME::SALOME_Exception); HOMARD_Boundary CreateBoundaryDi (in string BoundaryName, in string MeshName, in string FileName) raises(SALOME::SALOME_Exception); HOMARD_Boundary CreateBoundaryCylinder (in string BoundaryName, @@ -142,9 +144,12 @@ module HOMARD // // A.3. L'etude // - void SetCurrentStudy(in SALOMEDS::Study theStudy) raises (SALOME::SALOME_Exception); - SALOMEDS::Study GetCurrentStudy() raises (SALOME::SALOME_Exception); - long GetCurrentStudyID() raises (SALOME::SALOME_Exception); + void UpdateStudy() raises (SALOME::SALOME_Exception); +// +// A.4. Les caracteristiques generales +// + void SetLanguageShort (in string LanguageShort) raises (SALOME::SALOME_Exception); + string GetLanguageShort () raises (SALOME::SALOME_Exception); // // B. Les methodes qui suivent n'apparaissent pas dans le composant HOMARD dans YACS // L'utilisateur ne devrait pas les connaitre (ni s'en servir, a fortiori) @@ -210,8 +215,6 @@ module HOMARD // // Les preferences - void SetLanguageShort (in string LanguageShort) raises (SALOME::SALOME_Exception); - string GetLanguageShort () raises (SALOME::SALOME_Exception); void SetPublisMesh (in long PublisMeshIN, in long PublisMeshOUT) raises (SALOME::SALOME_Exception); long GetPublisMeshIN () raises (SALOME::SALOME_Exception); @@ -221,6 +224,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); }; };