![]() |
FrontISTR
5.7.0
Large-scale structural analysis program with finit element method
|
This module contains functions for interpolation in 3 node trianglar element (Langrange interpolation) More...
Functions/Subroutines | |
subroutine | shapefunc_tri3n (areacoord, func) |
subroutine | shapederiv_tri3n (func) |
subroutine | shape2ndderiv_tri3n (func) |
subroutine | nodalnaturalcoord_tri3n (nncoord) |
This module contains functions for interpolation in 3 node trianglar element (Langrange interpolation)
subroutine shape_tri3n::nodalnaturalcoord_tri3n | ( | real(kind = kreal), dimension(3, 2), intent(out) | nncoord | ) |
subroutine shape_tri3n::shape2ndderiv_tri3n | ( | real(kind=kreal), dimension(3,2,2) | func | ) |
subroutine shape_tri3n::shapederiv_tri3n | ( | real(kind=kreal), dimension(3,2) | func | ) |