SFEMaNS  version 5.3
Reference documentation for SFEMaNS
gp_2d_p1 Module Reference

Functions/Subroutines

subroutine, public element_2d_p1 (w, d, p, n_w, l_G)
 
subroutine, public element_2d_p1_boundary (face, d, w, n_w, l_Gs)
 
subroutine, public element_1d_p1 (w, d, p, n_ws, l_Gs)
 
subroutine, public element_1d_p1_at_nodes (d, n_ws)
 

Function/Subroutine Documentation

subroutine, public gp_2d_p1::element_1d_p1 ( real(kind=8), dimension( n_ws, l_gs), intent(out)  w,
real(kind=8), dimension(1, n_ws, l_gs), intent(out)  d,
real(kind=8), dimension(l_gs), intent(out)  p,
integer, intent(in)  n_ws,
integer, intent(in)  l_Gs 
)

Definition at line 93 of file GP_2D_p1.f90.

Here is the caller graph for this function:

subroutine, public gp_2d_p1::element_1d_p1_at_nodes ( real(kind=8), dimension(n_ws, n_ws), intent(out)  d,
integer, intent(in)  n_ws 
)

Definition at line 121 of file GP_2D_p1.f90.

Here is the caller graph for this function:

subroutine, public gp_2d_p1::element_2d_p1 ( real(kind=8), dimension( n_w, l_g), intent(out)  w,
real(kind=8), dimension(2, n_w, l_g), intent(out)  d,
real(kind=8), dimension(l_g), intent(out)  p,
integer, intent(in)  n_w,
integer, intent(in)  l_G 
)

Definition at line 10 of file GP_2D_p1.f90.

Here is the caller graph for this function:

subroutine, public gp_2d_p1::element_2d_p1_boundary ( integer, intent(in)  face,
real(kind=8), dimension(2, n_w, l_gs), intent(out)  d,
real(kind=8), dimension( n_w, l_gs), intent(out)  w,
integer, intent(in)  n_w,
integer, intent(in)  l_Gs 
)

Definition at line 44 of file GP_2D_p1.f90.

Here is the caller graph for this function: