|
| logical | sf_def::exists |
| | Boolean to test for file existence. More...
|
| |
| integer, dimension(:), allocatable, public | sf_def::sf |
| | Unresolved variable definition vector. More...
|
| |
| integer, dimension(:), allocatable, public | sf_def::ind |
| |
| integer, dimension(:), allocatable, public | sf_def::rind |
| | Unresolved reduction indices. More...
|
| |
| integer, dimension(:), allocatable, public | sf_def::sl_ind |
| |
| integer, dimension(:), allocatable, public | sf_def::sl_rind |
| | Resolved reduction indices. More...
|
| |
| integer, public | sf_def::n_unres |
| | Number of unresolved variables. More...
|
| |
| integer, public | sf_def::n_res |
| | Number of resolved variables. More...
|
| |
| integer, dimension(:,:), allocatable, public | sf_def::bar |
| |
| integer, dimension(:,:), allocatable, public | sf_def::bau |
| |
| integer, dimension(:,:), allocatable, public | sf_def::bor |
| |
| integer, dimension(:,:), allocatable, public | sf_def::bou |
| | Filter matrices. More...
|
| |