#include "cs_defs.h"
#include <assert.h>
#include <string.h>
#include "bft_mem.h"
#include "bft_printf.h"
#include "fvm_defs.h"
#include "fvm_io_num.h"
#include "fvm_triangulate.h"
#include "fvm_nodal.h"
#include "fvm_writer.h"
#include "cs_halo.h"
#include "cs_mesh.h"
#include "cs_mesh_quantities.h"
#include "cs_mesh_quality.h"
#include "cs_mesh_connect.h"
#include "cs_order.h"
#include "cs_parall.h"
#include "cs_post.h"
#include "cs_mesh_warping.h"
Functions | |
void | cs_mesh_warping_cut_faces (cs_mesh_t *mesh, double max_warp_angle, bool post_flag) |
Cut warped boundary faces. More... | |
void | cs_mesh_warping_set_defaults (double max_warp_angle, int postprocess) |
void | cs_mesh_warping_get_defaults (double *max_warp_angle, int *postprocess) |
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.
[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 |
void cs_mesh_warping_get_defaults | ( | double * | max_warp_angle, |
int * | postprocess | ||
) |
void cs_mesh_warping_set_defaults | ( | double | max_warp_angle, |
int | postprocess | ||
) |