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

Go to the source code of this file.

Data Types

module  mod_gauss_points_2d_p1
 

Functions/Subroutines

subroutine element_2d (w, d, p)
 Defines gauss quadrature for triangular element with linear interpolation and three Gauss integration points. More...
 
subroutine element_2d_boundary (face, d, w)
 Defines gauss quadrature for faces of triangular element with linear interpolation and two Gauss integration points. More...
 
subroutine element_1d (w, d, p)
 

Function/Subroutine Documentation

subroutine gauss_points_2d_p1::element_1d ( 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 462 of file gauss_points_2d_p1.f90.

Here is the caller graph for this function:

subroutine gauss_points_2d_p1::element_2d ( 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 
)

Defines gauss quadrature for triangular element with linear interpolation and three Gauss integration points.

Parameters
[out]w

Definition at line 347 of file gauss_points_2d_p1.f90.

Here is the caller graph for this function:

subroutine gauss_points_2d_p1::element_2d_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

Defines gauss quadrature for faces of triangular element with linear interpolation and two Gauss integration points.

Parameters
[in]face

Definition at line 396 of file gauss_points_2d_p1.f90.

Here is the caller graph for this function: