9.0
general documentation
Loading...
Searching...
No Matches
cs_mesh_warping.h File Reference
#include "base/cs_base.h"
#include "mesh/cs_mesh.h"
Include dependency graph for cs_mesh_warping.h:

Go to the source code of this file.

Functions

void cs_mesh_warping_cut_faces (cs_mesh_t *mesh, double max_warp_angle, bool post_flag)
 Cut warped boundary faces.
void cs_mesh_warping_set_defaults (double max_warp_angle, int postprocess)
void cs_mesh_warping_get_defaults (double *max_warp_angle, int *postprocess)

Function Documentation

◆ 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]meshpointer to mesh structure
[in]max_warp_anglecriterion to know which face to cut
[in]post_flag1 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 )