8 integer,
parameter,
private :: kreal = kind(0.0d0)
12 real(kind=kreal),
intent(in) :: volcoord(3)
13 real(kind=kreal) :: func(4)
14 func(2:4) = volcoord(1:3)
15 func(1) = 1.d0-volcoord(1)-volcoord(2)-volcoord(3)
19 real(kind=kreal),
intent(out) :: func(4,3)
This module contains functions for interpolation in 4 node tetrahedron element (Langrange interpolati...
subroutine shapefunc_tet4n(volcoord, func)
subroutine shapederiv_tet4n(func)