7 #ifndef __GRAPHIQUE_VTK_H_ 8 #define __GRAPHIQUE_VTK_H_ 10 #ifndef DOXYGEN_SHOULD_SKIP_THIS 49 void des_coupe_vtk_x(
const Scalar& uu,
double x0,
int nzdes,
const char* title = 0x0,
50 double zoom = 1.2,
int ny = 100,
int nz = 100) ;
69 void des_coupe_vtk_x(
const Scalar& uu,
double x0,
double y_min,
double y_max,
70 double z_min,
double z_max,
const char* title = 0x0,
71 int ny = 100,
int nz = 100) ;
92 void des_coupe_vtk_y(
const Scalar& uu,
double y0,
int nzdes,
const char* title = 0x0,
93 double zoom = 1.2,
int nx = 100,
int nz = 100) ;
112 void des_coupe_vtk_y(
const Scalar& uu,
double y0,
double x_min,
double x_max,
113 double z_min,
double z_max,
const char* title = 0x0,
114 int nx = 100,
int nz = 100) ;
135 void des_coupe_vtk_z(
const Scalar& uu,
double z0,
int nzdes,
const char* title = 0x0,
136 double zoom = 1.2,
int nx = 100,
int ny = 100) ;
155 void des_coupe_vtk_z(
const Scalar& uu,
double z0,
double x_min,
double x_max,
156 double y_min,
double y_max,
const char* title = 0x0,
157 int nx = 100,
int ny = 100) ;
172 void des_vtk_xyz(
const Scalar& uu,
int nzdes,
const char* title = 0x0,
173 int nx = 100,
int ny = 100,
int nz = 100) ;
190 void des_vtk_xyz(
const Scalar& uu,
double x_min,
double x_max,
191 double y_min,
double y_max,
double z_min,
double z_max,
192 const char* title = 0x0,
int nx = 100,
int ny = 100,
int nz = 100) ;
void des_coupe_vtk_y(const Scalar &uu, double y0, int nzdes, const char *title=0x0, double zoom=1.2, int nx=100, int nz=100)
Saves the data for a Scalar in the plane Y=constant.
void des_vtk_xyz(const Scalar &uu, int nzdes, const char *title=0x0, int nx=100, int ny=100, int nz=100)
Saves a three dimensional Scalar.
void des_coupe_vtk_x(const Scalar &uu, double x0, int nzdes, const char *title=0x0, double zoom=1.2, int ny=100, int nz=100)
Saves the data for a Scalar in the plane X=constant.
void des_coupe_vtk_z(const Scalar &uu, double z0, int nzdes, const char *title=0x0, double zoom=1.2, int nx=100, int ny=100)
Saves the data for a Scalar in the plane Z=constant.