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

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

Functions/Subroutines

subroutine shapefunc_tri3n (areacoord, func)
 
subroutine shapederiv_tri3n (func)
 
subroutine shape2ndderiv_tri3n (func)
 
subroutine nodalnaturalcoord_tri3n (nncoord)
 

Detailed Description

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

Function/Subroutine Documentation

◆ nodalnaturalcoord_tri3n()

subroutine shape_tri3n::nodalnaturalcoord_tri3n ( real(kind = kreal), dimension(3, 2), intent(out)  nncoord)

Definition at line 38 of file tri3n.f90.

Here is the caller graph for this function:

◆ shape2ndderiv_tri3n()

subroutine shape_tri3n::shape2ndderiv_tri3n ( real(kind=kreal), dimension(3,2,2)  func)

Definition at line 30 of file tri3n.f90.

Here is the caller graph for this function:

◆ shapederiv_tri3n()

subroutine shape_tri3n::shapederiv_tri3n ( real(kind=kreal), dimension(3,2)  func)

Definition at line 19 of file tri3n.f90.

Here is the caller graph for this function:

◆ shapefunc_tri3n()

subroutine shape_tri3n::shapefunc_tri3n ( real(kind=kreal), dimension(2), intent(in)  areacoord,
real(kind=kreal), dimension(3)  func 
)

Definition at line 12 of file tri3n.f90.

Here is the caller graph for this function: