MFIX  2016-1
vtk_out.f File Reference

Go to the source code of this file.

Functions/Subroutines

subroutine write_dbg_vtu_and_vtp_files
 
subroutine write_vtu_file (LCV, MODE)
 
subroutine open_vtu_file_bin (MODE)
 
subroutine write_geometry_in_vtu_bin (PASS)
 
subroutine write_scalar_in_vtu_bin (VAR_NAME, VAR, PASS)
 
subroutine write_vector_in_vtu_bin (VAR_NAME, VARX, VARY, VARZ, PASS)
 
subroutine close_vtu_file_bin (MODE)
 
subroutine open_pvd_file
 
subroutine update_and_close_pvd_file
 
subroutine write_cut_surface_vtk
 
subroutine gather_data
 
subroutine setup_vtk_no_cutcell
 
subroutine print_grid_statistics
 
subroutine clean_geometry
 
subroutine setup_vtk_region
 

Function/Subroutine Documentation

subroutine clean_geometry ( )

Definition at line 2807 of file vtk_out.f.

Here is the caller graph for this function:

subroutine close_vtu_file_bin ( integer  MODE)

Definition at line 1212 of file vtk_out.f.

Here is the call graph for this function:

Here is the caller graph for this function:

subroutine gather_data ( )

Definition at line 1700 of file vtk_out.f.

Here is the call graph for this function:

Here is the caller graph for this function:

subroutine open_pvd_file ( )

Definition at line 1299 of file vtk_out.f.

Here is the call graph for this function:

Here is the caller graph for this function:

subroutine open_vtu_file_bin ( integer  MODE)

Definition at line 355 of file vtk_out.f.

Here is the call graph for this function:

Here is the caller graph for this function:

subroutine print_grid_statistics ( )

Definition at line 2129 of file vtk_out.f.

Here is the caller graph for this function:

subroutine setup_vtk_no_cutcell ( )

Definition at line 1887 of file vtk_out.f.

Here is the call graph for this function:

Here is the caller graph for this function:

subroutine setup_vtk_region ( )

Definition at line 3053 of file vtk_out.f.

Here is the call graph for this function:

Here is the caller graph for this function:

subroutine update_and_close_pvd_file ( )

Definition at line 1403 of file vtk_out.f.

Here is the caller graph for this function:

subroutine write_cut_surface_vtk ( )

Definition at line 1470 of file vtk_out.f.

Here is the call graph for this function:

Here is the caller graph for this function:

subroutine write_dbg_vtu_and_vtp_files ( )

Definition at line 16 of file vtk_out.f.

Here is the call graph for this function:

Here is the caller graph for this function:

subroutine write_geometry_in_vtu_bin ( integer  PASS)

Definition at line 552 of file vtk_out.f.

Here is the caller graph for this function:

subroutine write_scalar_in_vtu_bin ( character (*)  VAR_NAME,
double precision, dimension(dimension_3)  VAR,
integer  PASS 
)

Definition at line 895 of file vtk_out.f.

Here is the call graph for this function:

Here is the caller graph for this function:

subroutine write_vector_in_vtu_bin ( character (*)  VAR_NAME,
double precision, dimension(dimension_3)  VARX,
double precision, dimension(dimension_3)  VARY,
double precision, dimension(dimension_3)  VARZ,
integer  PASS 
)

Definition at line 1048 of file vtk_out.f.

Here is the call graph for this function:

Here is the caller graph for this function:

subroutine write_vtu_file ( integer  LCV,
integer  MODE 
)

Definition at line 46 of file vtk_out.f.

Here is the call graph for this function:

Here is the caller graph for this function: