MPI-AMRVAC  3.0
The MPI - Adaptive Mesh Refinement - Versatile Advection Code
Modules | Functions/Subroutines | Variables
mod_slice.t File Reference

Go to the source code of this file.

Modules

module  mod_slice
 Writes D-1 slice, can do so in various formats, depending on slice_type.
 

Functions/Subroutines

subroutine mod_slice::write_slice
 
subroutine mod_slice::put_slice (dir, xslice)
 
subroutine put_slice_vtu
 
subroutine write_slice_vtk (jgrid, slice_fh, wnamei)
 
subroutine put_slice_csv
 
subroutine put_slice_line (jout, file_handle)
 
subroutine put_slice_dat
 
subroutine put_slice_zerod
 
subroutine mod_slice::select_slice (dir, xslice, writeonly, file_handle, normconv)
 
recursive subroutine traverse_slice (tree)
 
subroutine mod_slice::fill_subnode (igrid, active, jgrid, dir, xslice, normconv)
 
subroutine mod_slice::alloc_subnode (jgrid, dir, nwexpand)
 
subroutine mod_slice::dealloc_subnode (jgrid)
 
subroutine mod_slice::fill_subnode_info (igrid, jgrid, dir)
 
subroutine mod_slice::get_igslice (dir, x, igslice)
 
double precision function mod_slice::roundoff_minmax (val, minval, maxval)
 

Variables

integer, parameter mod_slice::nslicemax =1000
 Maximum number of slices. More...
 
double precision, dimension(nslicemax) mod_slice::slicecoord
 Slice coordinates, see Slice output. More...
 
integer mod_slice::slicenext
 the file number of slices More...
 
integer mod_slice::nslices
 Number of slices to output. More...
 
integer, dimension(nslicemax) mod_slice::slicedir
 The slice direction for each slice. More...
 
character(len=std_len) mod_slice::slice_type
 choose data type of slice: vtu, vtuCC, dat, or csv More...
 

Function/Subroutine Documentation

◆ put_slice_csv()

subroutine put_slice::put_slice_csv

Definition at line 429 of file mod_slice.t.

Here is the call graph for this function:

◆ put_slice_dat()

subroutine put_slice::put_slice_dat

Definition at line 557 of file mod_slice.t.

Here is the call graph for this function:

◆ put_slice_line()

subroutine put_slice::put_slice_line ( integer, intent(in)  jout,
integer, intent(in)  file_handle 
)

Definition at line 498 of file mod_slice.t.

Here is the call graph for this function:

◆ put_slice_vtu()

subroutine put_slice::put_slice_vtu

Definition at line 214 of file mod_slice.t.

Here is the call graph for this function:

◆ put_slice_zerod()

subroutine put_slice::put_slice_zerod

Definition at line 622 of file mod_slice.t.

Here is the call graph for this function:

◆ traverse_slice()

recursive subroutine select_slice::traverse_slice ( type(tree_node_ptr tree)

Definition at line 778 of file mod_slice.t.

Here is the call graph for this function:

◆ write_slice_vtk()

subroutine put_slice::write_slice_vtk ( integer, intent(in)  jgrid,
integer, intent(in)  slice_fh,
character(len=name_len), dimension(1:nw+nwauxio), intent(in)  wnamei 
)

Definition at line 302 of file mod_slice.t.

Here is the call graph for this function: