|
| integer(kind=inttype) | indirecthalo::nindhalo |
| |
| type(indirecthalotype), dimension(:), allocatable | indirecthalo::indhalo |
| |
| integer(kind=inttype) | indirecthalo::nlevofind |
| |
| integer(kind=inttype), dimension(:), allocatable | indirecthalo::nhaloperlev |
| |
| integer(kind=inttype), dimension(:), allocatable | indirecthalo::nhaloperproc |
| |
| integer(kind=inttype) | halolist::ncellhalo1st |
| |
| integer(kind=inttype) | halolist::ncellhalo2nd |
| |
| integer(kind=inttype) | halolist::nnodehalo1st |
| |
| integer(kind=inttype) | halolist::iicell1st |
| |
| integer(kind=inttype) | halolist::iicell2nd |
| |
| integer(kind=inttype) | halolist::iinode1st |
| |
| type(halolisttype), dimension(:), allocatable | halolist::cellhalo1st |
| |
| type(halolisttype), dimension(:), allocatable | halolist::cellhalo2nd |
| |
| type(halolisttype), dimension(:), allocatable | halolist::nodehalo1st |
| |
| integer(kind=inttype), dimension(:, :), allocatable | halolist::transformcell |
| |
| integer(kind=inttype), dimension(:, :), allocatable | halolist::transformnode |
| |
| type(indexlisttype), dimension(:), allocatable | halolist::nodeindex |
| |
| type(indexlisttype), dimension(:), allocatable | halolist::cellindex |
| |
| integer(kind=inttype) | periodicinfo::nperiodicglobal |
| |
| type(cgnsperiodictype), dimension(:), allocatable | periodicinfo::periodicglobal |
| |
| integer(kind=inttype) | coarse1to1subface::nsubface1to1 |
| |
| type(coarse1to1subfacetype), dimension(:), allocatable | coarse1to1subface::subface1to1 |
| |
| type(coarseninginfotype), dimension(:), allocatable | coarseninginfo::coarseinfo |
| |