Skip to content

Commit

Permalink
Merge pull request #25954 from lindsayad/relax-assert-24137
Browse files Browse the repository at this point in the history
Remove assertion of libMesh system number equivalence in block Jacobian computation
  • Loading branch information
lindsayad authored Nov 3, 2023
2 parents 4418c94 + ba0a111 commit df1150a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion framework/src/problems/FEProblemBase.C
Original file line number Diff line number Diff line change
Expand Up @@ -6593,7 +6593,6 @@ FEProblemBase::computeJacobianBlock(SparseMatrix<Number> & jacobian,
JacobianBlock jac_block(precond_system, jacobian, ivar, jvar);
std::vector<JacobianBlock *> blocks = {&jac_block};
mooseAssert(_current_nl_sys, "This should be non-null");
mooseAssert(&_current_nl_sys->system() == &precond_system, "libMesh systems should match");
computeJacobianBlocks(blocks, _current_nl_sys->number());
}

Expand Down

0 comments on commit df1150a

Please sign in to comment.