![]() |
FrontISTR
5.9.0
Large-scale structural analysis program with finit element method
|
Shared predicates for finite-rotation nodal kinematics. More...
Functions/Subroutines | |
| logical function, public | fstr_uses_finite_rotation_kinematics (etype, nn, material) |
| logical function, public | fstr_has_finite_rotation_kinematics (hecMESH, fstrSOLID) |
| subroutine, public | fstr_mark_finite_rotation_nodes (hecMESH, fstrSOLID, ndof, shell_node_mode) |
Shared predicates for finite-rotation nodal kinematics.
| logical function, public m_fstr_finiterotationkinematics::fstr_has_finite_rotation_kinematics | ( | type (hecmwst_local_mesh), intent(in) | hecMESH, |
| type (fstr_solid), intent(in) | fstrSOLID | ||
| ) |
Definition at line 31 of file fstr_FiniteRotationKinematics.f90.
| subroutine, public m_fstr_finiterotationkinematics::fstr_mark_finite_rotation_nodes | ( | type (hecmwst_local_mesh), intent(in) | hecMESH, |
| type (fstr_solid), intent(in) | fstrSOLID, | ||
| integer(kind=kint), intent(in) | ndof, | ||
| integer(kind=kint), dimension(:), intent(out) | shell_node_mode | ||
| ) |
Definition at line 60 of file fstr_FiniteRotationKinematics.f90.
| logical function, public m_fstr_finiterotationkinematics::fstr_uses_finite_rotation_kinematics | ( | integer(kind=kint), intent(in) | etype, |
| integer(kind=kint), intent(in) | nn, | ||
| type(tmaterial), intent(in) | material | ||
| ) |
Definition at line 22 of file fstr_FiniteRotationKinematics.f90.