![]() |
FrontISTR
5.9.0
Large-scale structural analysis program with finit element method
|
Essential boundary conditions kept as per-DOF marks and values so that they can be imposed on the matrix after the MPC processing. More...
Functions/Subroutines | |
| subroutine, public | hecmw_ebc_init (hecMAT, hecEBC) |
| subroutine, public | hecmw_ebc_set (hecEBC, inode, idof, val) |
| subroutine, public | hecmw_ebc_apply (hecMESH, hecMAT, hecEBC, conMAT) |
| subroutine, public | hecmw_ebc_finalize (hecEBC) |
Essential boundary conditions kept as per-DOF marks and values so that they can be imposed on the matrix after the MPC processing.
| subroutine, public hecmw_ebc_defer::hecmw_ebc_apply | ( | type (hecmwst_local_mesh), intent(in) | hecMESH, |
| type (hecmwst_matrix), intent(inout) | hecMAT, | ||
| type (hecmwst_ebc), intent(inout) | hecEBC, | ||
| type (hecmwst_matrix), intent(inout), optional | conMAT | ||
| ) |
Definition at line 75 of file hecmw_ebc_defer.f90.
| subroutine, public hecmw_ebc_defer::hecmw_ebc_finalize | ( | type (hecmwst_ebc), intent(inout) | hecEBC | ) |
| subroutine, public hecmw_ebc_defer::hecmw_ebc_init | ( | type (hecmwst_matrix), intent(in) | hecMAT, |
| type (hecmwst_ebc), intent(inout) | hecEBC | ||
| ) |
Definition at line 33 of file hecmw_ebc_defer.f90.
| subroutine, public hecmw_ebc_defer::hecmw_ebc_set | ( | type (hecmwst_ebc), intent(inout) | hecEBC, |
| integer(kind=kint), intent(in) | inode, | ||
| integer(kind=kint), intent(in) | idof, | ||
| real(kind=kreal), intent(in) | val | ||
| ) |
Definition at line 53 of file hecmw_ebc_defer.f90.