![]() |
FrontISTR
5.7.0
Large-scale structural analysis program with finit element method
|
This module contains functions for interpolation in 2 node line element (Langrange interpolation) More...
Functions/Subroutines | |
subroutine | shapefunc_line2n (lcoord, func) |
subroutine | shapederiv_line2n (func) |
subroutine | shape2ndderiv_line2n (func) |
This module contains functions for interpolation in 2 node line element (Langrange interpolation)
subroutine shape_line2n::shape2ndderiv_line2n | ( | real(kind=kreal), dimension(2,1,1) | func | ) |
Definition at line 25 of file line2n.f90.
subroutine shape_line2n::shapederiv_line2n | ( | real(kind=kreal), dimension(2,1) | func | ) |
subroutine shape_line2n::shapefunc_line2n | ( | real(kind=kreal), dimension(1), intent(in) | lcoord, |
real(kind=kreal), dimension(2) | func | ||
) |