19#include <Elem_geom_base.h>
27template <
typename _SIZE_>
44 inline int nb_som()
const override {
return 1; }
64template <
typename _SIZE_>
83template <
typename _SIZE_>
96template <
typename _SIZE_>
111template <
typename _SIZE_>
126template <
typename _SIZE_>
130 return Type_Face::point_1D;
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.
Class Point: represents the geometric element point.
int get_tab_faces_sommets_locaux(IntTab &faces_som_local) const override
voir ElemGeomBase::get_tab_faces_sommets_locaux
SmallArrOfTID_T< _SIZE_ > SmallArrOfTID_t
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.
void reordonner() override
const Nom & nom_lml() const override
Returns the LML name of a point element = "VOXEL8".
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
Compute vols of all elements in the domain.
Type_Face type_face(int=0) const override
Returns the i-th face type.
DoubleVect_T< _SIZE_ > DoubleVect_t
int nb_faces(int=0) const override
Returns the number of faces of the specified type that the geometric element has.
int face_sommet0(int i) const
Returns the index of the i-th vertex of face 0. NOTE: THE CODE DOES NOT DO WHAT ONE WOULD EXPECT.
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_sommet(int i, int j) const override
Returns the index of the j-th vertex of the i-th face of the element.
Domaine_32_64< _SIZE_ > Domaine_t
IntTab_T< _SIZE_ > IntTab_t
int nb_som() const override
Nb of vertices for the element.