16#ifndef Quadri_poly_included
17#define Quadri_poly_included
19#include <Elem_poly_base.h>
25 Declare_instanciable_sans_constructeur(
Quadri_poly);
30 void calcul_vc(
const ArrOfInt& ,ArrOfDouble& ,
const ArrOfDouble& ,
32 void calcul_xg(DoubleVect& ,
const DoubleTab& ,
const int ,
int& ,
33 int& ,
int& ,
int& )
const;
34 void normale(
int ,DoubleTab&,
const IntTab& ,
const IntTab&,
35 const IntTab& ,
const Domaine& )
const override ;
void calcul_xg(DoubleVect &, const DoubleTab &, const int, int &, int &, int &, int &) const
Computes the coordinates xg of the centre of a non-standard element; also computes idirichlet = numbe...
Quadri_poly()
KEL_(0,fa7), KEL_(1,fa7) are the local indices of the 2 faces surrounding the facet with local index ...
void normale(int, DoubleTab &, const IntTab &, const IntTab &, const IntTab &, const Domaine &) const override
Fills in the face_normales array in the Domaine_poly.
void calcul_vc(const ArrOfInt &, ArrOfDouble &, const ArrOfDouble &, const DoubleTab &, const Champ_Inc_base &, int) const