
Public Attributes | |
| integer, allocatable | jVec |
| vector that stores the indices of "j"s of that "bc" index | |
| integer | maxJ |
| size of the jVec | |
| type(setJ), dimension(:), allocatable | j |
| array to define reach different jVec's | |
| integer, allocatable | unkVec |
| vector that stores the indices of "j"s of that "bc" index | |
| integer | maxUnk |
| size of the jVec | |
| type(setUnk), dimension(:), allocatable | unk |
| array to define reach different uVec's | |
Definition at line 46 of file global.f90.
| type(setJ),dimension(:),allocatable global::setBC::j |
array to define reach different jVec's
Definition at line 54 of file global.f90.
| integer,allocatable global::setBC::jVec |
vector that stores the indices of "j"s of that "bc" index
Definition at line 50 of file global.f90.
| integer global::setBC::maxJ |
size of the jVec
Definition at line 52 of file global.f90.
| integer global::setBC::maxUnk |
size of the jVec
Definition at line 60 of file global.f90.
| type(setUnk),dimension(:),allocatable global::setBC::unk |
array to define reach different uVec's
Definition at line 62 of file global.f90.
| integer,allocatable global::setBC::unkVec |
vector that stores the indices of "j"s of that "bc" index
Definition at line 58 of file global.f90.
1.6.1