![]() |
FrontISTR
5.7.0
Large-scale structural analysis program with finit element method
|
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) |
Jacobian calculation.
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.
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.