SFEMaNS  version 5.3
Reference documentation for SFEMaNS
gp_2d_p2 Module Reference

Functions/Subroutines

subroutine, public element_2d_p2 (w, d, p, n_w, l_G)
 
subroutine, public element_2d_p2_boundary (face, d, w, n_w, l_Gs)
 
subroutine, public element_1d_p2 (w, d, p, n_ws, l_Gs)
 

Function/Subroutine Documentation

subroutine, public gp_2d_p2::element_1d_p2 ( 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 177 of file GP_2D_p2.f90.

Here is the caller graph for this function:

subroutine, public gp_2d_p2::element_2d_p2 ( 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_p2.f90.

Here is the caller graph for this function:

subroutine, public gp_2d_p2::element_2d_p2_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 91 of file GP_2D_p2.f90.

Here is the caller graph for this function: