8 integer,
parameter,
private :: kreal = kind(0.0d0)
12 real(kind=kreal),
intent(in) :: areacoord(2)
13 real(kind=kreal) :: func(3)
14 func(1:2) = areacoord(1:2)
15 func(3) = 1.d0-areacoord(1)-areacoord(2)
19 real(kind=kreal) :: func(3,2)
30 real(kind=kreal) :: func(3,2,2)
44 real(kind = kreal),
intent(out) :: nncoord(3, 2)
This module contains functions for interpolation in 3 node trianglar element (Langrange interpolation...
subroutine shape2ndderiv_tri3n(func)
subroutine nodalnaturalcoord_tri3n(nncoord)
subroutine shapefunc_tri3n(areacoord, func)
subroutine shapederiv_tri3n(func)