SFEMaNS  version 5.3
Reference documentation for SFEMaNS
sub_plot Module Reference

Functions/Subroutines

subroutine plot_vit_2d (jj, rr, uu)
 
subroutine plot_arrow (jj, rr, vv)
 
subroutine plot_pressure_2d (jj, rr, uu)
 
subroutine plot_loc_rel_var (jj, rr, vo, vv)
 
subroutine plot_pressure (jj, rr, uu)
 
subroutine plot_const_p1_label (jj, rr, uu, file_name)
 
subroutine plot_pressure_p1_label (jj, rr, uu, file_name)
 
subroutine plot_p1_cont_label (jj, jjs, sides, list, rr, uu, file_name)
 
subroutine plot_p1_matiere_label (jj, neigh, i_d, rr, uu, file_name)
 
subroutine plot_pressure_label (jj, rr, uu, file_name)
 
subroutine plot_arrow_label (jj, rr, vv, file_name)
 
subroutine plot_pressure_p2_label (jj, rr, uu, file_name)
 
subroutine plot_ensight_vecteur (u8, vit)
 
subroutine plot_ensight_scalaire (p8, pres)
 
subroutine plot_vorticity (jj, rr, zz, i)
 
subroutine plot_stream (jj, rr, pp, i)
 
subroutine plot_scalar_field (jj, rr, uu, file_name)
 
subroutine plot_two_scalar_field (jj, rr, uu, jj2, rr2, uu2, file_name)
 
subroutine plot_scalar_field_domain (jj, rr, id, index_dom, file_name)
 
subroutine vtk_p1_2d (mesh, champ, unit_file, file_name)
 
subroutine vtk_2d (mesh, champ, unit_file, file_name)
 
subroutine trace_profile (mesh, v, it, freq_plot, list_mode, nom_champ, num_dom)
 

Function/Subroutine Documentation

subroutine sub_plot::plot_arrow ( integer, dimension(:,:), intent(in)  jj,
real(kind=8), dimension(:,:), intent(in)  rr,
real(kind=8), dimension(:,:), intent(in)  vv 
)

Definition at line 73 of file sub_plot.f90.

subroutine sub_plot::plot_arrow_label ( integer, dimension(:,:), intent(in)  jj,
real(kind=8), dimension(:,:), intent(in)  rr,
real(kind=8), dimension(:,:), intent(in)  vv,
character(*)  file_name 
)

Definition at line 468 of file sub_plot.f90.

subroutine sub_plot::plot_const_p1_label ( integer, dimension(:,:), intent(in)  jj,
real(kind=8), dimension(:,:), intent(in)  rr,
real(kind=8), dimension(:), intent(in)  uu,
character(*)  file_name 
)

Definition at line 265 of file sub_plot.f90.

Here is the caller graph for this function:

subroutine sub_plot::plot_ensight_scalaire ( real(kind=8), dimension(:), intent(in)  p8,
character(len=*), intent(in)  pres 
)

Definition at line 607 of file sub_plot.f90.

subroutine sub_plot::plot_ensight_vecteur ( real(kind=8), dimension(:,:), intent(in)  u8,
character(len=*), intent(in)  vit 
)

Definition at line 584 of file sub_plot.f90.

subroutine sub_plot::plot_loc_rel_var ( integer, dimension(:,:), intent(in)  jj,
real(kind=8), dimension(:,:), intent(in)  rr,
real(kind=8), dimension(:,:), intent(in)  vo,
real(kind=8), dimension(:,:), intent(in)  vv 
)

Definition at line 183 of file sub_plot.f90.

subroutine sub_plot::plot_p1_cont_label ( integer, dimension(:,:), intent(in)  jj,
integer, dimension(:,:), intent(in)  jjs,
integer, dimension(:), intent(in)  sides,
integer, dimension(:), intent(in)  list,
real(kind=8), dimension(:,:), intent(in)  rr,
real(kind=8), dimension(:), intent(inout)  uu,
character(*)  file_name 
)

Definition at line 332 of file sub_plot.f90.

subroutine sub_plot::plot_p1_matiere_label ( integer, dimension(:,:), intent(in)  jj,
integer, dimension(:,:), intent(in)  neigh,
integer, dimension(:), intent(in)  i_d,
real(kind=8), dimension(:,:), intent(in)  rr,
real(kind=8), dimension(:), intent(inout)  uu,
character(*)  file_name 
)

Definition at line 377 of file sub_plot.f90.

subroutine sub_plot::plot_pressure ( integer, dimension(:,:), intent(in)  jj,
real(kind=8), dimension(:,:), intent(in)  rr,
real(kind=8), dimension(:), intent(inout)  uu 
)

Definition at line 236 of file sub_plot.f90.

subroutine sub_plot::plot_pressure_2d ( integer, dimension(:,:), intent(in)  jj,
real(kind=8), dimension(:,:), intent(in)  rr,
real(kind=8), dimension(:), intent(inout)  uu 
)

Definition at line 117 of file sub_plot.f90.

subroutine sub_plot::plot_pressure_label ( integer, dimension(:,:), intent(in)  jj,
real(kind=8), dimension(:,:), intent(in)  rr,
real(kind=8), dimension(:), intent(inout)  uu,
character(*)  file_name 
)

Definition at line 433 of file sub_plot.f90.

subroutine sub_plot::plot_pressure_p1_label ( integer, dimension(:,:), intent(in)  jj,
real(kind=8), dimension(:,:), intent(in)  rr,
real(kind=8), dimension(:), intent(inout)  uu,
character(*)  file_name 
)

Definition at line 298 of file sub_plot.f90.

subroutine sub_plot::plot_pressure_p2_label ( integer, dimension(:,:), intent(in)  jj,
real(kind=8), dimension(:,:), intent(in)  rr,
real(kind=8), dimension(:), intent(inout)  uu,
character(*)  file_name 
)

Definition at line 522 of file sub_plot.f90.

subroutine sub_plot::plot_scalar_field ( integer, dimension(:,:), intent(in)  jj,
real(kind=8), dimension(:,:), intent(in)  rr,
real(kind=8), dimension(:), intent(in)  uu,
character(*)  file_name 
)

Definition at line 704 of file sub_plot.f90.

Here is the caller graph for this function:

subroutine sub_plot::plot_scalar_field_domain ( integer, dimension(:,:), intent(in)  jj,
real(kind=8), dimension(:,:), intent(in)  rr,
integer, dimension(:), intent(in)  id,
integer, intent(in)  index_dom,
character(*)  file_name 
)

Definition at line 981 of file sub_plot.f90.

subroutine sub_plot::plot_stream ( integer, dimension(:,:), intent(in)  jj,
real(kind=8), dimension(:,:), intent(in)  rr,
real(kind=8), dimension(:), intent(in)  pp,
integer, intent(in)  i 
)

Definition at line 665 of file sub_plot.f90.

subroutine sub_plot::plot_two_scalar_field ( integer, dimension(:,:), intent(in)  jj,
real(kind=8), dimension(:,:), intent(in)  rr,
real(kind=8), dimension(:)  uu,
integer, dimension(:,:), intent(in)  jj2,
real(kind=8), dimension(:,:), intent(in)  rr2,
real(kind=8), dimension(:)  uu2,
character(*)  file_name 
)

Definition at line 854 of file sub_plot.f90.

subroutine sub_plot::plot_vit_2d ( integer, dimension(:,:), intent(in)  jj,
real(kind=8), dimension(:,:), intent(in)  rr,
real(kind=8), dimension(:), intent(inout)  uu 
)

Definition at line 9 of file sub_plot.f90.

subroutine sub_plot::plot_vorticity ( integer, dimension(:,:), intent(in)  jj,
real(kind=8), dimension(:,:), intent(in)  rr,
real(kind=8), dimension(:), intent(in)  zz,
integer, intent(in)  i 
)

Definition at line 628 of file sub_plot.f90.

subroutine sub_plot::trace_profile ( type(mesh_type mesh,
real(kind=8), dimension(:,:,:), intent(inout)  v,
integer, intent(in)  it,
integer, intent(in)  freq_plot,
integer, dimension(:), intent(in)  list_mode,
character(len=3), intent(in)  nom_champ,
integer, intent(in), optional  num_dom 
)

Definition at line 1209 of file sub_plot.f90.

Here is the call graph for this function:

subroutine sub_plot::vtk_2d ( type(mesh_type), target  mesh,
real(kind=8), dimension(:), intent(in)  champ,
integer, intent(in)  unit_file,
character(*), intent(in)  file_name 
)

Definition at line 1109 of file sub_plot.f90.

subroutine sub_plot::vtk_p1_2d ( type(mesh_type), target  mesh,
real(kind=8), dimension(:), intent(in)  champ,
integer, intent(in)  unit_file,
character(*), intent(in)  file_name 
)

Definition at line 1062 of file sub_plot.f90.