|
CAM
|
Data Types | |
| interface | assignment(=) |
| type | metaedge_t |
| type | metavertex_t |
Functions/Subroutines | |
| recursive subroutine | copy_metaedge (edge2, edge1) |
| integer function, public | localelemcount (Vertex) |
| logical function, public | edge_uses_vertex (Vertex, Edge) |
| subroutine, public | printmetaedge (Edge) |
| subroutine, public | printmetavertex (Vertex) |
| subroutine, public | initmetagraph (ThisProcessorNumber, MetaVertex, GridVertex, GridEdge) |
|
private |
| logical function, public metagraph_mod::edge_uses_vertex | ( | type(metavertex_t), intent(in) | Vertex, |
| type(metaedge_t), intent(in) | Edge | ||
| ) |
| subroutine, public metagraph_mod::initmetagraph | ( | integer(kind=int_kind), intent(in) | ThisProcessorNumber, |
| type (metavertex_t), intent(out) | MetaVertex, | ||
| type (gridvertex_t), dimension(:), intent(in), target | GridVertex, | ||
| type (gridedge_t), dimension(:), intent(in), target | GridEdge | ||
| ) |


| integer function, public metagraph_mod::localelemcount | ( | type (metavertex_t), intent(in) | Vertex | ) |

| subroutine, public metagraph_mod::printmetaedge | ( | type (metaedge_t), dimension(:), intent(in) | Edge | ) |


| subroutine, public metagraph_mod::printmetavertex | ( | type (metavertex_t), intent(in), target | Vertex | ) |

