FrontISTR  5.7.1
Large-scale structural analysis program with finit element method
hecmw_mpc_prepost Module Reference

Functions/Subroutines

subroutine, public hecmw_mpc_mat_init (hecMESH, hecMAT, hecMESHmpc, hecMATmpc, conMAT, conMATmpc)
 
subroutine, public hecmw_mpc_mat_init_explicit (hecMESH, hecMAT, hecMATmpc)
 
subroutine, public hecmw_mpc_mat_finalize (hecMESH, hecMAT, hecMESHmpc, hecMATmpc, conMATmpc)
 
subroutine, public hecmw_mpc_mat_finalize_explicit (hecMESH, hecMAT, hecMATmpc)
 
subroutine, public hecmw_mpc_mat_ass (hecMESH, hecMAT, hecMESHmpc, hecMATmpc, conMAT, conMATmpc, hecLagMAT)
 
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_check_solution (hecMESH, hecMAT)
 
subroutine, public hecmw_mpc_check_equation (hecMESH, hecMAT)
 

Function/Subroutine Documentation

◆ hecmw_mpc_check_equation()

subroutine, public hecmw_mpc_prepost::hecmw_mpc_check_equation ( type (hecmwst_local_mesh), intent(in)  hecMESH,
type (hecmwst_matrix), intent(in)  hecMAT 
)

Definition at line 622 of file hecmw_mpc_prepost.f90.

Here is the call graph for this function:

◆ hecmw_mpc_check_solution()

subroutine, public hecmw_mpc_prepost::hecmw_mpc_check_solution ( type (hecmwst_local_mesh), intent(in)  hecMESH,
type (hecmwst_matrix), intent(in)  hecMAT 
)

Definition at line 595 of file hecmw_mpc_prepost.f90.

Here is the call graph for this function:

◆ hecmw_mpc_mark_slave()

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 
)

Definition at line 435 of file hecmw_mpc_prepost.f90.

Here is the call graph for this function:

◆ hecmw_mpc_mat_ass()

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,
type (hecmwst_matrix), intent(in), optional  conMAT,
type (hecmwst_matrix), optional, pointer  conMATmpc,
type (hecmwst_matrix_lagrange), intent(inout), optional  hecLagMAT 
)

Definition at line 227 of file hecmw_mpc_prepost.f90.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ hecmw_mpc_mat_finalize()

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,
type (hecmwst_matrix), optional, pointer  conMATmpc 
)

Definition at line 141 of file hecmw_mpc_prepost.f90.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ hecmw_mpc_mat_finalize_explicit()

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 
)

Definition at line 192 of file hecmw_mpc_prepost.f90.

Here is the call graph for this function:

◆ hecmw_mpc_mat_init()

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,
type (hecmwst_matrix), intent(in), optional, target  conMAT,
type (hecmwst_matrix), optional, pointer  conMATmpc 
)

Definition at line 39 of file hecmw_mpc_prepost.f90.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ hecmw_mpc_mat_init_explicit()

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 
)

Definition at line 105 of file hecmw_mpc_prepost.f90.

Here is the call graph for this function:

◆ hecmw_mpc_tback_eigvec()

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 
)

Definition at line 402 of file hecmw_mpc_prepost.f90.

Here is the call graph for this function:

◆ hecmw_mpc_tback_sol()

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 
)

Definition at line 323 of file hecmw_mpc_prepost.f90.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ hecmw_mpc_trans_mass()

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 
)

Definition at line 365 of file hecmw_mpc_prepost.f90.

Here is the call graph for this function:

◆ hecmw_mpc_trans_rhs()

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 
)

Definition at line 284 of file hecmw_mpc_prepost.f90.

Here is the call graph for this function:
Here is the caller graph for this function: