![]() |
FrontISTR
5.9.0
Large-scale structural analysis program with finit element method
|
This module provides unified element quality check functions using the elementInfo common API. More...
Functions/Subroutines | |
| subroutine, public | precheck_calc_vol_asp (ic_type, nn, xx, yy, zz, thick, vol, almax, almin) |
| Calculate volume and edge lengths (for aspect ratio) for any supported element type. More... | |
This module provides unified element quality check functions using the elementInfo common API.
| subroutine, public m_precheck_lib_elements::precheck_calc_vol_asp | ( | integer(kind=kint), intent(in) | ic_type, |
| integer(kind=kint), intent(in) | nn, | ||
| real(kind=kreal), dimension(:), intent(in) | xx, | ||
| real(kind=kreal), dimension(:), intent(in) | yy, | ||
| real(kind=kreal), dimension(:), intent(in) | zz, | ||
| real(kind=kreal), intent(in) | thick, | ||
| real(kind=kreal), intent(out) | vol, | ||
| real(kind=kreal), intent(out) | almax, | ||
| real(kind=kreal), intent(out) | almin | ||
| ) |
Calculate volume and edge lengths (for aspect ratio) for any supported element type.
Definition at line 20 of file precheck_LIB_elements.f90.