|
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, |
|
◆ ghostcopy()
subroutine ghostmodule::ghostcreate::ghostcopy |
( |
type(ghosttype), intent(in) |
GhostIn, |
|
|
type(ghosttype), intent(inout) |
GhostOut |
|
) |
| |
◆ ghostirregular()
subroutine ghostmodule::ghostcreate::ghostirregular |
( |
type(decomptype), intent(in) |
Decomp, |
|
|
integer, intent(in) |
Id, |
|
|
integer, intent(in) |
LocalSize, |
|
|
integer, dimension(:), intent(in) |
Tags, |
|
|
type(ghosttype), intent(inout) |
Ghost |
|
) |
| |
◆ ghostregular1d()
subroutine ghostmodule::ghostcreate::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 |
|
) |
| |
◆ ghostregular2d()
subroutine ghostmodule::ghostcreate::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 |
|
) |
| |
◆ ghostregular3d()
subroutine ghostmodule::ghostcreate::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 |
|
) |
| |
◆ ghostregular4d()
subroutine ghostmodule::ghostcreate::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 |
|
) |
| |
The documentation for this interface was generated from the following file: