
Public Attributes | |
| integer, allocatable | bcVec |
| vector that stores the indices of "bc"s of that set | |
| type(setBC), dimension(:), allocatable | bc |
| array to define reach different bc's | |
| integer | maxBc |
| size of the bcVec | |
Definition at line 68 of file global.f90.
| type(setBC),dimension(:),allocatable global::setSet::bc |
array to define reach different bc's
Definition at line 72 of file global.f90.
| integer,allocatable global::setSet::bcVec |
vector that stores the indices of "bc"s of that set
Definition at line 70 of file global.f90.
| integer global::setSet::maxBc |
size of the bcVec
Definition at line 74 of file global.f90.
1.6.1