  | 
  
    My Project
    
   programmer's documentation 
   | 
 
 
 
 
Go to the documentation of this file.    1 #ifndef __CS_MESH_WARPING_H__ 
    2 #define __CS_MESH_WARPING_H__ 
   89                           double      max_warp_angle,
 
 
void CS_PROCF(setcwf, SETCWF)(const cs_int_t *cwfpst
 
void cs_mesh_warping_get_defaults(double *max_warp_angle, int *postprocess)
Definition: cs_mesh_warping.c:1329
 
void cs_mesh_warping_cut_faces(cs_mesh_t *mesh, double max_warp_angle, bool post_flag)
Definition: cs_mesh_warping.c:1097
 
void const cs_real_t * cwfthr
Definition: cs_mesh_warping.h:70
 
void cs_mesh_warping_set_defaults(double max_warp_angle, int postprocess)
Definition: cs_mesh_warping.c:1305
 
#define END_C_DECLS
Definition: cs_defs.h:468
 
double cs_real_t
Floating-point value.
Definition: cs_defs.h:302
 
#define BEGIN_C_DECLS
Definition: cs_defs.h:467
 
int cs_int_t
Fortran-compatible integer.
Definition: cs_defs.h:301