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

Public Member Functions

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)
 

Detailed Description

Definition at line 4 of file fem_tn_axi.f90.

Member 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 137 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 8 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 51 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 248 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 200 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 95 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 363 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 300 of file fem_tn_axi.f90.

Here is the call graph for this function:


The documentation for this module was generated from the following file: