|
| type(state) | mod_physicaldata::pole_buf |
| | buffer for pole boundary
|
| |
| logical | mod_physicaldata::wdebug_on = .false. |
| | — debug field dump (flushed by save_wdebug in mod_input_output) — when .true., intermediate fields captured in ps(:)wdebug are written out
|
| |
| integer | mod_physicaldata::n_wdebug = 0 |
| | number of debug slots allocated in ps(:)wdebug
|
| |
| type(state), dimension(:), allocatable, target | mod_physicaldata::ps |
| | array of physical states for all blocks on my processor
|
| |
| type(state), dimension(:), allocatable, target | mod_physicaldata::ps1 |
| | array of physical states, temp 1 for multi-step time integrator
|
| |
| type(state), dimension(:), allocatable, target | mod_physicaldata::ps2 |
| | array of physical states, temp 2 for multi-step time integrator
|
| |
| type(state), dimension(:), allocatable, target | mod_physicaldata::ps3 |
| | array of physical states, temp 3 for multi-step time integrator
|
| |
| type(state), dimension(:), allocatable, target | mod_physicaldata::ps4 |
| | array of physical states, temp 4 for multi-step time integrator
|
| |
| type(state), dimension(:), allocatable, target | mod_physicaldata::psc |
| | array of physical blocks, one level coarser representative
|
| |
| type(state_sub), dimension(:), allocatable, target | mod_physicaldata::ps_sub |
| | array of physical blocks in reduced dimension
|
| |
| double precision, dimension(:^de &,:), allocatable | mod_physicaldata::collapseddata |
| |
| type(grid_field), dimension(:), allocatable, target | mod_physicaldata::gridvars |
| | array of physical blocks of meshed fields for particles
|
| |