#include "cs_base.h"
#include "cs_mesh.h"
Go to the source code of this file.
◆ cs_mesh_warping_cut_faces()
void cs_mesh_warping_cut_faces |
( |
cs_mesh_t * |
mesh, |
|
|
double |
max_warp_angle, |
|
|
bool |
post_flag |
|
) |
| |
Cut warped boundary faces.
Update border face connectivity and associated mesh quantities.
- Parameters
-
[in] | mesh | pointer to mesh structure |
[in] | max_warp_angle | criterion to know which face to cut |
[in] | post_flag | 1 if we have to post-process cut faces, 0 otherwise |
◆ cs_mesh_warping_get_defaults()
void cs_mesh_warping_get_defaults |
( |
double * |
max_warp_angle, |
|
|
int * |
postprocess |
|
) |
| |
◆ cs_mesh_warping_set_defaults()
void cs_mesh_warping_set_defaults |
( |
double |
max_warp_angle, |
|
|
int |
postprocess |
|
) |
| |