![]() |
FrontISTR
5.7.0
Large-scale structural analysis program with finit element method
|
This module contains functions for interpolation in 6 node trianglar element (Langrange interpolation) More...
Functions/Subroutines | |
subroutine | shapefunc_tri6n (areacoord, func) |
subroutine | shapederiv_tri6n (areacoord, func) |
subroutine | shape2ndderiv_tri6n (func) |
This module contains functions for interpolation in 6 node trianglar element (Langrange interpolation)
subroutine shape_tri6n::shape2ndderiv_tri6n | ( | real(kind=kreal), dimension(6,2,2) | func | ) |
subroutine shape_tri6n::shapederiv_tri6n | ( | real(kind=kreal), dimension(2), intent(in) | areacoord, |
real(kind=kreal), dimension(6,2) | func | ||
) |