My Project
programmer's documentation
|
#include "cs_defs.h"
#include <assert.h>
#include <math.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "bft_error.h"
#include "bft_mem.h"
#include "bft_printf.h"
#include "fvm_defs.h"
#include "fvm_nodal.h"
#include "fvm_nodal_priv.h"
#include "fvm_triangulate.h"
#include "cs_math.h"
#include "fvm_point_location.h"
Functions | |
void | fvm_point_location_nodal (const fvm_nodal_t *this_nodal, float tolerance_base, float tolerance_fraction, int locate_on_parents, cs_lnum_t n_points, const cs_lnum_t *point_tag, const cs_coord_t point_coords[], cs_lnum_t location[], float distance[]) |
void | fvm_point_location_closest_vertex (const fvm_nodal_t *this_nodal, int locate_on_parents, cs_lnum_t n_points, const cs_coord_t point_coords[], cs_lnum_t located_ent_num[], cs_lnum_t located_vtx_num[]) |
void fvm_point_location_closest_vertex | ( | const fvm_nodal_t * | this_nodal, |
int | locate_on_parents, | ||
cs_lnum_t | n_points, | ||
const cs_coord_t | point_coords[], | ||
cs_lnum_t | located_ent_num[], | ||
cs_lnum_t | located_vtx_num[] | ||
) |
void fvm_point_location_nodal | ( | const fvm_nodal_t * | this_nodal, |
float | tolerance_base, | ||
float | tolerance_fraction, | ||
int | locate_on_parents, | ||
cs_lnum_t | n_points, | ||
const cs_lnum_t * | point_tag, | ||
const cs_coord_t | point_coords[], | ||
cs_lnum_t | location[], | ||
float | distance[] | ||
) |