![]() |
SFEMaNS
version 5.3
Reference documentation for SFEMaNS
|
Functions/Subroutines | |
| real(kind=8) function | dot_product_sf (communicator, mesh, list_mode, v, w) |
| real(kind=8) function | norm_sf (communicator, norm_type, mesh, list_mode, v) |
| real(kind=8) function | norm_s (communicator, norm_type, mesh, list_mode, v) |
| real(kind=8) function | norm_s_l1_zero_mode (communicator, mesh, list_mode, v) |
| subroutine | integration_mode (communicator, norm_loc, norm_tot) |
| real(kind=8) function | norme_l2_champ_par (communicator, mesh, list_mode, v) |
| real(kind=8) function | norme_h1_champ_par (communicator, mesh, list_mode, v) |
| real(kind=8) function | norme_div_par (communicator, H_mesh, list_mode, v) |
| real(kind=8) function | norme_curl_par (communicator, H_mesh, list_mode, v) |
| subroutine | angular_momentum (mesh, list_mode, field, moments_out) |
| subroutine | moments (communicator, H_mesh, list_mode, v, dipole_out, quadripole_out) |
| subroutine tn_axi::angular_momentum | ( | type(mesh_type), intent(in) | mesh, |
| integer, dimension(:), intent(in) | list_mode, | ||
| real(kind=8), dimension(:,:,:), intent(in) | field, | ||
| real(kind=8), dimension(3), intent(out) | moments_out | ||
| ) |
| real(kind=8) function tn_axi::dot_product_sf | ( | dimension(2) | communicator, |
| 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 10 of file tn_axi.f90.


| subroutine tn_axi::integration_mode | ( | communicator, | |
| real(kind=8), intent(in) | norm_loc, | ||
| real(kind=8), intent(out) | norm_tot | ||
| ) |
| subroutine tn_axi::moments | ( | communicator, | |
| type(mesh_type), intent(in) | H_mesh, | ||
| integer, dimension(:), intent(in) | list_mode, | ||
| real(kind=8), dimension(:,:,:), intent(in) | v, | ||
| real(kind=8), dimension(3), intent(out) | dipole_out, | ||
| real(kind=8), dimension(3,3), intent(out) | quadripole_out | ||
| ) |
Definition at line 313 of file tn_axi.f90.
| real(kind=8) function tn_axi::norm_s | ( | dimension(2) | communicator, |
| character(*), intent(in) | norm_type, | ||
| type(mesh_type), intent(in) | mesh, | ||
| integer, dimension(:), intent(in) | list_mode, | ||
| real(kind=8), dimension(:,:,:), intent(in) | v | ||
| ) |
Definition at line 88 of file tn_axi.f90.


| real(kind=8) function tn_axi::norm_s_l1_zero_mode | ( | dimension(2) | communicator, |
| type(mesh_type), intent(in) | mesh, | ||
| integer, dimension(:), intent(in) | list_mode, | ||
| real(kind=8), dimension(:,:,:), intent(in) | v | ||
| ) |
Definition at line 135 of file tn_axi.f90.


| real(kind=8) function tn_axi::norm_sf | ( | dimension(2) | communicator, |
| character(*), intent(in) | norm_type, | ||
| type(mesh_type), intent(in) | mesh, | ||
| integer, dimension(:), intent(in) | list_mode, | ||
| real(kind=8), dimension(:,:,:), intent(in) | v | ||
| ) |
Definition at line 40 of file tn_axi.f90.


| real(kind=8) function tn_axi::norme_curl_par | ( | communicator, | |
| type(mesh_type), intent(in) | H_mesh, | ||
| integer, dimension(:), intent(in) | list_mode, | ||
| real(kind=8), dimension(:,:,:), intent(in) | v | ||
| ) |
| real(kind=8) function tn_axi::norme_div_par | ( | communicator, | |
| type(mesh_type), intent(in) | H_mesh, | ||
| integer, dimension(:), intent(in) | list_mode, | ||
| real(kind=8), dimension(:,:,:), intent(in) | v | ||
| ) |
Definition at line 223 of file tn_axi.f90.


| real(kind=8) function tn_axi::norme_h1_champ_par | ( | communicator, | |
| type(mesh_type), intent(in) | mesh, | ||
| integer, dimension(:), intent(in) | list_mode, | ||
| real(kind=8), dimension(:,:,:), intent(in) | v | ||
| ) |
Definition at line 206 of file tn_axi.f90.


| real(kind=8) function tn_axi::norme_l2_champ_par | ( | communicator, | |
| type(mesh_type), intent(in) | mesh, | ||
| integer, dimension(:), intent(in) | list_mode, | ||
| real(kind=8), dimension(:,:,:), intent(in) | v | ||
| ) |
Definition at line 185 of file tn_axi.f90.

