CAM
ghostmodule Module Reference

Data Types

interface  ghostcreate
 
type  ghosttype
 

Functions/Subroutines

subroutine, public ghostfree (Ghost)
 
logical function ghostdefined (Ghost)
 
subroutine ghostcopy (GhostIn, GhostOut)
 
subroutine ghostirregular (Decomp, Id, LocalSize, Tags, Ghost)
 
subroutine ghostregular1d (Decomp, Id, Xglobal, Xfrom, Xto, Xwrap,
 
subroutine ghostregular2d (Decomp, Id, Xglobal, Xfrom, Xto, Xwrap,
 
subroutine ghostregular3d (Decomp, Id, Xglobal, Xfrom, Xto, Xwrap,
 
subroutine ghostregular4d (Decomp, Id, Xglobal, Xfrom, Xto, Xwrap,
 
subroutine, public ghostinfo (Ghost, Npes,
 

Function/Subroutine Documentation

◆ ghostcopy()

subroutine ghostmodule::ghostcopy ( type(ghosttype), intent(in)  GhostIn,
type(ghosttype), intent(inout)  GhostOut 
)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ ghostdefined()

logical function ghostmodule::ghostdefined ( type(ghosttype), intent(in)  Ghost)

◆ ghostfree()

subroutine, public ghostmodule::ghostfree ( type(ghosttype), intent(inout)  Ghost)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ ghostinfo()

subroutine, public ghostmodule::ghostinfo ( type(ghosttype), intent(in)  Ghost,
integer, intent(out)  Npes 
)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ ghostirregular()

subroutine ghostmodule::ghostirregular ( type(decomptype), intent(in)  Decomp,
integer, intent(in)  Id,
integer, intent(in)  LocalSize,
integer, dimension(:), intent(in)  Tags,
type(ghosttype), intent(inout)  Ghost 
)
Here is the call graph for this function:

◆ ghostregular1d()

subroutine ghostmodule::ghostregular1d ( type(decomptype), intent(in)  Decomp,
integer, intent(in)  Id,
integer, intent(in)  Xglobal,
integer, intent(in)  Xfrom,
integer, intent(in)  Xto,
logical, intent(in)  Xwrap 
)
Here is the call graph for this function:

◆ ghostregular2d()

subroutine ghostmodule::ghostregular2d ( type(decomptype), intent(in)  Decomp,
integer, intent(in)  Id,
integer, intent(in)  Xglobal,
integer, intent(in)  Xfrom,
integer, intent(in)  Xto,
logical, intent(in)  Xwrap 
)
Here is the call graph for this function:

◆ ghostregular3d()

subroutine ghostmodule::ghostregular3d ( type(decomptype), intent(in)  Decomp,
integer, intent(in)  Id,
integer, intent(in)  Xglobal,
integer, intent(in)  Xfrom,
integer, intent(in)  Xto,
logical, intent(in)  Xwrap 
)
Here is the call graph for this function:

◆ ghostregular4d()

subroutine ghostmodule::ghostregular4d ( type(decomptype), intent(in)  Decomp,
integer, intent(in)  Id,
integer, intent(in)  Xglobal,
integer, intent(in)  Xfrom,
integer, intent(in)  Xto,
logical, intent(in)  Xwrap 
)
Here is the call graph for this function: