MPI-AMRVAC
3.1
The MPI - Adaptive Mesh Refinement - Versatile Advection Code
|
Collapses D-dimensional output to D-1 view by line-of-sight integration. More...
Functions/Subroutines | |
subroutine | write_collapsed |
subroutine | put_collapse (dir) |
subroutine | output_collapsed_csv (dir, normconv) |
subroutine | output_collapsed_vti (dir, normconv) |
subroutine | allocate_collapsed (dir) |
subroutine | integrate_subnode (igrid, jgrid, dir) |
subroutine | collapse_subnode (igrid, jgrid, dir, normconv) |
Collapses D-dimensional output to D-1 view by line-of-sight integration.
subroutine mod_collapse::allocate_collapsed | ( | integer, intent(in) | dir | ) |
subroutine mod_collapse::collapse_subnode | ( | integer, intent(in) | igrid, |
integer, intent(in) | jgrid, | ||
integer, intent(in) | dir, | ||
double precision, dimension(0:nw+nwauxio), intent(out) | normconv | ||
) |
subroutine mod_collapse::integrate_subnode | ( | integer, intent(in) | igrid, |
integer, intent(in) | jgrid, | ||
integer, intent(in) | dir | ||
) |
subroutine mod_collapse::output_collapsed_csv | ( | integer, intent(in) | dir, |
double precision, dimension(0:nw+nwauxio), intent(in) | normconv | ||
) |
subroutine mod_collapse::output_collapsed_vti | ( | integer, intent(in) | dir, |
double precision, dimension(0:nw+nwauxio), intent(in) | normconv | ||
) |
subroutine mod_collapse::put_collapse | ( | integer, intent(in) | dir | ) |
subroutine mod_collapse::write_collapsed |