7#ifndef __GRAPHIQUE_VTK_H_
8#define __GRAPHIQUE_VTK_H_
10#ifndef DOXYGEN_SHOULD_SKIP_THIS
49void 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) ;
70 double z_min,
double z_max,
const char* title = 0x0,
71 int ny = 100,
int nz = 100) ;
92void 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) ;
113 double z_min,
double z_max,
const char* title = 0x0,
114 int nx = 100,
int nz = 100) ;
136 double zoom = 1.2,
int nx = 100,
int ny = 100) ;
156 double y_min,
double y_max,
const char* title = 0x0,
157 int nx = 100,
int ny = 100) ;
172void des_vtk_xyz(
const Scalar& uu,
int nzdes,
const char* title = 0x0,
173 int nx = 100,
int ny = 100,
int nz = 100) ;
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_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.
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_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.