16#ifndef Tri_EF_included
17#define Tri_EF_included
19#include <Elem_EF_base.h>
24 Declare_instanciable_sans_constructeur(
Tri_EF);
28 void calcul_vc(
const ArrOfInt& ,ArrOfDouble& ,
const ArrOfDouble& ,
30 void calcul_xg(DoubleVect& ,
const DoubleTab& ,
const int ,
int& ,
31 int& ,
int& ,
int& )
const override;
32 void normale(
int ,DoubleTab&,
const IntTab& ,
const IntTab&,
33 const IntTab& ,
const Domaine& )
const override ;
void calcul_xg(DoubleVect &, const DoubleTab &, const int, int &, int &, int &, int &) const override
Computes the coordinates xg of the centre of a non-standard element.
void normale(int, DoubleTab &, const IntTab &, const IntTab &, const IntTab &, const Domaine &) const override
Fills the face_normales array in the Domaine_EF.
void calcul_vc(const ArrOfInt &, ArrOfDouble &, const ArrOfDouble &, const DoubleTab &, const Champ_Inc_base &, int) const override