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_mem.h"
#include "bft_printf.h"
#include "fvm_defs.h"
#include "fvm_io_num.h"
#include "fvm_nodal.h"
#include "fvm_nodal_priv.h"
#include "fvm_nodal_project.h"
#include "fvm_nodal_triangulate.h"
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[]) |
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[] | ||
) |