Choral
Variables

geometrical elements for meshes, see cell_mod More...

Collaboration diagram for CELL_XXX:

Variables

integer, parameter choral_constants::cell_vtx = 1
 Vertex. More...
 
integer, parameter choral_constants::cell_edg = 2
 Edge (line segment) More...
 
integer, parameter choral_constants::cell_edg_2 = 3
 Quadratic edge. More...
 
integer, parameter choral_constants::cell_trg = 4
 Triangle. More...
 
integer, parameter choral_constants::cell_trg_2 = 5
 Quadratic triangle. More...
 
integer, parameter choral_constants::cell_tet = 6
 Tetrahedron. More...
 
integer, parameter choral_constants::cell_tet_2 = 7
 Quadratic tetrahedron. More...
 
integer, parameter choral_constants::cell_tot_nb = 7
 Number of CELL types. More...
 
integer, parameter, public choral_constants::cell_max_nbnodes = 10
 Cell maximal number of nodes. More...
 
integer, parameter, public choral_constants::cell_max_nbvtx = 4
 Cell maximal number of vertexes. More...
 
integer, parameter, public choral_constants::cell_max_nbed = 6
 Cell maximal number of edges. More...
 
integer, parameter, public choral_constants::cell_max_nbfc = 4
 Cell maximal number of faces. More...
 
integer, parameter, public choral_constants::cell_max_nbitf = 4
 Cell maximal number of interfaces. More...
 
integer, parameter, public choral_constants::cell_max_fc_nbvtx = 3
 Face maximal number of vertexes. More...
 

Detailed Description

geometrical elements for meshes, see cell_mod

Variable Documentation

◆ cell_edg

integer, parameter choral_constants::cell_edg = 2

Edge (line segment)

Definition at line 32 of file choral_constants.f90.

◆ cell_edg_2

integer, parameter choral_constants::cell_edg_2 = 3

Quadratic edge.

Definition at line 33 of file choral_constants.f90.

◆ cell_max_fc_nbvtx

integer, parameter, public choral_constants::cell_max_fc_nbvtx = 3

Face maximal number of vertexes.

Definition at line 58 of file choral_constants.f90.

◆ cell_max_nbed

integer, parameter, public choral_constants::cell_max_nbed = 6

Cell maximal number of edges.

Definition at line 49 of file choral_constants.f90.

◆ cell_max_nbfc

integer, parameter, public choral_constants::cell_max_nbfc = 4

Cell maximal number of faces.

Definition at line 52 of file choral_constants.f90.

◆ cell_max_nbitf

integer, parameter, public choral_constants::cell_max_nbitf = 4

Cell maximal number of interfaces.

Definition at line 55 of file choral_constants.f90.

◆ cell_max_nbnodes

integer, parameter, public choral_constants::cell_max_nbnodes = 10

Cell maximal number of nodes.

Definition at line 43 of file choral_constants.f90.

◆ cell_max_nbvtx

integer, parameter, public choral_constants::cell_max_nbvtx = 4

Cell maximal number of vertexes.

Definition at line 46 of file choral_constants.f90.

◆ cell_tet

integer, parameter choral_constants::cell_tet = 6

Tetrahedron.

Definition at line 36 of file choral_constants.f90.

◆ cell_tet_2

integer, parameter choral_constants::cell_tet_2 = 7

Quadratic tetrahedron.

Definition at line 37 of file choral_constants.f90.

◆ cell_tot_nb

integer, parameter choral_constants::cell_tot_nb = 7

Number of CELL types.

Definition at line 40 of file choral_constants.f90.

◆ cell_trg

integer, parameter choral_constants::cell_trg = 4

Triangle.

Definition at line 34 of file choral_constants.f90.

◆ cell_trg_2

integer, parameter choral_constants::cell_trg_2 = 5

Quadratic triangle.

Definition at line 35 of file choral_constants.f90.

◆ cell_vtx

integer, parameter choral_constants::cell_vtx = 1

Vertex.

Definition at line 31 of file choral_constants.f90.