![]() |
FrontISTR
5.7.0
Large-scale structural analysis program with finit element method
|
This module contains functions to set velocity boundary condition in dynamic analysis. More...
Functions/Subroutines | |
subroutine | dynamic_mat_ass_bc_vl (hecMESH, hecMAT, fstrSOLID, fstrDYNAMIC, fstrPARAM, hecLagMAT, iter, conMAT) |
This subrouitne set velocity boundary condition in dynamic analysis. More... | |
subroutine | dynamic_bc_init_vl (hecMESH, hecMAT, fstrSOLID, fstrDYNAMIC) |
This function sets initial condition of velocity. More... | |
subroutine | dynamic_explicit_ass_vl (hecMESH, hecMAT, fstrSOLID, fstrDYNAMIC, iter) |
This module contains functions to set velocity boundary condition in dynamic analysis.
subroutine m_dynamic_mat_ass_bc_vl::dynamic_bc_init_vl | ( | type(hecmwst_local_mesh) | hecMESH, |
type(hecmwst_matrix) | hecMAT, | ||
type(fstr_solid) | fstrSOLID, | ||
type(fstr_dynamic) | fstrDYNAMIC | ||
) |
This function sets initial condition of velocity.
Definition at line 165 of file dynamic_mat_ass_bc_vl.f90.
subroutine m_dynamic_mat_ass_bc_vl::dynamic_explicit_ass_vl | ( | type(hecmwst_local_mesh) | hecMESH, |
type(hecmwst_matrix) | hecMAT, | ||
type(fstr_solid) | fstrSOLID, | ||
type(fstr_dynamic) | fstrDYNAMIC, | ||
integer, optional | iter | ||
) |
Definition at line 212 of file dynamic_mat_ass_bc_vl.f90.
subroutine m_dynamic_mat_ass_bc_vl::dynamic_mat_ass_bc_vl | ( | 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 velocity boundary condition in dynamic analysis.
fstrparam | analysis control parameters |
heclagmat | type hecmwST_matrix_lagrange |
Definition at line 14 of file dynamic_mat_ass_bc_vl.f90.