KTH framework for Nek5000 toolboxes; testing version
0.0.1
|
Go to the source code of this file.
Functions/Subroutines | |
subroutine | pts_rdst (nptimb) |
subroutine | pts_transfer (rbuf, lrbuf, ibuf, libuf, lpts, npts) |
subroutine | pts_map_all (mid, lpts, npts, npoints, nptimb) |
subroutine | pts_map_set (mid, lpts, istatus, indasg, npts_plist, lplist, npts, nplist) |
subroutine pts_map_all | ( | integer, dimension(lpts) | mid, |
integer | lpts, | ||
integer | npts, | ||
integer | npoints, | ||
integer | nptimb | ||
) |
Definition at line 187 of file pts_redistribute.f.
References exitt(), nekgsync(), and pts_map_set().
subroutine pts_map_set | ( | integer, dimension(lpts) | mid, |
integer | lpts, | ||
integer | istatus, | ||
integer | indasg, | ||
integer, dimension(lplist) | npts_plist, | ||
integer | lplist, | ||
integer | npts, | ||
integer | nplist | ||
) |
Definition at line 400 of file pts_redistribute.f.
References comm_ibcastn(), comm_ivglrsum(), exitt(), icopy(), and izero().
subroutine pts_rdst | ( | integer | nptimb | ) |
Definition at line 16 of file pts_redistribute.f.
References exitt(), pts_map_all(), and pts_transfer().
subroutine pts_transfer | ( | real, dimension(lrbuf,lpts) | rbuf, |
integer | lrbuf, | ||
integer, dimension(libuf,lpts) | ibuf, | ||
integer | libuf, | ||
integer | lpts, | ||
integer | npts | ||
) |