![]() |
FrontISTR 5.2.0
Large-scale structural analysis program with finit element method
|
Functions/Subroutines | |
subroutine, public | hecmw_mpc_mat_init (hecmesh, hecmat, hecmeshmpc, hecmatmpc) |
subroutine, public | hecmw_mpc_mat_init_explicit (hecmesh, hecmat, hecmatmpc) |
subroutine, public | hecmw_mpc_mat_finalize (hecmesh, hecmat, hecmeshmpc, hecmatmpc) |
subroutine, public | hecmw_mpc_mat_finalize_explicit (hecmesh, hecmat, hecmatmpc) |
subroutine, public | hecmw_mpc_mat_ass (hecmesh, hecmat, hecmeshmpc, hecmatmpc) |
subroutine, public | hecmw_mpc_trans_rhs (hecmesh, hecmat, hecmatmpc) |
subroutine, public | hecmw_mpc_tback_sol (hecmesh, hecmat, hecmatmpc) |
subroutine, public | hecmw_mpc_trans_mass (hecmesh, hecmat, mass) |
subroutine, public | hecmw_mpc_tback_eigvec (hecmesh, hecmat, neig, eigvec) |
subroutine, public | hecmw_mpc_mark_slave (hecmesh, hecmat, mark) |
subroutine, public hecmw_mpc_prepost::hecmw_mpc_mark_slave | ( | type (hecmwst_local_mesh), intent(in) | hecmesh, |
type (hecmwst_matrix), intent(inout) | hecmat, | ||
integer(kind=kint), dimension(:), intent(out) | mark | ||
) |
subroutine, public hecmw_mpc_prepost::hecmw_mpc_mat_ass | ( | type (hecmwst_local_mesh), intent(in) | hecmesh, |
type (hecmwst_matrix), intent(inout) | hecmat, | ||
type (hecmwst_local_mesh), pointer | hecmeshmpc, | ||
type (hecmwst_matrix), pointer | hecmatmpc | ||
) |
subroutine, public hecmw_mpc_prepost::hecmw_mpc_mat_finalize | ( | type (hecmwst_local_mesh), intent(in) | hecmesh, |
type (hecmwst_matrix), intent(in) | hecmat, | ||
type (hecmwst_local_mesh), pointer | hecmeshmpc, | ||
type (hecmwst_matrix), pointer | hecmatmpc | ||
) |
subroutine, public hecmw_mpc_prepost::hecmw_mpc_mat_finalize_explicit | ( | type (hecmwst_local_mesh), intent(in) | hecmesh, |
type (hecmwst_matrix), intent(in) | hecmat, | ||
type (hecmwst_matrix), pointer | hecmatmpc | ||
) |
subroutine, public hecmw_mpc_prepost::hecmw_mpc_mat_init | ( | type (hecmwst_local_mesh), intent(inout), target | hecmesh, |
type (hecmwst_matrix), intent(in), target | hecmat, | ||
type (hecmwst_local_mesh), pointer | hecmeshmpc, | ||
type (hecmwst_matrix), pointer | hecmatmpc | ||
) |
subroutine, public hecmw_mpc_prepost::hecmw_mpc_mat_init_explicit | ( | type (hecmwst_local_mesh), intent(inout), target | hecmesh, |
type (hecmwst_matrix), intent(in), target | hecmat, | ||
type (hecmwst_matrix), pointer | hecmatmpc | ||
) |
subroutine, public hecmw_mpc_prepost::hecmw_mpc_tback_eigvec | ( | type (hecmwst_local_mesh), intent(in) | hecmesh, |
type (hecmwst_matrix), intent(inout) | hecmat, | ||
integer(kind=kint), intent(in) | neig, | ||
real(kind=kreal), dimension(:,:), intent(inout) | eigvec | ||
) |
subroutine, public hecmw_mpc_prepost::hecmw_mpc_tback_sol | ( | type (hecmwst_local_mesh), intent(in) | hecmesh, |
type (hecmwst_matrix), intent(inout) | hecmat, | ||
type (hecmwst_matrix), pointer | hecmatmpc | ||
) |
subroutine, public hecmw_mpc_prepost::hecmw_mpc_trans_mass | ( | type (hecmwst_local_mesh), intent(inout) | hecmesh, |
type (hecmwst_matrix), intent(inout) | hecmat, | ||
real(kind=kreal), dimension(:), intent(inout) | mass | ||
) |
subroutine, public hecmw_mpc_prepost::hecmw_mpc_trans_rhs | ( | type (hecmwst_local_mesh), intent(inout) | hecmesh, |
type (hecmwst_matrix), intent(inout) | hecmat, | ||
type (hecmwst_matrix), pointer | hecmatmpc | ||
) |