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

Jacobian calculation. More...

Functions/Subroutines

subroutine hecmw_jacob_361 (hecMESH, iElem, DET, W, N, NX, NY, NZ)
 
subroutine hecmw_jacob_361_surface (hecMESH, iElem, iSurface, NOD, DET, H)
 

Detailed Description

Jacobian calculation.

Function/Subroutine Documentation

◆ hecmw_jacob_361()

subroutine hecmw_jacob361::hecmw_jacob_361 ( type(hecmwst_local_mesh hecMESH,
integer(kind=kint)  iElem,
real(kind=kreal)  DET,
real(kind=kreal), dimension(8)  W,
real(kind=kreal), dimension(8,8)  N,
real(kind=kreal), dimension(8,8)  NX,
real(kind=kreal), dimension(8,8)  NY,
real(kind=kreal), dimension(8,8)  NZ 
)

Definition at line 11 of file hecmw_Jacob_361.f90.

◆ hecmw_jacob_361_surface()

subroutine hecmw_jacob361::hecmw_jacob_361_surface ( type(hecmwst_local_mesh hecMESH,
integer(kind=kint)  iElem,
integer(kind=kint)  iSurface,
integer(kind=kint), dimension(4)  NOD,
real(kind=kreal)  DET,
real(kind=kreal), dimension(2,2,4)  H 
)

Definition at line 204 of file hecmw_Jacob_361.f90.