diff --git a/framework/src/utils/PetscDMMoose.C b/framework/src/utils/PetscDMMoose.C index d2a72af18a57..e4c966aa6a58 100644 --- a/framework/src/utils/PetscDMMoose.C +++ b/framework/src/utils/PetscDMMoose.C @@ -1913,17 +1913,6 @@ DMSetUp_Moose(DM dm) ierr = DMSetVariableBounds(dm, DMVariableBounds_Moose); CHKERRQ(ierr); } - else - { - /* - Fow now we don't implement even these, although a linear "Dirichlet" subproblem is - well-defined. - Creating the submatrix, however, might require extracting the submatrix preallocation from an - unassembled matrix. - */ - dm->ops->createglobalvector = 0; - dm->ops->creatematrix = 0; - } PetscFunctionReturn(0); }