1#ifndef __FVM_NODAL_PROJECT_H__
2#define __FVM_NODAL_PROJECT_H__
#define BEGIN_C_DECLS
Definition: cs_defs.h:542
#define END_C_DECLS
Definition: cs_defs.h:543
int cs_lnum_t
local mesh entity id
Definition: cs_defs.h:335
void fvm_nodal_project(fvm_nodal_t *this_nodal, int chosen_axis, cs_lnum_t *error_count)
Definition: fvm_nodal_project.cpp:412
void fvm_nodal_project_coords(fvm_nodal_t *this_nodal, double matrix[])
Definition: fvm_nodal_project.cpp:505