My Project
programmer's documentation
Data Fields
fvm_nodal_t Struct Reference

#include <fvm_nodal_priv.h>

Collaboration diagram for fvm_nodal_t:
Collaboration graph

Data Fields

char * name
 
int dim
 
int num_dom
 
int n_doms
 
int n_sections
 
cs_lnum_t n_cells
 
cs_lnum_t n_faces
 
cs_lnum_t n_edges
 
cs_lnum_t n_vertices
 
const cs_coord_tvertex_coords
 
cs_coord_t_vertex_coords
 
const cs_lnum_tparent_vertex_num
 
cs_lnum_t_parent_vertex_num
 
fvm_io_num_tglobal_vertex_num
 
fvm_nodal_section_t ** sections
 
fvm_group_class_set_tgc_set
 
char ** global_vertex_labels
 
const cs_mesh_tparent
 

Field Documentation

◆ _parent_vertex_num

cs_lnum_t* _parent_vertex_num

◆ _vertex_coords

cs_coord_t* _vertex_coords

◆ dim

int dim

◆ gc_set

◆ global_vertex_labels

char** global_vertex_labels

◆ global_vertex_num

fvm_io_num_t* global_vertex_num

◆ n_cells

cs_lnum_t n_cells

◆ n_doms

int n_doms

◆ n_edges

cs_lnum_t n_edges

◆ n_faces

cs_lnum_t n_faces

◆ n_sections

int n_sections

◆ n_vertices

cs_lnum_t n_vertices

◆ name

char* name

◆ num_dom

int num_dom

◆ parent

const cs_mesh_t* parent

◆ parent_vertex_num

const cs_lnum_t* parent_vertex_num

◆ sections

fvm_nodal_section_t** sections

◆ vertex_coords

const cs_coord_t* vertex_coords

The documentation for this struct was generated from the following file: