|
| integer, dimension(:,:,:), allocatable | count |
| |
| double precision, dimension(:,:,:,:), allocatable | v |
| |
| double precision | r_min |
| |
| double precision | r_max |
| |
| double precision | dr |
| |
| double precision | dtheta |
| |
| type(timer_t), pointer | time_polar_update |
| |
Definition at line 42 of file polar_fields.f90.
◆ init()
| procedure polar_fields::polar_fields_t::init |
( |
| ) |
|
|
private |
◆ update()
| procedure polar_fields::polar_fields_t::update |
( |
| ) |
|
|
private |
◆ count
| integer, dimension(:,:,:), allocatable polar_fields::polar_fields_t::count |
|
private |
◆ dr
| double precision polar_fields::polar_fields_t::dr |
|
private |
◆ dtheta
| double precision polar_fields::polar_fields_t::dtheta |
|
private |
◆ r_max
| double precision polar_fields::polar_fields_t::r_max |
|
private |
◆ r_min
| double precision polar_fields::polar_fields_t::r_min |
|
private |
◆ time_polar_update
| type(timer_t), pointer polar_fields::polar_fields_t::time_polar_update |
|
private |
| double precision, dimension(:,:,:,:), allocatable polar_fields::polar_fields_t::v |
|
private |
The documentation for this type was generated from the following file: