MAGiC  V5.0
Mailleurs Automatiques de Géometries intégrés à la Cao
mstruct_analyse_energie_hill.h
Aller à la documentation de ce fichier.
1 //####//------------------------------------------------------------
2 //####//------------------------------------------------------------
3 //####// MAGiC
4 //####// Jean Christophe Cuilliere et Vincent FRANCOIS
5 //####// Departement de Genie Mecanique - UQTR
6 //####//------------------------------------------------------------
7 //####// MAGIC est un projet de recherche de l equipe ERICCA
8 //####// du departement de genie mecanique de l Universite du Quebec a Trois Rivieres
9 //####// http://www.uqtr.ca/ericca
10 //####// http://www.uqtr.ca/
11 //####//------------------------------------------------------------
12 //####//------------------------------------------------------------
13 //####//
14 //####// mstruct_analyse_energie_hill.h
15 //####//
16 //####//------------------------------------------------------------
17 //####//------------------------------------------------------------
18 //####// COPYRIGHT 2000-2024
19 //####// jeu 13 jun 2024 11:58:57 EDT
20 //####//------------------------------------------------------------
21 //####//------------------------------------------------------------
22 #ifndef _MSTRUCT_ANALYSE_ENERGIE_HILL_
23 #define _MSTRUCT_ANALYSE_ENERGIE_HILL_
24 #include "mstruct_analyse.h"
25 #include "mstruct_analyse_champ.h"
26 
28 {
29 public:
31  MSTRUCT_ANALYSE_ENERGIE_HILL(MSTRUCT_VES* ves, std::string identifiant, long int id_fem_epsilon, long int id_fem_sigma, BOITE_3D* boite_3d=NULL);
34  double get_energie(void);
35  void exporter(std::ofstream& ofstrm, long i, bool avec_entete=false, bool avec_graph=false, char* prefix_graph = (char*)"");
36  virtual long get_type(void);
37  virtual void executer(void);
38  virtual void enregistrer(std::ofstream& ofstrm);
39  virtual void ouvrir(std::ifstream& ifstrm);
40 protected:
41  double m_energie;
44 };
45 #endif
MSTRUCT_ANALYSE_ENERGIE_HILL(MSTRUCT_VES *ves, std::string identifiant, long int id_fem_epsilon, long int id_fem_sigma, BOITE_3D *boite_3d=NULL)
void exporter(std::ofstream &ofstrm, long i, bool avec_entete=false, bool avec_graph=false, char *prefix_graph=(char *)"")
virtual void enregistrer(std::ofstream &ofstrm)
virtual void ouvrir(std::ifstream &ifstrm)