CAM
|
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, |
subroutine ghostmodule::ghostcopy | ( | type(ghosttype), intent(in) | GhostIn, |
type(ghosttype), intent(inout) | GhostOut | ||
) |
logical function ghostmodule::ghostdefined | ( | type(ghosttype), intent(in) | Ghost | ) |
subroutine, public ghostmodule::ghostfree | ( | type(ghosttype), intent(inout) | Ghost | ) |
subroutine, public ghostmodule::ghostinfo | ( | type(ghosttype), intent(in) | Ghost, |
integer, intent(out) | Npes | ||
) |
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 | ||
) |
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 | ||
) |
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 | ||
) |
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 | ||
) |
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 | ||
) |