31#ifndef ELEMENTHEXAHEDRON_H
32#define ELEMENTHEXAHEDRON_H
Class for a coordinate system object such as coordinates of the vertex or a vector.
Definition Coord.h:43
Definition ElementHexahedron.h:38
virtual ~ElementHexahedron()
Definition ElementHexahedron.cpp:46
virtual int compteFaceCommunicante(std::vector< int * > &faces, std::vector< int > &sumNodesBuff)
Definition ElementHexahedron.cpp:239
static const int TYPEGMSH
Definition ElementHexahedron.h:53
virtual void construitFacesSimplifie(int &iMax, int **facesBuff, int *sumNodesBuff)
Definition ElementHexahedron.cpp:143
virtual void computeLCFL(const Coord *nodes)
Definition ElementHexahedron.cpp:86
virtual void computeVolume(const Coord *nodes)
Definition ElementHexahedron.cpp:50
virtual void attributFaceCommunicante(FaceNS **faces, const int &indexMaxFaces, const int &numberNodesInternal)
Definition ElementHexahedron.cpp:172
virtual void construitFaces(const Coord *nodes, FaceNS **faces, int &indexMaxFaces, int **facesBuff, int *sumNodesBuff)
Definition ElementHexahedron.cpp:105
ElementHexahedron()
Definition ElementHexahedron.cpp:40
static const int TYPEVTK
Definition ElementHexahedron.h:56
static const int NUMBERNODES
Definition ElementHexahedron.h:54
static const int NUMBERFACES
Definition ElementHexahedron.h:55
Definition ElementNS.h:40
Coord vector(const Element *e)
Definition Element.cpp:59