|
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().
Here is the call graph for this function:
Here is the caller graph for this function:| subroutine dprocmapinit |
Definition at line 10 of file dprocmap.f.
References exitti().
Here is the call graph for this function:
Here is the caller graph for this function:| subroutine dprocmapput | ( | integer, dimension(lbuf) | ibuf, |
| lbuf, | |||
| ioff, | |||
| ieg | |||
| ) |
Definition at line 39 of file dprocmap.f.
References dprocmapfind(), exitti(), and icopy().
Here is the call graph for this function:
Here is the caller graph for this function:| integer function gllel | ( | ieg | ) |
Definition at line 182 of file dprocmap.f.
References dprocmapget().
Here is the call graph for this function:
Here is the caller graph for this function:| integer function gllnid | ( | ieg | ) |
Definition at line 160 of file dprocmap.f.
References dprocmapget().
Here is the call graph for this function:
Here is the caller graph for this function:| integer function lsearch_ur | ( | integer, dimension(n) | a, |
| integer | n, | ||
| integer | k | ||
| ) |