SFEMaNS  version 5.3
Reference documentation for SFEMaNS
fem_tn_axi Module Reference

Functions/Subroutines

subroutine dot_product (mesh, ff, gg, t)
 
subroutine ns_0 (mesh, ff, t)
 
subroutine ns_l1 (mesh, ff, t)
 
subroutine average (mesh, ff, t)
 
subroutine ns_anal_0 (mesh, ff, ff_anal, t)
 
subroutine ns_1 (mesh, ff, t)
 
subroutine nv_1 (mesh, mod_max, ff, t)
 
subroutine nv_0_cn (mesh, ff, p, t)
 

Function/Subroutine Documentation

subroutine fem_tn_axi::average ( type(mesh_type), target  mesh,
real(kind=8), dimension(:), intent(in)  ff,
real(kind=8), intent(out)  t 
)

Definition at line 138 of file fem_tn_axi.f90.

Here is the call graph for this function:

subroutine fem_tn_axi::dot_product ( type(mesh_type), target  mesh,
real(kind=8), dimension(:), intent(in)  ff,
real(kind=8), dimension(:), intent(in)  gg,
real(kind=8), intent(out)  t 
)

Definition at line 9 of file fem_tn_axi.f90.

Here is the call graph for this function:

Here is the caller graph for this function:

subroutine fem_tn_axi::ns_0 ( type(mesh_type), target  mesh,
real(kind=8), dimension(:), intent(in)  ff,
real(kind=8), intent(out)  t 
)

Definition at line 52 of file fem_tn_axi.f90.

Here is the call graph for this function:

Here is the caller graph for this function:

subroutine fem_tn_axi::ns_1 ( type(mesh_type), target  mesh,
real(kind=8), dimension(:), intent(in)  ff,
real(kind=8), intent(out)  t 
)

Definition at line 249 of file fem_tn_axi.f90.

Here is the call graph for this function:

Here is the caller graph for this function:

subroutine fem_tn_axi::ns_anal_0 ( type(mesh_type), target  mesh,
real(kind=8), dimension(:), intent(in)  ff,
real(kind=8), dimension(:), intent(in)  ff_anal,
real(kind=8), intent(out)  t 
)

Definition at line 201 of file fem_tn_axi.f90.

Here is the call graph for this function:

subroutine fem_tn_axi::ns_l1 ( type(mesh_type), target  mesh,
real(kind=8), dimension(:), intent(in)  ff,
real(kind=8), intent(out)  t 
)

Definition at line 96 of file fem_tn_axi.f90.

Here is the call graph for this function:

Here is the caller graph for this function:

subroutine fem_tn_axi::nv_0_cn ( type(mesh_type), target  mesh,
real(kind=8), dimension(mesh%np,6), intent(in)  ff,
real(kind=8), intent(out)  p,
real(kind=8), intent(out)  t 
)

Definition at line 364 of file fem_tn_axi.f90.

Here is the call graph for this function:

subroutine fem_tn_axi::nv_1 ( type(mesh_type), target  mesh,
integer, intent(in)  mod_max,
real(kind=8), dimension(6,mesh%np,0:mod_max), intent(in)  ff,
real(kind=8), intent(out)  t 
)

Definition at line 301 of file fem_tn_axi.f90.

Here is the call graph for this function: