SFEMaNS  version 5.3
Reference documentation for SFEMaNS
fem_tn_ns_mhd Module Reference

Functions/Subroutines

real(kind=8) function norme_l1_one_mode (mesh, mode_idx, v)
 
real(kind=8) function norme_l2_champ (mesh, list_mode, v)
 
real(kind=8) function dot_product_champ (mesh, list_mode, v, w)
 
real(kind=8) function norme_h1_champ (mesh, list_mode, v)
 
real(kind=8) function norme_div (H_mesh, list_mode, v)
 
real(kind=8) function norme_curl (H_mesh, list_mode, v)
 
subroutine norme_interface (H_mesh, phi_mesh, INTERFACE, mu_H_field, mu_phi, H, phi, mode, x)
 
subroutine norme_interface_h_mu (H_mesh, INTERFACE, mu_H_field, H, x)
 

Function/Subroutine Documentation

real(kind=8) function fem_tn_ns_mhd::dot_product_champ ( type(mesh_type), intent(in)  mesh,
integer, dimension(:), intent(in)  list_mode,
real(kind=8), dimension(:,:,:), intent(in)  v,
real(kind=8), dimension(:,:,:), intent(in)  w 
)

Definition at line 93 of file fem_tn_navier_mhd.f90.

Here is the call graph for this function:

Here is the caller graph for this function:

real(kind=8) function fem_tn_ns_mhd::norme_curl ( type(mesh_type), intent(in)  H_mesh,
integer, dimension(:), intent(in)  list_mode,
real(kind=8), dimension(:,:,:), intent(in)  v 
)

Definition at line 297 of file fem_tn_navier_mhd.f90.

Here is the caller graph for this function:

real(kind=8) function fem_tn_ns_mhd::norme_div ( type(mesh_type), intent(in)  H_mesh,
integer, dimension(:), intent(in)  list_mode,
real(kind=8), dimension(:,:,:), intent(in), target  v 
)

Definition at line 198 of file fem_tn_navier_mhd.f90.

Here is the caller graph for this function:

real(kind=8) function fem_tn_ns_mhd::norme_h1_champ ( type(mesh_type), intent(in)  mesh,
integer, dimension(:), intent(in)  list_mode,
real(kind=8), dimension(:,:,:), intent(in)  v 
)

Definition at line 146 of file fem_tn_navier_mhd.f90.

Here is the call graph for this function:

Here is the caller graph for this function:

subroutine fem_tn_ns_mhd::norme_interface ( type(mesh_type), intent(in)  H_mesh,
type(mesh_type), intent(in)  phi_mesh,
type(interface_type), intent(in)  INTERFACE,
real(kind=8), dimension(:), intent(in)  mu_H_field,
real(kind=8), intent(in)  mu_phi,
real(kind=8), dimension(:,:), intent(in)  H,
real(kind=8), dimension(:,:), intent(in)  phi,
integer, intent(in)  mode,
real(kind=8), intent(out)  x 
)

Definition at line 395 of file fem_tn_navier_mhd.f90.

Here is the call graph for this function:

subroutine fem_tn_ns_mhd::norme_interface_h_mu ( type(mesh_type), intent(in)  H_mesh,
type(interface_type), intent(in)  INTERFACE,
real(kind=8), dimension(:), intent(in)  mu_H_field,
real(kind=8), dimension(:,:), intent(in)  H,
real(kind=8), intent(out)  x 
)

Definition at line 542 of file fem_tn_navier_mhd.f90.

Here is the call graph for this function:

real(kind=8) function fem_tn_ns_mhd::norme_l1_one_mode ( type(mesh_type), intent(in)  mesh,
integer  mode_idx,
real(kind=8), dimension(:,:,:), intent(in)  v 
)

Definition at line 11 of file fem_tn_navier_mhd.f90.

Here is the call graph for this function:

Here is the caller graph for this function:

real(kind=8) function fem_tn_ns_mhd::norme_l2_champ ( type(mesh_type), intent(in)  mesh,
integer, dimension(:), intent(in)  list_mode,
real(kind=8), dimension(:,:,:), intent(in)  v 
)

Definition at line 43 of file fem_tn_navier_mhd.f90.

Here is the call graph for this function:

Here is the caller graph for this function: