Choral
Modules | Functions/Subroutines
mesh_interfaces.F90 File Reference

Go to the source code of this file.

Modules

module  mesh_interfaces
  DEFINE THE INTERFACES AND THE BOUNDARY CELLS OF A mesh
 

Functions/Subroutines

subroutine, public mesh_interfaces::define_interfaces (m)
 Defines the mesh interfaces. More...
 
subroutine, public mesh_interfaces::define_domain_boundary (m)
 For a mesh of dimension d The boundary of the mesh domain is a collection of cells of dimension d-1. More...
 
subroutine mesh_interfaces::boundary_interface_scan (tab, m)
 BUILDS Tab(1:3,1:mnbItf) More...
 
subroutine mesh_interfaces::define_2dmesh_edges (m)
 
subroutine cell_loop ()
 
subroutine number_edges (cpt)
 
subroutine mesh_interfaces::define_3dmesh_faces (m)
 
subroutine number_faces (cpt)
 
subroutine mesh_interfaces::define_1dmesh_vertexes (m)
 
subroutine number_vertexes (cpt)
 
subroutine mesh_interfaces::add_cells (m, type, nodes)
 Adds N cells to the mesh These new cells are added in first position. More...
 

Function/Subroutine Documentation

◆ cell_loop()

subroutine define_2dmesh_edges::cell_loop ( )
private

Definition at line 495 of file mesh_interfaces.F90.

Here is the call graph for this function:

◆ number_edges()

subroutine define_2dmesh_edges::number_edges ( integer, intent(out)  cpt)
private

Definition at line 634 of file mesh_interfaces.F90.

◆ number_faces()

subroutine define_3dmesh_faces::number_faces ( integer, intent(out)  cpt)
private

Definition at line 908 of file mesh_interfaces.F90.

◆ number_vertexes()

subroutine define_1dmesh_vertexes::number_vertexes ( integer, intent(out)  cpt)
private

Definition at line 1142 of file mesh_interfaces.F90.