10 subroutine heat_mat_ass_boundary(hecMESH, hecMAT, hecMESHmpc, hecMATmpc, fstrHEAT, next_time, delta_time)
19 type(hecmwst_matrix) :: hecMAT
20 type(hecmwst_matrix),
pointer :: hecMATmpc
21 type(hecmwst_local_mesh) :: hecMESH
22 type(hecmwst_local_mesh),
pointer :: hecMESHmpc
23 real(kind=kreal) :: next_time, delta_time, beta
43 call hecmw_mpc_mat_ass(hecmesh, hecmat, hecmeshmpc, hecmatmpc)
44 call hecmw_mpc_trans_rhs(hecmesh, hecmat, hecmatmpc)