![]() |
FrontISTR
5.7.0
Large-scale structural analysis program with finit element method
|
This module contains functions for interpolation in 4 node qudrilateral element (Langrange interpolation) More...
Functions/Subroutines | |
subroutine | shapefunc_quad4n (lcoord, func) |
subroutine | shapederiv_quad4n (lcoord, func) |
subroutine | shape2ndderiv_quad4n (func) |
subroutine | nodalnaturalcoord_quad4n (nncoord) |
This module contains functions for interpolation in 4 node qudrilateral element (Langrange interpolation)
subroutine shape_quad4n::nodalnaturalcoord_quad4n | ( | real(kind = kreal), dimension(4, 2), intent(out) | nncoord | ) |
subroutine shape_quad4n::shape2ndderiv_quad4n | ( | real(kind=kreal), dimension(4,2,2) | func | ) |
subroutine shape_quad4n::shapederiv_quad4n | ( | real(kind=kreal), dimension(2), intent(in) | lcoord, |
real(kind=kreal), dimension(4,2) | func | ||
) |
subroutine shape_quad4n::shapefunc_quad4n | ( | real(kind=kreal), dimension(2), intent(in) | lcoord, |
real(kind=kreal), dimension(4) | func | ||
) |