8.3
general documentation
fvm_interpolate.cpp File Reference
#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 "cs_assert.h"
#include "cs_math.h"
#include "fvm_interpolate.h"
+ Include dependency graph for fvm_interpolate.cpp:

Functions

void fvm_interpolate_vtx_data (const fvm_nodal_t *this_nodal, int entity_dim, int data_dim, cs_lnum_t n_points, const cs_lnum_t location_id[], const cs_coord_t point_coords[], const cs_real_t src_data[], cs_real_t dest_data[])
 

Function Documentation

◆ fvm_interpolate_vtx_data()

void fvm_interpolate_vtx_data ( const fvm_nodal_t *  this_nodal,
int  entity_dim,
int  data_dim,
cs_lnum_t  n_points,
const cs_lnum_t  location_id[],
const cs_coord_t  point_coords[],
const cs_real_t  src_data[],
cs_real_t  dest_data[] 
)