Choral
|
TOOLS TO GET mesh INFORMATIONS More...
Functions/Subroutines | |
real(rp) function, public | maxedgelength (m) |
Returns the mesh size. More... | |
real(rp) function, public | minedgelength (m) |
Returns the minimal edge length of the mesh. More... | |
integer function, dimension(4, 6), public | mesh_analyse (m, verb) |
Analyse the cells in the mesh for every dimension. More... | |
integer function | count_3dcell_edges (m) |
Counts the edges of the cells of dimension 3. More... | |
integer function | count_2dcell_edges (m) |
count the edges of all 2D-cells More... | |
integer function | count_3dcell_faces (m) |
count the faces of all 3D-cells More... | |
TOOLS TO GET mesh INFORMATIONS
|
private |
count the edges of all 2D-cells
Definition at line 385 of file mesh_tools.f90.
|
private |
Counts the edges of the cells of dimension 3.
Definition at line 298 of file mesh_tools.f90.
|
private |
count the faces of all 3D-cells
Definition at line 507 of file mesh_tools.f90.
real(rp) function, public mesh_tools::maxedgelength | ( | type(mesh), intent(in) | m | ) |
Returns the mesh size.
= the maximal edge length
Definition at line 34 of file mesh_tools.f90.
integer function, dimension(4,6), public mesh_tools::mesh_analyse | ( | type(mesh), intent(in) | m, |
integer, intent(in) | verb | ||
) |
Analyse the cells in the mesh for every dimension.
if dim =2
if dim =3
Definition at line 200 of file mesh_tools.f90.
real(rp) function, public mesh_tools::minedgelength | ( | type(mesh), intent(in) | m | ) |
Returns the minimal edge length of the mesh.
Definition at line 110 of file mesh_tools.f90.