FrontISTR  5.7.0
Large-scale structural analysis program with finit element method
shape_quad4n Module Reference

This module contains functions for interpolation in 4 node qudrilateral element (Langrange interpolation) More...

Functions/Subroutines

subroutine shapefunc_quad4n (lcoord, func)
 
subroutine shapederiv_quad4n (lcoord, func)
 
subroutine shape2ndderiv_quad4n (func)
 
subroutine nodalnaturalcoord_quad4n (nncoord)
 

Detailed Description

This module contains functions for interpolation in 4 node qudrilateral element (Langrange interpolation)

Function/Subroutine Documentation

◆ nodalnaturalcoord_quad4n()

subroutine shape_quad4n::nodalnaturalcoord_quad4n ( real(kind = kreal), dimension(4, 2), intent(out)  nncoord)

Definition at line 53 of file quad4n.f90.

Here is the caller graph for this function:

◆ shape2ndderiv_quad4n()

subroutine shape_quad4n::shape2ndderiv_quad4n ( real(kind=kreal), dimension(4,2,2)  func)

Definition at line 35 of file quad4n.f90.

Here is the caller graph for this function:

◆ shapederiv_quad4n()

subroutine shape_quad4n::shapederiv_quad4n ( real(kind=kreal), dimension(2), intent(in)  lcoord,
real(kind=kreal), dimension(4,2)  func 
)

Definition at line 21 of file quad4n.f90.

Here is the caller graph for this function:

◆ shapefunc_quad4n()

subroutine shape_quad4n::shapefunc_quad4n ( real(kind=kreal), dimension(2), intent(in)  lcoord,
real(kind=kreal), dimension(4)  func 
)

Definition at line 12 of file quad4n.f90.

Here is the caller graph for this function: