![]() |
FrontISTR
5.7.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, hecLagMAT, iter, conMAT, RHSvector) |
Add Essential Boundary Conditions. More... | |
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(hecmwst_matrix_lagrange) | hecLagMAT, | ||
integer(kind=kint) | iter, | ||
type(hecmwst_matrix), optional | conMAT, | ||
real(kind=kreal), dimension(:), optional | RHSvector | ||
) |
Add Essential Boundary Conditions.
[in] | cstep | current step |
hecmesh | hecmw mesh | |
hecmat | hecmw matrix | |
fstrsolid | fstr_solid | |
fstrparam | analysis control parameters | |
heclagmat | type hecmwST_matrix_lagrange | |
iter | NR iterations | |
conmat | hecmw matrix for contact only | |
rhsvector | only Right Hand Side vector |
Definition at line 14 of file fstr_AddBC.f90.