![]() |
programmer's documentation
|
#include "cs_defs.h"
#include <float.h>
#include <assert.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <limits.h>
#include <math.h>
#include "bft_mem.h"
#include "bft_error.h"
#include "bft_printf.h"
#include "cs_mesh_quantities.h"
#include "cs_parall.h"
#include "cs_mesh_quality.h"
#include "cs_mesh_smoother.h"
Functions | |
void | cs_mesh_smoother_fix_by_feature (cs_mesh_t *mesh, cs_real_t feature_angle, int vtx_is_fixed[]) |
void | cs_mesh_smoother_unwarp (cs_mesh_t *mesh, const int vtx_is_fixed[]) |
void cs_mesh_smoother_fix_by_feature | ( | cs_mesh_t * | mesh, |
cs_real_t | feature_angle, | ||
int | vtx_is_fixed[] | ||
) |
void cs_mesh_smoother_unwarp | ( | cs_mesh_t * | mesh, |
const int | vtx_is_fixed[] | ||
) |