SFEMaNS  version 5.3
Reference documentation for SFEMaNS
gauss_points Module Reference

Functions/Subroutines

subroutine gauss (mesh)
 

Variables

integer, public k_d
 
integer, public n_w
 
integer, public l_g
 
integer, public n_ws
 
integer, public l_gs
 
real(kind=8), dimension(:,:), pointer ww
 
real(kind=8), dimension(:,:), pointer wws
 
real(kind=8), dimension(:,:,:,:), pointer dw
 
real(kind=8), dimension(:,:,:), pointer rnorms
 
real(kind=8), dimension(:,:), pointer rj
 
real(kind=8), dimension(:,:), pointer rjs
 
real(kind=8), dimension(:,:,:,:), pointer dw_s
 
real(kind=8), dimension(:,:,:,:), pointer dwps
 
real(kind=8), dimension(:,:,:,:), pointer dws
 

Function/Subroutine Documentation

subroutine gauss_points::gauss ( type(mesh_type mesh)

Definition at line 24 of file associate_gauss.f90.

Here is the caller graph for this function:

Variable Documentation

real(kind=8), dimension(:, :, :, :), pointer gauss_points::dw

Definition at line 12 of file associate_gauss.f90.

real(kind=8), dimension(:, :, :, :), pointer gauss_points::dw_s

Definition at line 16 of file associate_gauss.f90.

real(kind=8), dimension(:, :, :, :), pointer gauss_points::dwps

Definition at line 17 of file associate_gauss.f90.

real(kind=8), dimension(:, :, :, :), pointer gauss_points::dws

Definition at line 18 of file associate_gauss.f90.

integer, public gauss_points::k_d

Definition at line 9 of file associate_gauss.f90.

integer, public gauss_points::l_g

Definition at line 9 of file associate_gauss.f90.

integer, public gauss_points::l_gs

Definition at line 9 of file associate_gauss.f90.

integer, public gauss_points::n_w

Definition at line 9 of file associate_gauss.f90.

integer, public gauss_points::n_ws

Definition at line 9 of file associate_gauss.f90.

real(kind=8), dimension(:, :), pointer gauss_points::rj

Definition at line 14 of file associate_gauss.f90.

real(kind=8), dimension(:, :), pointer gauss_points::rjs

Definition at line 15 of file associate_gauss.f90.

real(kind=8), dimension(:, :, :), pointer gauss_points::rnorms

Definition at line 13 of file associate_gauss.f90.

real(kind=8), dimension(:, :), pointer gauss_points::ww

Definition at line 10 of file associate_gauss.f90.

real(kind=8), dimension(:, :), pointer gauss_points::wws

Definition at line 11 of file associate_gauss.f90.