9.0
general documentation
Loading...
Searching...
No Matches
fvm_nodal_priv.h File Reference
#include "base/cs_defs.h"
#include "mesh/cs_mesh.h"
#include "fvm/fvm_defs.h"
#include "fvm/fvm_group.h"
#include "fvm/fvm_nodal.h"
#include "fvm/fvm_tesselation.h"
Include dependency graph for fvm_nodal_priv.h:

Go to the source code of this file.

Data Structures

struct  fvm_nodal_section_t
struct  fvm_nodal_t

Functions

fvm_nodal_section_tfvm_nodal_section_create (const fvm_element_t type)
fvm_nodal_section_tfvm_nodal_section_destroy (fvm_nodal_section_t *this_section)
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)
cs_gnum_t fvm_nodal_section_n_g_elements (const fvm_nodal_section_t *this_section)
cs_gnum_t fvm_nodal_n_g_vertices (const fvm_nodal_t *this_nodal)
void fvm_nodal_cell_face_connect (fvm_element_t element_type, int *n_faces, int n_face_vertices[6], int face_vertices[6][4])

Function Documentation

◆ 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)