![]() |
FrontISTR
5.7.0
Large-scale structural analysis program with finit element method
|
This module contains functions for interpolation in 3 nodes line element (Langrange interpolation) More...
Functions/Subroutines | |
subroutine | shapefunc_line3n (lcoord, func) |
subroutine | shapederiv_line3n (lcoord, func) |
subroutine | shape2ndderiv_line3n (func) |
This module contains functions for interpolation in 3 nodes line element (Langrange interpolation)
subroutine shape_line3n::shape2ndderiv_line3n | ( | real(kind=kreal), dimension(3,1,1) | func | ) |
Definition at line 28 of file line3n.f90.
subroutine shape_line3n::shapederiv_line3n | ( | real(kind=kreal), dimension(1), intent(in) | lcoord, |
real(kind=kreal), dimension(3,1) | func | ||
) |
subroutine shape_line3n::shapefunc_line3n | ( | real(kind=kreal), dimension(1), intent(in) | lcoord, |
real(kind=kreal), dimension(3) | func | ||
) |