![]() |
FrontISTR
5.7.0
Large-scale structural analysis program with finit element method
|
This module contains functions for interpolation in 9 node quadrilateral element. More...
Functions/Subroutines | |
subroutine | shapefunc_quad9n (lcoord, func) |
subroutine | shapederiv_quad9n (lcoord, func) |
subroutine | nodalnaturalcoord_quad9n (nncoord) |
This module contains functions for interpolation in 9 node quadrilateral element.
subroutine shape_quad9n::nodalnaturalcoord_quad9n | ( | real(kind = kreal), dimension(9, 2), intent(out) | nncoord | ) |
subroutine shape_quad9n::shapederiv_quad9n | ( | real(kind = kreal), dimension(2), intent(in) | lcoord, |
real(kind = kreal), dimension(9, 2), intent(out) | func | ||
) |
subroutine shape_quad9n::shapefunc_quad9n | ( | real(kind = kreal), dimension(2), intent(in) | lcoord, |
real(kind = kreal), dimension(9), intent(out) | func | ||
) |