1#ifndef CS_MESH_WARPING_H
2#define CS_MESH_WARPING_H
62 double max_warp_angle,
void cs_mesh_warping_cut_faces(cs_mesh_t *mesh, double max_warp_angle, bool post_flag)
Cut warped boundary faces.
Definition: cs_mesh_warping.cpp:539
void cs_mesh_warping_get_defaults(double *max_warp_angle, int *postprocess)
Definition: cs_mesh_warping.cpp:706
void cs_mesh_warping_set_defaults(double max_warp_angle, int postprocess)
Definition: cs_mesh_warping.cpp:682