|
MPI-AMRVAC
3.0
The MPI - Adaptive Mesh Refinement - Versatile Advection Code
|
Go to the source code of this file.
Functions/Subroutines | |
| subroutine | generate_plotfile |
| subroutine | oneblock (qunit) |
| subroutine | onegrid (qunit) |
| subroutine | tecplot (qunit) |
| subroutine | save_conntec (qunit, igrid, igonlevel) |
| integer function | nodenumbertec1d (i1, nx1, ig, igrid) |
| integer function | nodenumbertec2d (i1, i2, nx1, nx2, ig, igrid) |
| integer function | nodenumbertec3d (i1, i2, i3, nx1, nx2, nx3, ig, igrid) |
| subroutine | unstructuredvtk (qunit) |
| subroutine | unstructuredvtkb (qunit) |
| subroutine | unstructuredvtkb64 (qunit) |
| subroutine | save_connvtk (qunit, igrid) |
| subroutine | imagedatavtk_mpi (qunit) |
| subroutine | punstructuredvtk_mpi (qunit) |
| subroutine | unstructuredvtk_mpi (qunit) |
| subroutine | write_vtk (qunit, ixIL, ixCL, ixCCL, igrid, nc, np, nxD, nxCD, normconv, wnamei, xC, xCC, wC, wCC) |
| subroutine | write_vti (qunit, ixIL, ixCL, ixCCL, igD, nxD, normconv, wnamei, wC, wCC) |
| subroutine | write_pvtu (qunit) |
| subroutine | tecplot_mpi (qunit) |
| subroutine | punstructuredvtkb_mpi (qunit) |
| subroutine | unstructuredvtkb23 (qunit) |
| subroutine | unstructuredvtkbsym23 (qunit) |
| subroutine | calc_grid23 (qunit, igrid, xC_TMP, xCC_TMP, wC_TMP, wCC_TMP, normconv, ixCmin1, ixCmin2, ixCmin3, ixCmax1, ixCmax2, ixCmax3, ixCCmin1, ixCCmin2, ixCCmin3, ixCCmax1, ixCCmax2, ixCCmax3, first, i3grid, d3grid, w, zlength, zgridsc) |
| subroutine | save_connvtk23 (qunit, igrid) |
| subroutine | specialvar_output23 (ixImin1, ixImin2, ixImin3, ixImax1, ixImax2, ixImax3, ixOmin1, ixOmin2, ixOmin3, ixOmax1, ixOmax2, ixOmax3, w, x, normconv) |
| subroutine calc_grid23 | ( | integer, intent(in) | qunit, |
| integer, intent(in) | igrid, | ||
| double precision, dimension(ixmlo1-1:ixmhi1,ixmlo2-1:ixmhi2,ixmlo1 -1:ixmhi1,3) | xC_TMP, | ||
| double precision, dimension(ixmlo1:ixmhi1,ixmlo2:ixmhi2,ixmlo1:ixmhi1, 3) | xCC_TMP, | ||
| double precision, dimension(ixmlo1-1:ixmhi1,ixmlo2-1:ixmhi2,ixmlo1 -1:ixmhi1,nw+nwauxio) | wC_TMP, | ||
| double precision, dimension(ixmlo1:ixmhi1,ixmlo2:ixmhi2,ixmlo1:ixmhi1,nw +nwauxio) | wCC_TMP, | ||
| double precision, dimension(0:nw+nwauxio) | normconv, | ||
| integer | ixCmin1, | ||
| integer | ixCmin2, | ||
| integer | ixCmin3, | ||
| integer | ixCmax1, | ||
| integer | ixCmax2, | ||
| integer | ixCmax3, | ||
| integer | ixCCmin1, | ||
| integer | ixCCmin2, | ||
| integer | ixCCmin3, | ||
| integer | ixCCmax1, | ||
| integer | ixCCmax2, | ||
| integer | ixCCmax3, | ||
| logical, intent(in) | first, | ||
| integer, intent(in) | i3grid, | ||
| double precision | d3grid, | ||
| double precision, dimension(ixglo1:ixghi1,ixglo2:ixghi2,ixglo1:ixghi1,1:nw +nwauxio) | w, | ||
| double precision | zlength, | ||
| double precision | zgridsc | ||
| ) |
| subroutine generate_plotfile |
| subroutine imagedatavtk_mpi | ( | integer, intent(in) | qunit | ) |
| integer function nodenumbertec1d | ( | integer, intent(in) | i1, |
| integer, intent(in) | nx1, | ||
| integer, intent(in) | ig, | ||
| integer, intent(in) | igrid | ||
| ) |
| integer function nodenumbertec2d | ( | integer, intent(in) | i1, |
| integer, intent(in) | i2, | ||
| integer, intent(in) | nx1, | ||
| integer, intent(in) | nx2, | ||
| integer, intent(in) | ig, | ||
| integer, intent(in) | igrid | ||
| ) |
| integer function nodenumbertec3d | ( | integer, intent(in) | i1, |
| integer, intent(in) | i2, | ||
| integer, intent(in) | i3, | ||
| integer, intent(in) | nx1, | ||
| integer, intent(in) | nx2, | ||
| integer, intent(in) | nx3, | ||
| integer, intent(in) | ig, | ||
| integer, intent(in) | igrid | ||
| ) |
| subroutine oneblock | ( | integer, intent(in) | qunit | ) |
| subroutine onegrid | ( | integer, intent(in) | qunit | ) |
| subroutine punstructuredvtk_mpi | ( | integer, intent(in) | qunit | ) |
| subroutine punstructuredvtkb_mpi | ( | integer, intent(in) | qunit | ) |
| subroutine save_conntec | ( | integer, intent(in) | qunit, |
| integer, intent(in) | igrid, | ||
| integer, intent(in) | igonlevel | ||
| ) |
| subroutine save_connvtk | ( | integer, intent(in) | qunit, |
| integer, intent(in) | igrid | ||
| ) |
| subroutine save_connvtk23 | ( | integer, intent(in) | qunit, |
| integer, intent(in) | igrid | ||
| ) |
| subroutine specialvar_output23 | ( | integer, intent(in) | ixImin1, |
| integer, intent(in) | ixImin2, | ||
| integer, intent(in) | ixImin3, | ||
| integer, intent(in) | ixImax1, | ||
| integer, intent(in) | ixImax2, | ||
| integer, intent(in) | ixImax3, | ||
| integer, intent(in) | ixOmin1, | ||
| integer, intent(in) | ixOmin2, | ||
| integer, intent(in) | ixOmin3, | ||
| integer, intent(in) | ixOmax1, | ||
| integer, intent(in) | ixOmax2, | ||
| integer, intent(in) | ixOmax3, | ||
| double precision, dimension(iximin1:iximax1,iximin2:iximax2, iximin3:iximax3,nw+nwauxio) | w, | ||
| double precision, dimension(iximin1:iximax1,iximin2:iximax2, iximin3:iximax3,1:3), intent(in) | x, | ||
| double precision, dimension(0:nw+nwauxio) | normconv | ||
| ) |
| subroutine tecplot | ( | integer, intent(in) | qunit | ) |
| subroutine tecplot_mpi | ( | integer, intent(in) | qunit | ) |
| subroutine unstructuredvtk | ( | integer, intent(in) | qunit | ) |
| subroutine unstructuredvtk_mpi | ( | integer, intent(in) | qunit | ) |
| subroutine unstructuredvtkb | ( | integer, intent(in) | qunit | ) |
| subroutine unstructuredvtkb23 | ( | integer, intent(in) | qunit | ) |
| subroutine unstructuredvtkb64 | ( | integer, intent(in) | qunit | ) |
| subroutine unstructuredvtkbsym23 | ( | integer, intent(in) | qunit | ) |
| subroutine write_pvtu | ( | integer, intent(in) | qunit | ) |
| subroutine write_vti | ( | integer, intent(in) | qunit, |
| integer, intent(in) | ixI, | ||
| integer, intent(in) | L, | ||
| integer, intent(in) | ixC, | ||
| L, | |||
| integer, intent(in) | ixCC, | ||
| L, | |||
| integer, intent(in) | ig, | ||
| integer, intent(in) | D, | ||
| integer, intent(in) | nx, | ||
| D, | |||
| double precision, dimension(0:nw+nwauxio), intent(in) | normconv, | ||
| character(len=name_len), dimension(1:nw+nwauxio), intent(in) | wnamei, | ||
| double precision, dimension(ixmlo^d-1:ixmhi^d,nw+nwauxio) | wC, | ||
| double precision, dimension(ixmlo^d:ixmhi^d,nw+nwauxio) | wCC | ||
| ) |
| subroutine write_vtk | ( | integer, intent(in) | qunit, |
| integer, intent(in) | ixI, | ||
| integer, intent(in) | L, | ||
| integer, intent(in) | ixC, | ||
| L, | |||
| integer, intent(in) | ixCC, | ||
| L, | |||
| integer, intent(in) | igrid, | ||
| integer, intent(in) | nc, | ||
| integer, intent(in) | np, | ||
| integer, intent(in) | nx, | ||
| integer, intent(in) | D, | ||
| integer, intent(in) | nxC, | ||
| D, | |||
| double precision, dimension(0:nw+nwauxio), intent(in) | normconv, | ||
| character(len=name_len), dimension(1:nw+nwauxio), intent(in) | wnamei, | ||
| double precision, dimension(ixmlo^d-1:ixmhi^d,ndim) | xC, | ||
| double precision, dimension(ixmlo^d:ixmhi^d,ndim) | xCC, | ||
| double precision, dimension(ixmlo^d-1:ixmhi^d,nw+nwauxio) | wC, | ||
| double precision, dimension(ixmlo^d:ixmhi^d,nw+nwauxio) | wCC | ||
| ) |