SFEMaNS  version 5.3
Reference documentation for SFEMaNS
vtk_viz Module Reference

Functions/Subroutines

subroutine, public check_list (communicator, file_list, check)
 
subroutine, public create_pvd_file (file_list, file_header, time_step, what)
 
subroutine, public create_xml_vtu_scal_file (field, mesh, file_name, field_name)
 
subroutine, public create_xml_vtu_vect_file (field, mesh, file_name, opt_st)
 
subroutine, public make_vtu_file_arpack (communicator, mesh, header, field, field_name, what, num_vp)
 
subroutine, public create_vtu_file_axi3d (field, mesh, file_name, opt_st)
 
subroutine, public make_vtu_file_3d (communicator, mesh, header, field, field_name, what, opt_it)
 
subroutine create_xml_vtu_file_3d (field, mesh, file_name, opt_st)
 

Function/Subroutine Documentation

subroutine, public vtk_viz::check_list (   communicator,
character(len=200), dimension(:), pointer  file_list,
integer  check 
)

Definition at line 14 of file plot_vtk.f90.

Here is the caller graph for this function:

subroutine, public vtk_viz::create_pvd_file ( character(*), dimension(:), intent(in)  file_list,
character(*), intent(in)  file_header,
integer, intent(in)  time_step,
character(*), intent(in)  what 
)

Definition at line 47 of file plot_vtk.f90.

Here is the caller graph for this function:

subroutine, public vtk_viz::create_vtu_file_axi3d ( real(kind=8), dimension(:,:,:), intent(in)  field,
type(mesh_type mesh,
character(*), intent(in)  file_name,
character(*), intent(in), optional  opt_st 
)

Definition at line 431 of file plot_vtk.f90.

subroutine vtk_viz::create_xml_vtu_file_3d ( real(kind=8), dimension(:,:), intent(in)  field,
type(mesh_type mesh,
character(*), intent(in)  file_name,
character(*), intent(in), optional  opt_st 
)

Definition at line 601 of file plot_vtk.f90.

Here is the call graph for this function:

Here is the caller graph for this function:

subroutine, public vtk_viz::create_xml_vtu_scal_file ( real(kind=8), dimension(:), intent(in)  field,
type(mesh_type mesh,
character(*), intent(in)  file_name,
character(*), intent(in)  field_name 
)

Definition at line 82 of file plot_vtk.f90.

Here is the caller graph for this function:

subroutine, public vtk_viz::create_xml_vtu_vect_file ( real(kind=8), dimension(:,:), intent(in)  field,
type(mesh_type mesh,
character(*), intent(in)  file_name,
character(*), intent(in), optional  opt_st 
)

Definition at line 225 of file plot_vtk.f90.

Here is the caller graph for this function:

subroutine, public vtk_viz::make_vtu_file_3d (   communicator,
type(mesh_type), intent(in)  mesh,
character(*), intent(in)  header,
real(kind=8), dimension(:,:), intent(in)  field,
character(*), intent(in)  field_name,
character(*), intent(in)  what,
integer, intent(in), optional  opt_it 
)

Definition at line 546 of file plot_vtk.f90.

Here is the call graph for this function:

Here is the caller graph for this function:

subroutine, public vtk_viz::make_vtu_file_arpack (   communicator,
type(mesh_type), intent(in)  mesh,
character(*), intent(in)  header,
real(kind=8), dimension(:,:), intent(in)  field,
character(*), intent(in)  field_name,
character(*), intent(in)  what,
integer, intent(in)  num_vp 
)

Definition at line 394 of file plot_vtk.f90.

Here is the call graph for this function:

Here is the caller graph for this function: