Skip to content

Commit 0e06555

Browse files
fix rebase bugs.
1 parent b251fc8 commit 0e06555

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

Source/FieldSolver/ImplicitSolvers/ThetaImplicitEM.H

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -123,11 +123,6 @@ private:
123123
*/
124124
void FinishFieldUpdate ( amrex::Real end_time );
125125

126-
/**
127-
* \brief Inititialize the BC masks for the curl curl operator
128-
*/
129-
void InitializeCurlCurlBCMasks ();
130-
131126
};
132127

133128
#endif

Source/NonlinearSolvers/MatrixPC.H

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -648,7 +648,7 @@ int MatrixPC<T,Ops>::Assemble (const T& a_U)
648648
int icol = num_nz_ptr[ridx_l];
649649
{
650650
int cidx_g_lhs = dof_arr(i,j,k,1);
651-
amrex::Real val = sigma_ii_arr(i,j,k,0);
651+
amrex::Real val = sigma_ii_arr(i,j,k,diag_MM_comp);
652652
auto flag = MatrixPCUtils::insertOrAdd( cidx_g_lhs, val,
653653
&c_indices_g_ptr[ridx_l*nnz_max],
654654
&a_ij_ptr[ridx_l*nnz_max],

0 commit comments

Comments
 (0)