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

Public Member Functions

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)
 

Detailed Description

Definition at line 4 of file fem_tn_navier_mhd.f90.

Member 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 92 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 296 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 197 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 145 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 394 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 541 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 10 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 42 of file fem_tn_navier_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: