#include "cs_defs.h"
#include "fvm_defs.h"
#include "fvm_nodal.h"
Go to the source code of this file.
|  | 
| void | fvm_point_location_nodal (const fvm_nodal_t *this_nodal, double tolerance, int locate_on_parents, cs_lnum_t n_points, const cs_coord_t point_coords[], cs_lnum_t location[], float distance[]) | 
|  | 
| void | fvm_point_location_closest_nodal (const fvm_nodal_t *this_nodal, int locate_on_parents, cs_lnum_t n_points, const cs_coord_t point_coords[], cs_lnum_t location[], float distance[]) | 
|  | 
      
        
          | void fvm_point_location_closest_nodal | ( | const fvm_nodal_t * | this_nodal, | 
        
          |  |  | int | locate_on_parents, | 
        
          |  |  | cs_lnum_t | n_points, | 
        
          |  |  | const cs_coord_t | point_coords[], | 
        
          |  |  | cs_lnum_t | location[], | 
        
          |  |  | float | distance[] | 
        
          |  | ) |  |  | 
      
 
 
      
        
          | void fvm_point_location_nodal | ( | const fvm_nodal_t * | this_nodal, | 
        
          |  |  | double | tolerance, | 
        
          |  |  | int | locate_on_parents, | 
        
          |  |  | cs_lnum_t | n_points, | 
        
          |  |  | const cs_coord_t | point_coords[], | 
        
          |  |  | cs_lnum_t | location[], | 
        
          |  |  | float | distance[] | 
        
          |  | ) |  |  |