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

Public Member Functions

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)
 

Detailed Description

Definition at line 4 of file sub_plot.f90.

Member 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 72 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 467 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 264 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 606 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 583 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 182 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 331 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 376 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 235 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 116 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 432 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 297 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 521 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 703 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 906 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 664 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 778 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 8 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 627 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 1134 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 1034 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 987 of file sub_plot.f90.


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