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

Public Member Functions

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)
 
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)
 
subroutine write_restart_maxwell (communicator, H_mesh, phi_mesh, time, list_mode, Hn, Hn1, Bn, Bn1, phin, phin1, filename, it, freq_restart, opt_mono)
 
subroutine read_restart_maxwell (communicator, H_mesh, phi_mesh, time, list_mode, Hn, Hn1, Bn, Bn1, phin, phin1, filename, val_init, interpol, opt_mono)
 
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)
 

Detailed Description

Definition at line 4 of file restart.f90.

Member 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 
)

Definition at line 374 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 
)

Definition at line 99 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 611 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 
)

Definition at line 280 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 
)

Definition at line 8 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 534 of file restart.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: