![]() |
FrontISTR
5.8.0
Large-scale structural analysis program with finit element method
|
This module contains functions for interpolation in 8 node quadrilateral element (Serendipity interpolation) More...
Functions/Subroutines | |
| subroutine | shapefunc_quad8n (lcoord, func) |
| subroutine | shapederiv_quad8n (lcoord, func) |
| subroutine | shape2ndderiv_quad8n (lcoord, func) |
This module contains functions for interpolation in 8 node quadrilateral element (Serendipity interpolation)
| subroutine shape_quad8n::shape2ndderiv_quad8n | ( | real(kind=kreal), dimension(2), intent(in) | lcoord, |
| real(kind=kreal), dimension(8,2,2) | func | ||
| ) |
| subroutine shape_quad8n::shapederiv_quad8n | ( | real(kind=kreal), dimension(2), intent(in) | lcoord, |
| real(kind=kreal), dimension(8,2) | func | ||
| ) |
| subroutine shape_quad8n::shapefunc_quad8n | ( | real(kind=kreal), dimension(2), intent(in) | lcoord, |
| real(kind=kreal), dimension(8) | func | ||
| ) |