CAM
gridgraph_mod.F90 File Reference

Data Types

type  gridgraph_mod::gridvertex_t
 
type  gridgraph_mod::edgeindex_t
 
type  gridgraph_mod::gridedge_t
 
interface  gridgraph_mod::assignment(=)
 

Modules

module  gridgraph_mod
 

Functions/Subroutines

subroutine, public gridgraph_mod::allocate_gridvertex_nbrs (vertex, dim)
 
subroutine, public gridgraph_mod::deallocate_gridvertex_nbrs (vertex)
 
recursive subroutine gridgraph_mod::copy_gridedge (edge2, edge1)
 
recursive subroutine gridgraph_mod::copy_gridvertex (vertex2, vertex1)
 
recursive subroutine gridgraph_mod::copy_edgeindex (index2, index1)
 
subroutine, public gridgraph_mod::freegraph (Vertex)
 
integer function, public gridgraph_mod::gridedge_search (nvert1, nvert2, edge)
 
integer function, public gridgraph_mod::gridedge_type (edge)
 
logical function, public gridgraph_mod::grid_edge_uses_vertex (Vertex, Edge)
 
subroutine, public gridgraph_mod::printchecksum (TestPattern, Checksum)
 
subroutine, public gridgraph_mod::createsubgridgraph (Vertex, SVertex, local2global)
 
subroutine, public gridgraph_mod::printgridedge (Edge)
 
subroutine, public gridgraph_mod::set_gridvertex_number (elem, number)
 
subroutine, public gridgraph_mod::printgridvertex (Vertex)
 
subroutine, public gridgraph_mod::checkgridneighbors (Vertex)
 
subroutine, public gridgraph_mod::initgridedge (GridEdge, GridVertex)
 

Variables

integer, parameter, public gridgraph_mod::num_neighbors =8