CAM
zoltan_mod Module Reference

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
 

Function/Subroutine Documentation

◆ createmeshgraph()

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 
)
Here is the caller graph for this function:

◆ genzoltanpart()

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 
)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ getfixmeshcoordinates()

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 
)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ is_zoltan_partition()

logical function, public zoltan_mod::is_zoltan_partition ( integer  partmethod)
Here is the caller graph for this function:

◆ is_zoltan_task_mapping()

logical function, public zoltan_mod::is_zoltan_task_mapping ( integer  z2_map_method)
Here is the caller graph for this function:

◆ printmetrics()

subroutine, public zoltan_mod::printmetrics ( type (gridedge_t), dimension(:), intent(inout)  GridEdge,
type (gridvertex_t), dimension(:), intent(inout)  GridVertex,
integer, intent(in)  comm 
)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ sort()

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 
)
Here is the call graph for this function:

Variable Documentation

◆ edgeweight

integer, parameter zoltan_mod::edgeweight = 1
private

◆ vertexweight

integer, parameter zoltan_mod::vertexweight = 1
private