|
subroutine | decompregular1d (NPEs, Dist, Decomp) |
|
subroutine | decompregular2d (NPEsX, NPEsY, Xdist, Ydist, Decomp) |
|
subroutine | decompregular3d (NPEsX, NPEsY, NPEsZ, |
|
subroutine | decompregular3dorder (Order, NPEsX, NPEsY, NPEsZ, |
|
subroutine | decompregular4d (NPEsX, NPEsY, NPEsZ, NPEsT, |
|
subroutine | decompcreateirr (NPEs, Pe, TotalPts, Decomp) |
|
subroutine | decompcreatetags (Npes, Pe, TotalPts, Tags, Decomp) |
|
◆ decompcreateirr()
subroutine decompmodule::decompcreate::decompcreateirr |
( |
integer, intent(in) |
NPEs, |
|
|
integer, dimension(:), intent(in) |
Pe, |
|
|
integer, intent(in) |
TotalPts, |
|
|
type(decomptype), intent(out) |
Decomp |
|
) |
| |
◆ decompcreatetags()
subroutine decompmodule::decompcreate::decompcreatetags |
( |
integer, intent(in) |
Npes, |
|
|
integer, dimension(:), intent(in) |
Pe, |
|
|
integer, intent(in) |
TotalPts, |
|
|
integer, dimension(:), intent(in) |
Tags, |
|
|
type(decomptype), intent(out) |
Decomp |
|
) |
| |
◆ decompregular1d()
subroutine decompmodule::decompcreate::decompregular1d |
( |
integer, intent(in) |
NPEs, |
|
|
integer, dimension(:), intent(in) |
Dist, |
|
|
type(decomptype), intent(out) |
Decomp |
|
) |
| |
◆ decompregular2d()
subroutine decompmodule::decompcreate::decompregular2d |
( |
integer, intent(in) |
NPEsX, |
|
|
integer, intent(in) |
NPEsY, |
|
|
integer, dimension(:), intent(in) |
Xdist, |
|
|
integer, dimension(:), intent(in) |
Ydist, |
|
|
type(decomptype), intent(out) |
Decomp |
|
) |
| |
◆ decompregular3d()
subroutine decompmodule::decompcreate::decompregular3d |
( |
integer, intent(in) |
NPEsX, |
|
|
integer, intent(in) |
NPEsY, |
|
|
integer, intent(in) |
NPEsZ |
|
) |
| |
◆ decompregular3dorder()
subroutine decompmodule::decompcreate::decompregular3dorder |
( |
character(3), intent(in) |
Order, |
|
|
integer, intent(in) |
NPEsX, |
|
|
integer, intent(in) |
NPEsY, |
|
|
integer, intent(in) |
NPEsZ |
|
) |
| |
◆ decompregular4d()
subroutine decompmodule::decompcreate::decompregular4d |
( |
integer, intent(in) |
NPEsX, |
|
|
integer, intent(in) |
NPEsY, |
|
|
integer, intent(in) |
NPEsZ, |
|
|
integer, intent(in) |
NPEsT |
|
) |
| |
The documentation for this interface was generated from the following file: