Code_Saturne
CFD tool
Data Fields
_fvm_triangulate_state_t Struct Reference
Collaboration diagram for _fvm_triangulate_state_t:
Collaboration graph

Data Fields

int * triangle_vertices
 
cs_coord_tcoords
 
int * list_previous
 
int * list_next
 
int * edge_vertices
 
int * edge_neighbors
 
_Booledge_is_delaunay
 
_Boolconcave
 
int n_vertices_max
 

Field Documentation

◆ concave

_Bool* concave

◆ coords

cs_coord_t* coords

◆ edge_is_delaunay

_Bool* edge_is_delaunay

◆ edge_neighbors

int* edge_neighbors

◆ edge_vertices

int* edge_vertices

◆ list_next

int* list_next

◆ list_previous

int* list_previous

◆ n_vertices_max

int n_vertices_max

◆ triangle_vertices

int* triangle_vertices

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