|
MPI-AMRVAC 3.2
The MPI - Adaptive Mesh Refinement - Versatile Advection Code (development version)
|
Public Attributes | |
| double precision, dimension(:^de &,:), allocatable | w |
| Variables, normally center. | |
| double precision, dimension(:^de &,:), allocatable | wc |
| Variables for the cornerpositions on the slice. | |
| double precision, dimension(:^de &,:), allocatable | wcoarse |
| Variables, normally center, one level coarser representative. | |
| double precision, dimension(:^de &,:), allocatable | x |
| Cell-center positions. | |
| double precision, dimension(:^de &,:), allocatable | xc |
| Corner positions on the slice. | |
| double precision, dimension(:^de &,:), allocatable | xcoarse |
| Cell-center positions, one level coarser representative. | |
| double precision, dimension(:^de &,:), allocatable | dx |
| Cell sizes. | |
| double precision, dimension(:^d &,:), allocatable | dxcoarse |
| Cell sizes, one level coarser. | |
| double precision, dimension(:^d &,:), allocatable | ds |
| Cell sizes in length unit. | |
| double precision, dimension(:^de &), allocatable | dvolume |
| Volumes of a cell. | |
| double precision, dimension(:^de &), allocatable | dvolumecoarse |
| Volumes of a cell, one level coarser representative. | |
| double precision, dimension(:^de &,:), allocatable | surface |
| Areas of cell-center surfaces. | |
| double precision, dimension(:^de &,:), allocatable | surfacec |
| Areas of cell-face surfaces. | |
| integer | igrid =-1 |
| ID of a grid block. | |
| double precision, dimension(:), allocatable | w |
| Variables, normally center. | |
| double precision, dimension(:), allocatable | wc |
| Variables for the cornerpositions on the slice. | |
| double precision, dimension(:), allocatable | wcoarse |
| Variables, normally center, one level coarser representative. | |
| double precision, dimension(:), allocatable | x |
| Cell-center positions. | |
| double precision, dimension(:), allocatable | xc |
| Corner positions on the slice. | |
| double precision, dimension(:), allocatable | xcoarse |
| Cell-center positions, one level coarser representative. | |
Definition at line 56 of file mod_physicaldata.t.
| double precision, dimension(:^d&,:), allocatable mod_physicaldata::state_sub::ds |
Cell sizes in length unit.
Definition at line 74 of file mod_physicaldata.t.
| double precision, dimension(:^de&), allocatable mod_physicaldata::state_sub::dvolume |
Volumes of a cell.
Definition at line 76 of file mod_physicaldata.t.
| double precision, dimension(:^de&), allocatable mod_physicaldata::state_sub::dvolumecoarse |
Volumes of a cell, one level coarser representative.
Definition at line 78 of file mod_physicaldata.t.
| double precision, dimension(:^de&,:), allocatable mod_physicaldata::state_sub::dx |
Cell sizes.
Definition at line 70 of file mod_physicaldata.t.
| double precision, dimension(:^d&,:), allocatable mod_physicaldata::state_sub::dxcoarse |
Cell sizes, one level coarser.
Definition at line 72 of file mod_physicaldata.t.
| integer mod_physicaldata::state_sub::igrid =-1 |
ID of a grid block.
Definition at line 84 of file mod_physicaldata.t.
| double precision, dimension(:^de&,:), allocatable mod_physicaldata::state_sub::surface |
Areas of cell-center surfaces.
Definition at line 80 of file mod_physicaldata.t.
| double precision, dimension(:^de&,:), allocatable mod_physicaldata::state_sub::surfacec |
Areas of cell-face surfaces.
Definition at line 82 of file mod_physicaldata.t.
| double precision, dimension(:^de&,:), allocatable mod_physicaldata::state_sub::w |
Variables, normally center.
Definition at line 58 of file mod_physicaldata.t.
| double precision, dimension(:), allocatable mod_physicaldata::state_sub::w |
Variables, normally center.
Definition at line 90 of file mod_physicaldata.t.
| double precision, dimension(:^de&,:), allocatable mod_physicaldata::state_sub::wc |
Variables for the cornerpositions on the slice.
Definition at line 60 of file mod_physicaldata.t.
| double precision, dimension(:), allocatable mod_physicaldata::state_sub::wc |
Variables for the cornerpositions on the slice.
Definition at line 92 of file mod_physicaldata.t.
| double precision, dimension(:^de&,:), allocatable mod_physicaldata::state_sub::wcoarse |
Variables, normally center, one level coarser representative.
Definition at line 62 of file mod_physicaldata.t.
| double precision, dimension(:), allocatable mod_physicaldata::state_sub::wcoarse |
Variables, normally center, one level coarser representative.
Definition at line 94 of file mod_physicaldata.t.
| double precision, dimension(:^de&,:), allocatable mod_physicaldata::state_sub::x |
Cell-center positions.
Definition at line 64 of file mod_physicaldata.t.
| double precision, dimension(:), allocatable mod_physicaldata::state_sub::x |
Cell-center positions.
Definition at line 96 of file mod_physicaldata.t.
| double precision, dimension(:^de&,:), allocatable mod_physicaldata::state_sub::xc |
Corner positions on the slice.
Definition at line 66 of file mod_physicaldata.t.
| double precision, dimension(:), allocatable mod_physicaldata::state_sub::xc |
Corner positions on the slice.
Definition at line 98 of file mod_physicaldata.t.
| double precision, dimension(:^de&,:), allocatable mod_physicaldata::state_sub::xcoarse |
Cell-center positions, one level coarser representative.
Definition at line 68 of file mod_physicaldata.t.
| double precision, dimension(:), allocatable mod_physicaldata::state_sub::xcoarse |
Cell-center positions, one level coarser representative.
Definition at line 100 of file mod_physicaldata.t.