#include "cs_defs.h"
#include "cs_mesh.h"
#include "fvm_defs.h"
#include "fvm_group.h"
#include "fvm_nodal.h"
#include "fvm_tesselation.h"
Go to the source code of this file.
◆ fvm_nodal_cell_face_connect()
| void fvm_nodal_cell_face_connect |
( |
fvm_element_t |
element_type, |
|
|
int * |
n_faces, |
|
|
int |
n_face_vertices[6], |
|
|
int |
face_vertices[6][4] |
|
) |
| |
◆ fvm_nodal_n_g_vertices()
| cs_gnum_t fvm_nodal_n_g_vertices |
( |
const fvm_nodal_t * |
this_nodal | ) |
|
◆ fvm_nodal_section_copy_on_write()
| void fvm_nodal_section_copy_on_write |
( |
fvm_nodal_section_t * |
this_section, |
|
|
bool |
copy_face_index, |
|
|
bool |
copy_face_num, |
|
|
bool |
copy_vertex_index, |
|
|
bool |
copy_vertex_num |
|
) |
| |
◆ fvm_nodal_section_create()
| fvm_nodal_section_t* fvm_nodal_section_create |
( |
const fvm_element_t |
type | ) |
|
◆ fvm_nodal_section_destroy()
| fvm_nodal_section_t* fvm_nodal_section_destroy |
( |
fvm_nodal_section_t * |
this_section | ) |
|
◆ fvm_nodal_section_n_g_elements()
| cs_gnum_t fvm_nodal_section_n_g_elements |
( |
const fvm_nodal_section_t * |
this_section | ) |
|