16#ifndef Hexaedre_VEF_included
17#define Hexaedre_VEF_included
20#include <Elem_geom_base.h>
29template <
typename _SIZE_>
50 inline int nb_som()
const override {
return 8; }
65 bool contient_Tetra(
const ArrOfDouble& pos,
int_t som0_,
int_t som1_,
int_t som2_,
int_t som3_,
int aff)
const;
67 DoubleTab& v, ArrOfDouble& prod_,ArrOfDouble& prod_v, ArrOfDouble& dist, DoubleTab& prod_v2);
77template <
typename _SIZE_>
106template <
typename _SIZE_>
119template <
typename _SIZE_>
132template <
typename _SIZE_>
146template <
typename _SIZE_>
162 Cerr <<
"A VEF hexahedron (Hexaedre_VEF) has not " << i <<
" nodes per face" << finl;
174template <
typename _SIZE_>
188template <
typename _SIZE_>
201template <
typename _SIZE_>
217 Cerr <<
"A VEF hexahedron (Hexaedre_VEF) has not " << i <<
" nodes per face" << finl;
228template <
typename _SIZE_>
244template <
typename _SIZE_>
248 return Type_Face::quadrangle_3D;
class Domaine_32_64 A Domain is a mesh composed of a set of geometric elements of the same type.
Class Elem_geom_base This class is the base class for the definition of elements.
Class Hexaedre_VEF: represents the geometric element Hexaedre_VEF.
int get_tab_faces_sommets_locaux(IntTab &faces_som_local) const override
voir ElemGeomBase::get_tab_faces_sommets_locaux
int face_sommet2(int i) const
Returns the index of the i-th vertex of face 2.
int nb_faces(int=0) const override
Returns the number of faces of the specified type that the geometric element has.
int contient(const ArrOfDouble &pos, int_t elem) const override
Returns 1 if element ielem of the domain associated with the geometric element contains the point.
DoubleTab_T< _SIZE_ > DoubleTab_t
int face_sommet5(int i) const
Returns the index of the i-th vertex of face 5.
int face_sommet0(int i) const
Returns the index of the i-th vertex of face 0.
int contient(const SmallArrOfTID_t &soms, int_t elem) const override
Returns 1 if the vertices specified by parameter "pos" are the vertices of element "element" of the d...
int face_sommet4(int i) const
Returns the index of the i-th vertex of face 4.
int nb_som() const override
Nb of vertices for the element.
IntTab_T< _SIZE_ > IntTab_t
int face_sommet(int i, int j) const override
Returns the index of the j-th vertex of the i-th face of the element.
const Nom & nom_lml() const override
Returns the LML name of a Hexaedre_VEF = "HEXA8".
int face_sommet3(int i) const
Returns the index of the i-th vertex of face 3.
DoubleVect_T< _SIZE_ > DoubleVect_t
void reordonner() override
int face_sommet1(int i) const
Returns the index of the i-th vertex of face 1.
int nb_som_face(int=0) const override
Returns the number of vertices of faces of the specified type.
bool est_structure() const override
void calculer_volumes(DoubleVect_t &vols) const override
Computes the volumes of the elements of the associated domain.
SmallArrOfTID_T< _SIZE_ > SmallArrOfTID_t
Type_Face type_face(int=0) const override
Returns the i-th face type.
Domaine_32_64< _SIZE_ > Domaine_t
class Nom: a character string for naming TRUST objects.
static void exit(int exit_code=-1)
Exit routine for TRUST within a Kokkos region.