MPI-AMRVAC 3.2
The MPI - Adaptive Mesh Refinement - Versatile Advection Code (development version)
Loading...
Searching...
No Matches
Functions/Subroutines
mod_convert_files Module Reference

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)
 
integer function vtk_cell_type ()
 
logical function vtk_coordinates_transformed ()
 
subroutine write_connvtk_binary (qunit)
 
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)
 

Function/Subroutine Documentation

◆ calc_grid23()

subroutine mod_convert_files::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 
)

Definition at line 3737 of file mod_convert_files.t.

Here is the call graph for this function:

◆ generate_plotfile()

subroutine mod_convert_files::generate_plotfile

Definition at line 9 of file mod_convert_files.t.

Here is the call graph for this function:

◆ imagedatavtk_mpi()

subroutine mod_convert_files::imagedatavtk_mpi ( integer, intent(in)  qunit)

Definition at line 1645 of file mod_convert_files.t.

Here is the call graph for this function:

◆ nodenumbertec1d()

integer function mod_convert_files::nodenumbertec1d ( integer, intent(in)  i1,
integer, intent(in)  nx1,
integer, intent(in)  ig,
integer, intent(in)  igrid 
)

Definition at line 596 of file mod_convert_files.t.

Here is the call graph for this function:

◆ nodenumbertec2d()

integer function mod_convert_files::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 
)

Definition at line 605 of file mod_convert_files.t.

Here is the call graph for this function:

◆ nodenumbertec3d()

integer function mod_convert_files::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 
)

Definition at line 614 of file mod_convert_files.t.

Here is the call graph for this function:

◆ oneblock()

subroutine mod_convert_files::oneblock ( integer, intent(in)  qunit)

Definition at line 74 of file mod_convert_files.t.

Here is the call graph for this function:

◆ onegrid()

subroutine mod_convert_files::onegrid ( integer, intent(in)  qunit)

Definition at line 253 of file mod_convert_files.t.

Here is the call graph for this function:

◆ punstructuredvtk_mpi()

subroutine mod_convert_files::punstructuredvtk_mpi ( integer, intent(in)  qunit)

Definition at line 1801 of file mod_convert_files.t.

Here is the call graph for this function:

◆ punstructuredvtkb_mpi()

subroutine mod_convert_files::punstructuredvtkb_mpi ( integer, intent(in)  qunit)

Definition at line 2720 of file mod_convert_files.t.

Here is the call graph for this function:

◆ save_conntec()

subroutine mod_convert_files::save_conntec ( integer, intent(in)  qunit,
integer, intent(in)  igrid,
integer, intent(in)  igonlevel 
)

Definition at line 552 of file mod_convert_files.t.

Here is the call graph for this function:

◆ save_connvtk()

subroutine mod_convert_files::save_connvtk ( integer, intent(in)  qunit,
integer, intent(in)  igrid 
)

Definition at line 1506 of file mod_convert_files.t.

Here is the call graph for this function:

◆ save_connvtk23()

subroutine mod_convert_files::save_connvtk23 ( integer, intent(in)  qunit,
integer, intent(in)  igrid 
)

Definition at line 3977 of file mod_convert_files.t.

◆ specialvar_output23()

subroutine mod_convert_files::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 
)

Definition at line 4006 of file mod_convert_files.t.

◆ tecplot()

subroutine mod_convert_files::tecplot ( integer, intent(in)  qunit)

Definition at line 355 of file mod_convert_files.t.

Here is the call graph for this function:

◆ tecplot_mpi()

subroutine mod_convert_files::tecplot_mpi ( integer, intent(in)  qunit)

Definition at line 2274 of file mod_convert_files.t.

Here is the call graph for this function:

◆ unstructuredvtk()

subroutine mod_convert_files::unstructuredvtk ( integer, intent(in)  qunit)

Definition at line 623 of file mod_convert_files.t.

Here is the call graph for this function:

◆ unstructuredvtk_mpi()

subroutine mod_convert_files::unstructuredvtk_mpi ( integer, intent(in)  qunit)

Definition at line 1889 of file mod_convert_files.t.

Here is the call graph for this function:

◆ unstructuredvtkb()

subroutine mod_convert_files::unstructuredvtkb ( integer, intent(in)  qunit)

Definition at line 788 of file mod_convert_files.t.

Here is the call graph for this function:

◆ unstructuredvtkb23()

subroutine mod_convert_files::unstructuredvtkb23 ( integer, intent(in)  qunit)

Definition at line 2969 of file mod_convert_files.t.

Here is the call graph for this function:

◆ unstructuredvtkb64()

subroutine mod_convert_files::unstructuredvtkb64 ( integer, intent(in)  qunit)

Definition at line 1160 of file mod_convert_files.t.

Here is the call graph for this function:

◆ unstructuredvtkbsym23()

subroutine mod_convert_files::unstructuredvtkbsym23 ( integer, intent(in)  qunit)

Definition at line 3274 of file mod_convert_files.t.

Here is the call graph for this function:

◆ vtk_cell_type()

integer function mod_convert_files::vtk_cell_type

Definition at line 1558 of file mod_convert_files.t.

Here is the call graph for this function:

◆ vtk_coordinates_transformed()

logical function mod_convert_files::vtk_coordinates_transformed

Definition at line 1579 of file mod_convert_files.t.

Here is the call graph for this function:

◆ write_connvtk_binary()

subroutine mod_convert_files::write_connvtk_binary ( integer, intent(in)  qunit)

Definition at line 1597 of file mod_convert_files.t.

Here is the call graph for this function:

◆ write_pvtu()

subroutine mod_convert_files::write_pvtu ( integer, intent(in)  qunit)

Definition at line 2205 of file mod_convert_files.t.

Here is the call graph for this function:

◆ write_vti()

subroutine mod_convert_files::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 
)

Definition at line 2149 of file mod_convert_files.t.

◆ write_vtk()

subroutine mod_convert_files::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 
)

Definition at line 2055 of file mod_convert_files.t.

Here is the call graph for this function: