MAGiC  V5.0
Mailleurs Automatiques de Géometries intégrés à la Cao
Référence du fichier mg_gestionnaire.h
#include <map>
#include <set>
#include "mg_definition.h"
#include "mg_identificateur.h"
#include "mg_geometrie.h"
#include "mg_maillage.h"
#include "mg_arbre.h"
#include "fem_maillage.h"
#include "mg_solution.h"
#include "fem_solution.h"
Graphe des dépendances par inclusion de mg_gestionnaire.h:
Ce graphe montre quels fichiers incluent directement ou indirectement ce fichier :

Aller au code source de ce fichier.

Classes

class  MG_GESTIONNAIRE
 

Définitions de type

typedef std::set< MG_IDENTIFICATEUR *, inf< MG_IDENTIFICATEUR * > > LISTE_ENTITE
 
typedef std::map< unsigned long, MG_GEOMETRIE *, std::less< unsigned long > > LISTE_MG_GEOMETRIE
 
typedef std::map< unsigned long, MG_GEOMETRIE *, std::less< unsigned long > > LISTE_MG_CONSTRUCTION
 
typedef std::map< unsigned long, MG_MAILLAGE *, std::less< unsigned long > > LISTE_MG_MAILLAGE
 
typedef std::map< unsigned long, FEM_MAILLAGE *, std::less< unsigned long > > LISTE_FEM_MAILLAGE
 
typedef std::map< unsigned long, MG_SOLUTION *, std::less< unsigned long > > LISTE_MG_SOLUTION
 
typedef std::map< unsigned long, FEM_SOLUTION *, std::less< unsigned long > > LISTE_FEM_SOLUTION
 
typedef std::map< unsigned long, MG_ARBRE *, std::less< unsigned long > > LISTE_MG_ARBRE
 
typedef std::map< unsigned long, MG_CG_MODELE *, std::less< unsigned long > > LISTE_MGCG_MODELE
 

Fonctions

std::ostream & operator<< (std::ostream &o, class MG_GESTIONNAIRE &gest)
 

Documentation des définitions de type

◆ LISTE_ENTITE

Définition à la ligne 44 du fichier mg_gestionnaire.h.

◆ LISTE_FEM_MAILLAGE

typedef std::map<unsigned long,FEM_MAILLAGE*,std::less<unsigned long> > LISTE_FEM_MAILLAGE

Définition à la ligne 48 du fichier mg_gestionnaire.h.

◆ LISTE_FEM_SOLUTION

typedef std::map<unsigned long,FEM_SOLUTION*,std::less<unsigned long> > LISTE_FEM_SOLUTION

Définition à la ligne 50 du fichier mg_gestionnaire.h.

◆ LISTE_MG_ARBRE

typedef std::map<unsigned long,MG_ARBRE*,std::less<unsigned long> > LISTE_MG_ARBRE

Définition à la ligne 51 du fichier mg_gestionnaire.h.

◆ LISTE_MG_CONSTRUCTION

typedef std::map<unsigned long,MG_GEOMETRIE*,std::less<unsigned long> > LISTE_MG_CONSTRUCTION

Définition à la ligne 46 du fichier mg_gestionnaire.h.

◆ LISTE_MG_GEOMETRIE

typedef std::map<unsigned long,MG_GEOMETRIE*,std::less<unsigned long> > LISTE_MG_GEOMETRIE

Définition à la ligne 45 du fichier mg_gestionnaire.h.

◆ LISTE_MG_MAILLAGE

typedef std::map<unsigned long,MG_MAILLAGE*,std::less<unsigned long> > LISTE_MG_MAILLAGE

Définition à la ligne 47 du fichier mg_gestionnaire.h.

◆ LISTE_MG_SOLUTION

typedef std::map<unsigned long,MG_SOLUTION*,std::less<unsigned long> > LISTE_MG_SOLUTION

Définition à la ligne 49 du fichier mg_gestionnaire.h.

◆ LISTE_MGCG_MODELE

typedef std::map<unsigned long,MG_CG_MODELE*,std::less<unsigned long> > LISTE_MGCG_MODELE

Définition à la ligne 52 du fichier mg_gestionnaire.h.

Documentation des fonctions

◆ operator<<()

std::ostream& operator<< ( std::ostream &  o,
class MG_GESTIONNAIRE gest 
)

Définition à la ligne 161 du fichier mg_gestionnaire.cpp.