SFEMaNS  version 5.3
Reference documentation for SFEMaNS
restart Module Reference

Functions/Subroutines

subroutine write_restart_ns (communicator, vv_mesh, pp_mesh, time, list_mode, un, un_m1, pn, pn_m1, incpn, incpn_m1, filename, it, freq_restart, opt_level_set, opt_level_set_m1, opt_max_vel, opt_mono, opt_dt)
 
subroutine read_restart_ns (communicator, time, list_mode, un, un_m1, pn, pn_m1, incpn, incpn_m1, filename, val_init, interpol, opt_level_set, opt_level_set_m1, opt_max_vel, opt_mono, opt_it, opt_dt)
 
subroutine write_restart_ns_taylor (communicator, vv_mesh, pp_mesh, time, list_mode, un, der_un, pn, der_pn, filename, it, freq_restart, opt_level_set, opt_level_set_m1, opt_max_vel, opt_mono)
 
subroutine read_restart_ns_taylor (communicator, time, list_mode, un, der_un, pn, der_pn, filename, val_init, interpol, opt_level_set, opt_level_set_m1, opt_max_vel, opt_mono, opt_it)
 
subroutine write_restart_maxwell (communicator, H_mesh, phi_mesh, time, list_mode, Hn, Hn1, Bn, Bn1, phin, phin1, filename, it, freq_restart, opt_mono, opt_dt)
 
subroutine read_restart_maxwell (communicator, H_mesh, phi_mesh, time, list_mode, Hn, Hn1, Bn, Bn1, phin, phin1, filename, val_init, interpol, opt_mono, opt_it, opt_dt)
 
subroutine write_restart_temp (communicator, temp_mesh, time, list_mode, tempn, tempn_m1, filename, it, freq_restart, opt_mono)
 
subroutine read_restart_temp (communicator, time, list_mode, tempn, tempn_m1, filename, val_init, interpol, opt_mono)
 

Function/Subroutine Documentation

subroutine restart::read_restart_maxwell ( integer, dimension(:), intent(in)  communicator,
type(mesh_type), target  H_mesh,
type(mesh_type), target  phi_mesh,
real(kind=8), intent(out)  time,
integer, dimension(:)  list_mode,
real(kind=8), dimension(:,:,:), intent(out)  Hn,
real(kind=8), dimension(:,:,:), intent(out)  Hn1,
real(kind=8), dimension(:,:,:), intent(out)  Bn,
real(kind=8), dimension(:,:,:), intent(out)  Bn1,
real(kind=8), dimension(:,:,:), intent(out)  phin,
real(kind=8), dimension(:,:,:), intent(out)  phin1,
character(len=200), intent(in)  filename,
real(kind=8), intent(in), optional  val_init,
logical, intent(in), optional  interpol,
logical, intent(in), optional  opt_mono,
integer, intent(in), optional  opt_it,
real(kind=8), intent(in), optional  opt_dt 
)

Definition at line 781 of file restart.f90.

Here is the call graph for this function:

Here is the caller graph for this function:

subroutine restart::read_restart_ns ( integer, dimension(:), intent(in)  communicator,
real(kind=8), intent(out)  time,
integer, dimension(:)  list_mode,
real(kind=8), dimension(:,:,:), intent(out)  un,
real(kind=8), dimension(:,:,:), intent(out)  un_m1,
real(kind=8), dimension(:,:,:), intent(out)  pn,
real(kind=8), dimension(:,:,:), intent(out)  pn_m1,
real(kind=8), dimension(:,:,:), intent(out)  incpn,
real(kind=8), dimension(:,:,:), intent(out)  incpn_m1,
character(len=200), intent(in)  filename,
real(kind=8), intent(in), optional  val_init,
logical, intent(in), optional  interpol,
real(kind=8), dimension(:,:,:,:), intent(out), optional  opt_level_set,
real(kind=8), dimension(:,:,:,:), intent(out), optional  opt_level_set_m1,
real(kind=8), intent(out), optional  opt_max_vel,
logical, intent(in), optional  opt_mono,
integer, intent(in), optional  opt_it,
real(kind=8), intent(in), optional  opt_dt 
)

Definition at line 110 of file restart.f90.

Here is the call graph for this function:

Here is the caller graph for this function:

subroutine restart::read_restart_ns_taylor ( integer, dimension(:), intent(in)  communicator,
real(kind=8), intent(out)  time,
integer, dimension(:)  list_mode,
real(kind=8), dimension(:,:,:), intent(out)  un,
type(dyn_real_array_three), dimension(:), intent(out)  der_un,
real(kind=8), dimension(:,:,:), intent(out)  pn,
type(dyn_real_array_three), dimension(:), intent(out)  der_pn,
character(len=200), intent(in)  filename,
real(kind=8), intent(in), optional  val_init,
logical, intent(in), optional  interpol,
real(kind=8), dimension(:,:,:,:), intent(out), optional  opt_level_set,
real(kind=8), dimension(:,:,:,:), intent(out), optional  opt_level_set_m1,
real(kind=8), intent(out), optional  opt_max_vel,
logical, intent(in), optional  opt_mono,
integer, intent(in), optional  opt_it 
)

Definition at line 446 of file restart.f90.

Here is the call graph for this function:

Here is the caller graph for this function:

subroutine restart::read_restart_temp ( integer, dimension(:), intent(in)  communicator,
real(kind=8), intent(out)  time,
integer, dimension(:)  list_mode,
real(kind=8), dimension(:,:,:), intent(out)  tempn,
real(kind=8), dimension(:,:,:), intent(out)  tempn_m1,
character(len=200), intent(in)  filename,
real(kind=8), intent(in), optional  val_init,
logical, intent(in), optional  interpol,
logical, intent(in), optional  opt_mono 
)

Definition at line 1081 of file restart.f90.

Here is the call graph for this function:

Here is the caller graph for this function:

subroutine restart::write_restart_maxwell ( integer, dimension(:), intent(in)  communicator,
type(mesh_type), target  H_mesh,
type(mesh_type), target  phi_mesh,
real(kind=8), intent(in)  time,
integer, dimension(:), intent(in)  list_mode,
real(kind=8), dimension(:,:,:), intent(in)  Hn,
real(kind=8), dimension(:,:,:), intent(in)  Hn1,
real(kind=8), dimension(:,:,:), intent(in)  Bn,
real(kind=8), dimension(:,:,:), intent(in)  Bn1,
real(kind=8), dimension(:,:,:), intent(in)  phin,
real(kind=8), dimension(:,:,:), intent(in)  phin1,
character(len=200), intent(in)  filename,
integer, intent(in)  it,
integer, intent(in)  freq_restart,
logical, intent(in), optional  opt_mono,
real(kind=8), intent(in), optional  opt_dt 
)

Definition at line 677 of file restart.f90.

Here is the call graph for this function:

Here is the caller graph for this function:

subroutine restart::write_restart_ns ( integer, dimension(:), intent(in)  communicator,
type(mesh_type), target  vv_mesh,
type(mesh_type), target  pp_mesh,
real(kind=8), intent(in)  time,
integer, dimension(:), intent(in)  list_mode,
real(kind=8), dimension(:,:,:), intent(in)  un,
real(kind=8), dimension(:,:,:), intent(in)  un_m1,
real(kind=8), dimension(:,:,:), intent(in)  pn,
real(kind=8), dimension(:,:,:), intent(in)  pn_m1,
real(kind=8), dimension(:,:,:), intent(in)  incpn,
real(kind=8), dimension(:,:,:), intent(in)  incpn_m1,
character(len=200), intent(in)  filename,
integer, intent(in)  it,
integer, intent(in)  freq_restart,
real(kind=8), dimension(:,:,:,:), intent(in), optional  opt_level_set,
real(kind=8), dimension(:,:,:,:), intent(in), optional  opt_level_set_m1,
real(kind=8), intent(in), optional  opt_max_vel,
logical, intent(in), optional  opt_mono,
real(kind=8), intent(in), optional  opt_dt 
)

Definition at line 11 of file restart.f90.

Here is the call graph for this function:

Here is the caller graph for this function:

subroutine restart::write_restart_ns_taylor ( integer, dimension(:), intent(in)  communicator,
type(mesh_type), target  vv_mesh,
type(mesh_type), target  pp_mesh,
real(kind=8), intent(in)  time,
integer, dimension(:), intent(in)  list_mode,
real(kind=8), dimension(:,:,:), intent(in)  un,
type(dyn_real_array_three), dimension(:), intent(in)  der_un,
real(kind=8), dimension(:,:,:), intent(in)  pn,
type(dyn_real_array_three), dimension(:), intent(in)  der_pn,
character(len=200), intent(in)  filename,
integer, intent(in)  it,
integer, intent(in)  freq_restart,
real(kind=8), dimension(:,:,:,:), intent(in), optional  opt_level_set,
real(kind=8), dimension(:,:,:,:), intent(in), optional  opt_level_set_m1,
real(kind=8), intent(in), optional  opt_max_vel,
logical, intent(in), optional  opt_mono 
)

Definition at line 352 of file restart.f90.

Here is the call graph for this function:

Here is the caller graph for this function:

subroutine restart::write_restart_temp ( integer, dimension(:), intent(in)  communicator,
type(mesh_type), target  temp_mesh,
real(kind=8), intent(in)  time,
integer, dimension(:), intent(in)  list_mode,
real(kind=8), dimension(:,:,:), intent(in)  tempn,
real(kind=8), dimension(:,:,:), intent(in)  tempn_m1,
character(len=200), intent(in)  filename,
integer, intent(in)  it,
integer, intent(in)  freq_restart,
logical, intent(in), optional  opt_mono 
)

Definition at line 1004 of file restart.f90.

Here is the call graph for this function:

Here is the caller graph for this function: