47template <
typename _SIZE_>
107template <
typename _SIZE_>
121template <
typename _SIZE_>
137template <
typename _SIZE_>
152template <
typename _SIZE_>
165template <
typename _SIZE_>
182template <
typename _SIZE_>
200template <
typename _SIZE_>
214template <
typename _SIZE_>
229template <
typename _SIZE_>
241template <
typename _SIZE_>
254template <
typename _SIZE_>
268template <
typename _SIZE_>
Class defining operators and methods for all reading operation in an input flow (file,...
Class Pave A domain that is particularly easy to mesh!
int_t numero_sommet(int i, int j, int k)
Returns the index of the (i,j,k)-th vertex (along (X,Y,Z)).
int_t & maille_sommet(int i, int l)
Returns a reference to the index of the l-th vertex of the i-th cell (along X) of the pave.
DoubleTab_T< _SIZE_ > DoubleTab_t
IntVect_T< _SIZE_ > IntVect_t
int_t numero_maille(int i, int j, int k)
Returns the index of the (i,j,k)-th cell (along (X,Y,Z)).
int_t numero_sommet(int i)
Returns the index of the i-th vertex (along X).
int_t numero_sommet(int i, int j)
Returns the index of the (i,j)-th vertex (along (X,Y)).
int_t & maille_sommet(int i, int j, int l)
Returns a reference to the index of the l-th vertex of the (i,j)-th cell (along (X,...
void maille3D()
Performs a 3D meshing of the box with the values of the parameters read by ReadOn.
DoubleVect_T< _SIZE_ > DoubleVect_t
double & coord_noeud(int i, int j, int k, int l)
Returns a reference to the coordinates of the (i,j,k)-th node.
void lire_noeuds(Entree &is)
Reads the number of nodes from the data set input stream and builds the nodes.
void maille2D()
Performs a 1D meshing of the pave using the parameter values read by ReadOn.
int_t numero_maille(int i)
Returns the index of the i-th cell (along X).
Frontiere_32_64< _SIZE_ > Frontiere_t
double & coord_noeud(int i)
Returns a reference to the coordinates of the i-th node.
void typer_()
Types the pave according to the space dimension and the requested coordinate system (cylindrical.
double & coord_noeud(int i, int j, int l)
Returns a reference to the coordinates of the (i,j)-th node.
IntTab_T< _SIZE_ > IntTab_t
Domaine_32_64< _SIZE_ > Domaine_t
int_t numero_maille(int i, int j)
Returns the index of the (i,j)-th cell (along (X,Y)).
void lire_front(Entree &, Frontiere_t &)
Reads the specifications of a boundary from the data set input stream and builds it.
int_t & maille_sommet(int i, int j, int k, int l)
Returns a reference to the index of the l-th vertex of the (i,j,k)-th cell (along (X,...
void lire_longueurs(Entree &is)
Reads the lengths LX LY [LZ] from the data set input stream.