X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FSMESH%2FSMESH_Homard.hxx;fp=src%2FSMESH%2FSMESH_Homard.hxx;h=45be4842417544a3ec498d17122189bda761397b;hb=bdd574724272e16b782e6b8347ed21ba477df585;hp=d983675c8c70e4292175faae6913d3572d25a646;hpb=b33bc07ec283e49acd5e9b162229a60d800db01d;p=modules%2Fsmesh.git diff --git a/src/SMESH/SMESH_Homard.hxx b/src/SMESH/SMESH_Homard.hxx index d983675c8..45be48424 100644 --- a/src/SMESH/SMESH_Homard.hxx +++ b/src/SMESH/SMESH_Homard.hxx @@ -70,13 +70,13 @@ public: HOMARD_Boundary(); ~HOMARD_Boundary(); -// Generalites + // Generalites void SetName( const char* Name ); std::string GetName() const; std::string GetDumpPython() const; -// Caracteristiques + // Caracteristiques void SetType( int Type ); int GetType() const; @@ -133,13 +133,13 @@ public: HOMARD_Cas(); ~HOMARD_Cas(); -// Generalites + // Generalites void SetName( const char* Name ); std::string GetName() const; std::string GetDumpPython() const; -// Caracteristiques + // Caracteristiques int SetDirName( const char* NomDir ); std::string GetDirName() const; @@ -148,9 +148,6 @@ public: void SetConfType( int ConfType ); const int GetConfType() const; - void SetExtType( int ExtType ); - const int GetExtType() const; - void SetBoundingBox( const std::vector& extremas ); const std::vector& GetBoundingBox() const; @@ -164,9 +161,6 @@ public: const std::list& GetBoundaryGroup() const; void SupprBoundaryGroup(); - void SetPyram( int Pyram ); - const int GetPyram() const; - // Liens avec les autres structures std::string GetIter0Name() const; @@ -178,15 +172,12 @@ private: std::string _Name; std::string _NomDir; int _ConfType; - int _ExtType; int _Etat; std::vector _Boite; // cf HomardQTCommun pour structure du vecteur std::list _ListGroup; std::list _ListBoundaryGroup; - int _Pyram; - typedef std::string IterName; typedef std::list IterNames; IterNames _ListIter; @@ -202,7 +193,7 @@ public: void TexteInfo( int TypeBila, int NumeIter ); void TexteMajCoords( int NumeIter ); void CreeFichierDonn(); - void TexteAdap( int ExtType ); + void TexteAdap(); void CreeFichier(); void TexteMaillage( const std::string NomMesh, const std::string MeshFile, int apres ); void TexteMaillageHOMARD( const std::string Dir, const std::string liter, int apres ); @@ -225,11 +216,10 @@ public: void TexteFieldInterp( const std::string FieldFile, const std::string MeshFile ); void TexteFieldInterpAll(); void TexteFieldInterpNameType( int NumeChamp, const std::string FieldName, const std::string TypeInterp, int TimeStep, int Rank ); - void TexteAdvanced( int Pyram, int NivMax, double DiamMin, int AdapInit, int LevelOutput ); + void TexteAdvanced( int NivMax, double DiamMin, int AdapInit, int LevelOutput ); void TexteInfoCompute( int MessInfo ); // - int ExecuteHomard(int option); - // + int ExecuteHomard(); public: int _modeHOMARD; @@ -293,8 +283,6 @@ public: void SetName( const char* Name ); std::string GetName() const; - std::string GetDumpPython() const; - // Caracteristiques void SetAdapType( int TypeAdap ); int GetAdapType() const; @@ -399,13 +387,11 @@ public: HOMARD_Iteration(); ~HOMARD_Iteration(); -// Generalites + // Generalites void SetName( const char* Name ); std::string GetName() const; - std::string GetDumpPython() const; - -// Caracteristiques + // Caracteristiques void SetDirNameLoc( const char* NomDir ); std::string GetDirNameLoc() const;