|
CAM
|
Functions/Subroutines | |
| logical function, public | is_zoltan_partition (partmethod) |
| logical function, public | is_zoltan_task_mapping (z2_map_method) |
| subroutine, public | getfixmeshcoordinates (GridVertex, coord_dim1, coord_dim2, coord_dim3, coord_dimension) |
| subroutine, public | printmetrics (GridEdge, GridVertex, comm) |
| subroutine, public | genzoltanpart (GridEdge, GridVertex, comm, coord_dim1, coord_dim2, coord_dim3, coord_dimension) |
| subroutine | createmeshgraph (GridVertex, xadj, adjncy, adjwgt) |
| subroutine | sort (n, list, index) |
Variables | |
| integer, parameter | vertexweight = 1 |
| integer, parameter | edgeweight = 1 |
| subroutine zoltan_mod::createmeshgraph | ( | type (gridvertex_t), dimension(:), intent(in) | GridVertex, |
| integer, dimension(:), intent(out) | xadj, | ||
| integer, dimension(:), intent(out) | adjncy, | ||
| real(kind=real_kind), dimension(:), intent(out) | adjwgt | ||
| ) |

| subroutine, public zoltan_mod::genzoltanpart | ( | type (gridedge_t), dimension(:), intent(inout) | GridEdge, |
| type (gridvertex_t), dimension(:), intent(inout) | GridVertex, | ||
| integer, intent(in) | comm, | ||
| real (kind=real_kind), dimension(:), intent(in) | coord_dim1, | ||
| real (kind=real_kind), dimension(:), intent(in) | coord_dim2, | ||
| real (kind=real_kind), dimension(:), intent(in) | coord_dim3, | ||
| integer, intent(inout) | coord_dimension | ||
| ) |


| subroutine, public zoltan_mod::getfixmeshcoordinates | ( | type (gridvertex_t), dimension(:), intent(inout) | GridVertex, |
| real (kind=real_kind), dimension(:), intent(inout), allocatable | coord_dim1, | ||
| real (kind=real_kind), dimension(:), intent(inout), allocatable | coord_dim2, | ||
| real (kind=real_kind), dimension(:), intent(inout), allocatable | coord_dim3, | ||
| integer, intent(inout) | coord_dimension | ||
| ) |


| logical function, public zoltan_mod::is_zoltan_partition | ( | integer | partmethod | ) |

| logical function, public zoltan_mod::is_zoltan_task_mapping | ( | integer | z2_map_method | ) |

| subroutine, public zoltan_mod::printmetrics | ( | type (gridedge_t), dimension(:), intent(inout) | GridEdge, |
| type (gridvertex_t), dimension(:), intent(inout) | GridVertex, | ||
| integer, intent(in) | comm | ||
| ) |


| subroutine zoltan_mod::sort | ( | integer, intent(in) | n, |
| integer(kind=int_kind), dimension(n), intent(in) | list, | ||
| integer(kind=int_kind), dimension(n), intent(inout) | index | ||
| ) |

|
private |
|
private |