My Project
programmer's documentation
|
#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_PROCF (setcwf, SETCWF) const |
void | cs_mesh_warping_cut_faces (cs_mesh_t *mesh, double max_warp_angle, bool post_flag) |
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 | ||
) |
void cs_mesh_warping_get_defaults | ( | double * | max_warp_angle, |
int * | postprocess | ||
) |
void cs_mesh_warping_set_defaults | ( | double | max_warp_angle, |
int | postprocess | ||
) |
void CS_PROCF | ( | setcwf | , |
SETCWF | |||
) | const |