Elmer FEM solver
Elmer is an open source finite element software for multiphysical problems
 All Classes Files Functions Variables Typedefs Macros Groups Pages
Integration.src File Reference

Data Types

module  integration
 
type  integration::gaussintegrationpoints_t
 

Functions/Subroutines

real(kind=dp) function evalpoly (n, P, x)
 
subroutine derivpoly (n, Q, P)
 
subroutine refineroots (n, P, Q, Points)
 

Function/Subroutine Documentation

subroutine computegausspoints1d::derivpoly ( integer  n,
real(kind=dp), dimension(n)  Q,
real(kind=dp), dimension(n+1)  P 
)

Referenced by integration::computegausspoints1d().

Here is the caller graph for this function:

real(kind=dp) function computegausspoints1d::evalpoly ( integer  n,
real(kind=dp), dimension(n+1)  P,
real(kind=dp)  x 
)

Referenced by integration::computegausspoints1d(), and refineroots().

Here is the caller graph for this function:

subroutine computegausspoints1d::refineroots ( integer  n,
real(kind=dp), dimension(n+1)  P,
real(kind=dp), dimension(n)  Q,
real(kind=dp), dimension(n)  Points 
)

References evalpoly().

Referenced by integration::computegausspoints1d().

Here is the call graph for this function:

Here is the caller graph for this function: