SFEMaNS  version 4.1 (work in progress)
Reference documentation for SFEMaNS
 All Classes Files Functions Variables Groups Pages
gauss_points_2d_p2.f90 File Reference

Go to the source code of this file.

Data Types

module  mod_gauss_points_2d_p2
 

Functions/Subroutines

subroutine element_2d_p2 (w, d, p)
 
subroutine element_2d_p2_boundary (face, d, w)
 
subroutine element_1d_p2 (w, d, p)
 

Function/Subroutine Documentation

subroutine gauss_points_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 
)
private

Definition at line 563 of file gauss_points_2d_p2.f90.

Here is the caller graph for this function:

subroutine gauss_points_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 
)

Definition at line 351 of file gauss_points_2d_p2.f90.

Here is the caller graph for this function:

subroutine gauss_points_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_g), intent(out)  w 
)
private

Definition at line 454 of file gauss_points_2d_p2.f90.

Here is the caller graph for this function: