![]() |
FrontISTR
5.2.0
Large-scale structural analysis program with finit element method
|
Functions/Subroutines | |
subroutine, public | hecmw_cmat_init (cmat) |
subroutine, public | hecmw_cmat_finalize (cmat) |
subroutine, public | hecmw_cmat_clear (cmat) |
subroutine, public | hecmw_cmat_add (cmat, i, j, val) |
subroutine, public | hecmw_cmat_pack (cmat) |
subroutine, public | hecmw_cmat_multvec_add (cmat, X, Y, len) |
subroutine, public | hecmw_cmat_ass_bc (hecMAT, inode, idof, RHS) |
integer function, public | hecmw_cmat_n_newpair (hecMAT, symm) |
subroutine, public | hecmw_cmat_lu (hecMAT) |
subroutine, public | hecmw_cmat_lu_free (hecMAT) |
subroutine, public | hecmw_cmat_substitute (dest, src) |
subroutine, public hecmw_matrix_contact::hecmw_cmat_add | ( | type(hecmwst_matrix_contact) | cmat, |
integer(kind=kint) | i, | ||
integer(kind=kint) | j, | ||
real(kind=kreal), dimension(:,:) | val | ||
) |
Definition at line 114 of file hecmw_matrix_contact.f90.
subroutine, public hecmw_matrix_contact::hecmw_cmat_ass_bc | ( | type (hecmwst_matrix) | hecMAT, |
integer(kind=kint) | inode, | ||
integer(kind=kint) | idof, | ||
real(kind=kreal) | RHS | ||
) |
Definition at line 230 of file hecmw_matrix_contact.f90.
subroutine, public hecmw_matrix_contact::hecmw_cmat_clear | ( | type(hecmwst_matrix_contact) | cmat | ) |
subroutine, public hecmw_matrix_contact::hecmw_cmat_finalize | ( | type(hecmwst_matrix_contact) | cmat | ) |
Definition at line 35 of file hecmw_matrix_contact.f90.
subroutine, public hecmw_matrix_contact::hecmw_cmat_init | ( | type(hecmwst_matrix_contact) | cmat | ) |
Definition at line 27 of file hecmw_matrix_contact.f90.
subroutine, public hecmw_matrix_contact::hecmw_cmat_lu | ( | type (hecmwst_matrix) | hecMAT | ) |
Definition at line 306 of file hecmw_matrix_contact.f90.
subroutine, public hecmw_matrix_contact::hecmw_cmat_lu_free | ( | type (hecmwst_matrix) | hecMAT | ) |
Definition at line 361 of file hecmw_matrix_contact.f90.
subroutine, public hecmw_matrix_contact::hecmw_cmat_multvec_add | ( | type(hecmwst_matrix_contact) | cmat, |
real(kind=kreal), dimension(:) | X, | ||
real(kind=kreal), dimension(:) | Y, | ||
integer(kind=kint) | len | ||
) |
Definition at line 205 of file hecmw_matrix_contact.f90.
integer function, public hecmw_matrix_contact::hecmw_cmat_n_newpair | ( | type(hecmwst_matrix), intent(in) | hecMAT, |
integer, intent(in) | symm | ||
) |
Definition at line 276 of file hecmw_matrix_contact.f90.
subroutine, public hecmw_matrix_contact::hecmw_cmat_pack | ( | type(hecmwst_matrix_contact) | cmat | ) |
Definition at line 177 of file hecmw_matrix_contact.f90.
subroutine, public hecmw_matrix_contact::hecmw_cmat_substitute | ( | type(hecmwst_matrix_contact) | dest, |
type(hecmwst_matrix_contact) | src | ||
) |
Definition at line 368 of file hecmw_matrix_contact.f90.