|
MPI-AMRVAC 3.1
The MPI - Adaptive Mesh Refinement - Versatile Advection Code (development version)
|
Go to the source code of this file.
Modules | |
| module | mod_calculate_xw |
| Handles computations for coordinates and variables in output. | |
Functions/Subroutines | |
| subroutine | mod_calculate_xw::calc_grid (qunit, igrid, xc, xcc, xc_tmp, xcc_tmp, wc_tmp, wcc_tmp, normconv, ixcl, ixccl, first) |
| Compute both corner as well as cell-centered values for output. | |
| subroutine | mod_calculate_xw::to_cartesian (x_tmp, w_tmp, ixl, xc, wc) |
| convert to cartesian coordinates and vector components | |
| subroutine | mod_calculate_xw::getheadernames (wnamei, xandwnamei, outfilehead) |
| get all variables names | |
| subroutine | mod_calculate_xw::calc_x (igrid, xc, xcc) |
| computes cell corner (xC) and cell center (xCC) coordinates | |