9.0
general documentation
Loading...
Searching...
No Matches
fvm_nodal_project.cpp File Reference
#include "base/cs_defs.h"
#include <assert.h>
#include <math.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "bft/bft_printf.h"
#include "base/cs_mem.h"
#include "fvm/fvm_defs.h"
#include "fvm/fvm_io_num.h"
#include "fvm/fvm_nodal.h"
#include "fvm/fvm_nodal_priv.h"
#include "fvm/fvm_nodal_project.h"
#include "fvm/fvm_nodal_triangulate.h"
Include dependency graph for fvm_nodal_project.cpp:

Functions

void fvm_nodal_project (fvm_nodal_t *this_nodal, int chosen_axis, cs_lnum_t *error_count)
void fvm_nodal_project_coords (fvm_nodal_t *this_nodal, double matrix[])

Function Documentation

◆ fvm_nodal_project()

void fvm_nodal_project ( fvm_nodal_t * this_nodal,
int chosen_axis,
cs_lnum_t * error_count )

◆ fvm_nodal_project_coords()

void fvm_nodal_project_coords ( fvm_nodal_t * this_nodal,
double matrix[] )