![]() |
FrontISTR
5.7.0
Large-scale structural analysis program with finit element method
|
This module contains functions to set acceleration boundary condition in dynamic analysis. More...
Functions/Subroutines | |
subroutine | dynamic_mat_ass_bc_ac (hecMESH, hecMAT, fstrSOLID, fstrDYNAMIC, fstrPARAM, hecLagMAT, iter, conMAT) |
This subrouitne set acceleration boundary condition in dynamic analysis. More... | |
subroutine | dynamic_bc_init_ac (hecMESH, hecMAT, fstrSOLID, fstrDYNAMIC) |
This function sets initial condition of acceleration. More... | |
subroutine | dynamic_explicit_ass_ac (hecMESH, hecMAT, fstrSOLID, fstrDYNAMIC, iter) |
This module contains functions to set acceleration boundary condition in dynamic analysis.
subroutine m_dynamic_mat_ass_bc_ac::dynamic_bc_init_ac | ( | type(hecmwst_local_mesh) | hecMESH, |
type(hecmwst_matrix) | hecMAT, | ||
type(fstr_solid) | fstrSOLID, | ||
type(fstr_dynamic) | fstrDYNAMIC | ||
) |
This function sets initial condition of acceleration.
Definition at line 158 of file dynamic_mat_ass_bc_ac.f90.
subroutine m_dynamic_mat_ass_bc_ac::dynamic_explicit_ass_ac | ( | type(hecmwst_local_mesh) | hecMESH, |
type(hecmwst_matrix) | hecMAT, | ||
type(fstr_solid) | fstrSOLID, | ||
type(fstr_dynamic) | fstrDYNAMIC, | ||
integer, optional | iter | ||
) |
Definition at line 208 of file dynamic_mat_ass_bc_ac.f90.
subroutine m_dynamic_mat_ass_bc_ac::dynamic_mat_ass_bc_ac | ( | type(hecmwst_local_mesh) | hecMESH, |
type(hecmwst_matrix) | hecMAT, | ||
type(fstr_solid) | fstrSOLID, | ||
type(fstr_dynamic) | fstrDYNAMIC, | ||
type(fstr_param) | fstrPARAM, | ||
type(hecmwst_matrix_lagrange) | hecLagMAT, | ||
integer, optional | iter, | ||
type(hecmwst_matrix), optional | conMAT | ||
) |
This subrouitne set acceleration boundary condition in dynamic analysis.
fstrparam | analysis control parameters |
heclagmat | type hecmwST_matrix_lagrange |
Definition at line 15 of file dynamic_mat_ass_bc_ac.f90.