Choral
|
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... | |
|
private |
|
private |
Definition at line 634 of file mesh_interfaces.F90.
|
private |
Definition at line 908 of file mesh_interfaces.F90.
|
private |
Definition at line 1142 of file mesh_interfaces.F90.