#include "implicit_f.inc"#include "com01_c.inc"#include "com04_c.inc"#include "chara_c.inc"#include "units_c.inc"Go to the source code of this file.
Functions/Subroutines | |
| subroutine | collect (a, itab, weight, nodglob) |
| subroutine | collect_pit (a, itab, weight, nodglob) |
| subroutine | collectx (x, itab, weight, nodglob) |
| subroutine | collectv (v, itab, weight, nodglob) |
| subroutine | collectm (nodnx_sms, itab, weight, nodglob) |
| subroutine | collectt (temp, itab, weight, nodglob) |
| subroutine collect | ( | a, | |
| integer, dimension(*) | itab, | ||
| integer, dimension(*) | weight, | ||
| integer, dimension(*) | nodglob ) |
Definition at line 30 of file collect.F.
| subroutine collect_pit | ( | a, | |
| integer, dimension(*) | itab, | ||
| integer, dimension(*) | weight, | ||
| integer, dimension(*) | nodglob ) |
Definition at line 94 of file collect.F.
| subroutine collectm | ( | integer, dimension(*) | nodnx_sms, |
| integer, dimension(*) | itab, | ||
| integer, dimension(*) | weight, | ||
| integer, dimension(*) | nodglob ) |
Definition at line 281 of file collect.F.
| subroutine collectt | ( | temp, | |
| integer, dimension(*) | itab, | ||
| integer, dimension(*) | weight, | ||
| integer, dimension(*) | nodglob ) |
Definition at line 378 of file collect.F.
| subroutine collectv | ( | v, | |
| integer, dimension(*) | itab, | ||
| integer, dimension(*) | weight, | ||
| integer, dimension(*) | nodglob ) |
Definition at line 214 of file collect.F.
| subroutine collectx | ( | x, | |
| integer, dimension(*) | itab, | ||
| integer, dimension(*) | weight, | ||
| integer, dimension(*) | nodglob ) |
Definition at line 154 of file collect.F.