![]() |
FrontISTR 5.2.0
Large-scale structural analysis program with finit element method
|
This module provides a function to deal with prescribed displacement. More...
Functions/Subroutines | |
subroutine | fstr_addbc (cstep, hecmesh, hecmat, fstrsolid, fstrparam, fstrmat, iter, conmat) |
Add Essential Boundary Conditions. | |
This module provides a function to deal with prescribed displacement.
subroutine m_fstr_addbc::fstr_addbc | ( | integer, intent(in) | cstep, |
type(hecmwst_local_mesh) | hecmesh, | ||
type(hecmwst_matrix) | hecmat, | ||
type(fstr_solid) | fstrsolid, | ||
type(fstr_param) | fstrparam, | ||
type(fstrst_matrix_contact_lagrange) | fstrmat, | ||
integer(kind=kint) | iter, | ||
type(hecmwst_matrix), optional | conmat | ||
) |
Add Essential Boundary Conditions.
[in] | cstep | current step |
hecmesh | hecmw mesh | |
hecmat | hecmw matrix | |
fstrsolid | fstr_solid | |
fstrparam | analysis control parameters | |
fstrmat | type fstrST_matrix_contact_lagrange | |
iter | NR iterations | |
conmat | hecmw matrix for contact only |
Definition at line 13 of file fstr_AddBC.f90.