KTH framework for Nek5000 toolboxes; testing version
0.0.1
|
Go to the source code of this file.
Functions/Subroutines | |
subroutine | dprocmapinit () |
subroutine | dprocmapput (ibuf, lbuf, ioff, ieg) |
subroutine | dprocmapget (ibuf, ieg) |
subroutine | dprocmapfind (il, nids, ieg) |
integer function | lsearch_ur (a, n, k) |
integer function | gllnid (ieg) |
integer function | gllel (ieg) |
subroutine dprocmapfind | ( | il, | |
nids, | |||
ieg | |||
) |
subroutine dprocmapget | ( | integer, dimension(2) | ibuf, |
ieg | |||
) |
Definition at line 67 of file dprocmap.f.
References dprocmapfind(), exitti(), icopy(), ifill(), and lsearch_ur().
subroutine dprocmapinit |
Definition at line 10 of file dprocmap.f.
References exitti().
subroutine dprocmapput | ( | integer, dimension(lbuf) | ibuf, |
lbuf, | |||
ioff, | |||
ieg | |||
) |
Definition at line 39 of file dprocmap.f.
References dprocmapfind(), exitti(), and icopy().
integer function gllel | ( | ieg | ) |
Definition at line 182 of file dprocmap.f.
References dprocmapget().
integer function gllnid | ( | ieg | ) |
Definition at line 160 of file dprocmap.f.
References dprocmapget().
integer function lsearch_ur | ( | integer, dimension(n) | a, |
integer | n, | ||
integer | k | ||
) |