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

Public Member Functions

subroutine, public solver_arpack_mhd (communicator, H_mesh, phi_mesh, dt, list_mode, mu_H_field)
 
subroutine arpack_maxwell_int_by_parts (communicator, H_mesh, phi_mesh, dt, list_mode, mu_H_field)
 
subroutine arpack_navier_stokes
 
subroutine, public post_proc_arpack (communicator, H_mesh, phi_mesh, list_mode, mu_H_field, eigen_vect)
 

Private Member Functions

subroutine arpack_not_sym (communicator, nb_vp, nconv, iter_max, tol_arpack, prodmat, eigen, eigen_vect, which, imode, list_mode, redo)
 

Detailed Description

Definition at line 1 of file template_arpack_mhd.f90.

Member Function/Subroutine Documentation

subroutine arpack_mhd::arpack_maxwell_int_by_parts ( dimension(2)  communicator,
type(mesh_type)  H_mesh,
type(mesh_type)  phi_mesh,
real(kind=8), intent(in)  dt,
integer, dimension(:), intent(in), pointer  list_mode,
real(kind=8), dimension(:), intent(in)  mu_H_field 
)

Definition at line 52 of file template_arpack_mhd.f90.

Here is the call graph for this function:

Here is the caller graph for this function:

subroutine arpack_mhd::arpack_navier_stokes ( )

Definition at line 251 of file template_arpack_mhd.f90.

Here is the caller graph for this function:

subroutine arpack_mhd::arpack_not_sym ( dimension(2)  communicator,
integer, intent(in)  nb_vp,
integer  nconv,
integer, intent(in)  iter_max,
real(kind=8), intent(inout)  tol_arpack,
  prodmat,
real(kind=8), dimension(nb_vp,2), intent(out)  eigen,
real(kind=8), dimension(:,:), intent(out)  eigen_vect,
character(len=2)  which,
integer, intent(in)  imode,
integer, dimension(:), intent(in), pointer  list_mode,
logical, intent(in)  redo 
)
private

Definition at line 257 of file template_arpack_mhd.f90.

Here is the call graph for this function:

Here is the caller graph for this function:

subroutine, public arpack_mhd::post_proc_arpack ( dimension(2)  communicator,
type(mesh_type), intent(in)  H_mesh,
type(mesh_type), intent(in)  phi_mesh,
integer, dimension(:), intent(in)  list_mode,
real(kind=8), dimension(:), intent(in)  mu_H_field,
real(kind=8), dimension(:,:,:), intent(in)  eigen_vect 
)

Definition at line 451 of file template_arpack_mhd.f90.

Here is the call graph for this function:

Here is the caller graph for this function:

subroutine, public arpack_mhd::solver_arpack_mhd ( dimension(2)  communicator,
type(mesh_type), intent(in)  H_mesh,
type(mesh_type), intent(in)  phi_mesh,
real(kind=8), intent(in)  dt,
integer, dimension(:), intent(in), pointer  list_mode,
real(kind=8), dimension(:), intent(in)  mu_H_field 
)

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