16#ifndef Quadrangle_VEF_included
17#define Quadrangle_VEF_included
19#include <Elem_geom_base.h>
28template <
typename _SIZE_>
49 inline int nb_som()
const override {
return 4; }
75template <
typename _SIZE_>
88template <
typename _SIZE_>
100template <
typename _SIZE_>
125template <
typename _SIZE_>
141template <
typename _SIZE_>
157template <
typename _SIZE_>
172template <
typename _SIZE_>
190template <
typename _SIZE_>
194 return Type_Face::segment_2D;
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 Nom: a character string for naming TRUST objects.
Quadrangle_VEF class — represents the Quadrangle_VEF geometric element.
DoubleVect_T< _SIZE_ > DoubleVect_t
bool est_structure() const override
int nb_som() const override
Nb of vertices for the element.
void reordonner() override
Reorders the vertices of the quadrangle elements.
void calculer_volumes(DoubleVect_t &vols) const override
Computes the volumes of the elements of the associated domain.
int face_sommet3(int i) const
Returns the index of the i-th vertex of face 3.
DoubleTab_T< _SIZE_ > DoubleTab_t
int face_sommet1(int i) const
Returns the index of the i-th vertex of face 1.
IntTab_T< _SIZE_ > IntTab_t
SmallArrOfTID_T< _SIZE_ > SmallArrOfTID_t
int face_sommet2(int i) const
Returns the index of the i-th vertex of face 2.
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.
int nb_som_face(int=0) const override
Returns the number of vertices of faces of the specified type.
int contient(const SmallArrOfTID_t &soms, int_t elem) const override
Returns 1 if the vertices specified by parameter "som" are the vertices of element "element".
int nb_faces(int=0) const override
Returns the number of faces of the specified type that the geometric element has.
const Nom & nom_lml() const override
Returns the LML name of a Quadrangle_VEF = "GOLGOTH24".
Type_Face type_face(int=0) const override
Returns the i-th face type.
int face_sommet0(int i) const
Returns the index of the i-th vertex of face 0.
int get_tab_faces_sommets_locaux(IntTab &faces_som_local) const override
See ElemGeomBase::get_tab_faces_sommets_locaux.
Domaine_32_64< _SIZE_ > Domaine_t
int contient(const ArrOfDouble &pos, int_t elem) const override
Returns 1 if element "element" of the domain associated with this geometric element contains the poin...