MPI-AMRVAC
3.1
The MPI - Adaptive Mesh Refinement - Versatile Advection Code
|
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. More... | |
subroutine | mod_calculate_xw::to_cartesian (x_TMP, w_TMP, ixL, xC, wC) |
convert to cartesian coordinates and vector components More... | |
subroutine | mod_calculate_xw::getheadernames (wnamei, xandwnamei, outfilehead) |
get all variables names More... | |
subroutine | mod_calculate_xw::calc_x (igrid, xC, xCC) |
computes cell corner (xC) and cell center (xCC) coordinates More... | |