Choral
Modules | Functions/Subroutines
mesh_tools.f90 File Reference

Go to the source code of this file.

Modules

module  mesh_tools
  TOOLS TO GET mesh INFORMATIONS
 

Functions/Subroutines

real(rp) function, public mesh_tools::maxedgelength (m)
 Returns the mesh size. More...
 
real(rp) function, public mesh_tools::minedgelength (m)
 Returns the minimal edge length of the mesh. More...
 
integer function, dimension(4, 6), public mesh_tools::mesh_analyse (m, verb)
 Analyse the cells in the mesh for every dimension. More...
 
subroutine display_mesh_desc ()
 
integer function mesh_tools::count_3dcell_edges (m)
 Counts the edges of the cells of dimension 3. More...
 
subroutine cell_loop ()
 
integer function mesh_tools::count_2dcell_edges (m)
 count the edges of all 2D-cells More...
 
integer function mesh_tools::count_3dcell_faces (m)
 count the faces of all 3D-cells More...
 

Function/Subroutine Documentation

◆ cell_loop()

subroutine count_3dcell_edges::cell_loop ( )
private

Definition at line 317 of file mesh_tools.f90.

Here is the call graph for this function:

◆ display_mesh_desc()

subroutine mesh_analyse::display_mesh_desc ( )
private

Definition at line 261 of file mesh_tools.f90.