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

This module contains functions for interpolation in 6 node trianglar element (Langrange interpolation) More...

Functions/Subroutines

subroutine shapefunc_tri6n (areacoord, func)
 
subroutine shapederiv_tri6n (areacoord, func)
 
subroutine shape2ndderiv_tri6n (func)
 

Detailed Description

This module contains functions for interpolation in 6 node trianglar element (Langrange interpolation)

Function/Subroutine Documentation

◆ shape2ndderiv_tri6n()

subroutine shape_tri6n::shape2ndderiv_tri6n ( real(kind=kreal), dimension(6,2,2)  func)

Definition at line 48 of file tri6n.f90.

Here is the caller graph for this function:

◆ shapederiv_tri6n()

subroutine shape_tri6n::shapederiv_tri6n ( real(kind=kreal), dimension(2), intent(in)  areacoord,
real(kind=kreal), dimension(6,2)  func 
)

Definition at line 26 of file tri6n.f90.

Here is the caller graph for this function:

◆ shapefunc_tri6n()

subroutine shape_tri6n::shapefunc_tri6n ( real(kind=kreal), dimension(2), intent(in)  areacoord,
real(kind=kreal), dimension(6)  func 
)

Definition at line 12 of file tri6n.f90.

Here is the caller graph for this function: