SFEMaNS  version 4.1 (work in progress)
Reference documentation for SFEMaNS
 All Classes Files Functions Variables Groups Pages
vtk_viz Module Reference

Public Member Functions

subroutine, public create_vtk_file (comm, field, mesh, file_name, opt_it)
 
subroutine, public check_list (communicator, file_list, check)
 
subroutine, public create_pvd_file (file_list, file_header, time_step, what)
 
subroutine, public create_vtu_scal_file (field, mesh, file_name, field_name)
 
subroutine, public create_vtu_vect_file (field, mesh, file_name, opt_st)
 
subroutine, public make_vtu_file_2d (communicator, mesh, header, field, field_name, what, opt_it)
 
subroutine, public make_vtu_file_arpack (communicator, mesh, header, field, field_name, what, num_vp)
 
subroutine, public make_vtu_file_axi3d (communicator, mesh, header, field, field_name, what, opt_it)
 
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, public create_vtu_file_3d (field, mesh, file_name, opt_st)
 
integer function nb_digit ()
 
subroutine, public make_vtu_file_scalar_2d (comm, mesh, header, field, field_name, what, opt_it)
 

Detailed Description

Definition at line 1 of file plot_vtk.f90.

Member Function/Subroutine Documentation

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

Definition at line 145 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 178 of file plot_vtk.f90.

Here is the caller graph for this function:

subroutine, public vtk_viz::create_vtk_file (   comm,
real(kind=8), dimension(:), intent(in)  field,
type(mesh_type)  mesh,
character(*), intent(in)  file_name,
integer, optional  opt_it 
)

Definition at line 14 of file plot_vtk.f90.

Here is the call graph for this function:

subroutine, public vtk_viz::create_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 689 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_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 522 of file plot_vtk.f90.

Here is the caller graph for this function:

subroutine, public vtk_viz::create_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 213 of file plot_vtk.f90.

Here is the caller graph for this function:

subroutine, public vtk_viz::create_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 296 of file plot_vtk.f90.

Here is the caller graph for this function:

subroutine, public vtk_viz::make_vtu_file_2d (   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 391 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_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 637 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 447 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_axi3d (   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 483 of file plot_vtk.f90.

Here is the call graph for this function:

subroutine, public vtk_viz::make_vtu_file_scalar_2d (   comm,
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 816 of file plot_vtk.f90.

Here is the call graph for this function:

integer function vtk_viz::nb_digit ( )

Definition at line 791 of file plot_vtk.f90.

Here is the call graph for this function:

Here is the caller graph for this function:


The documentation for this module was generated from the following file: