Skip to content

Commit

Permalink
Merge pull request idaholab#24808 from lindsayad/full-ainv-24807
Browse files Browse the repository at this point in the history
Make sure createglobalvector method is assigned
  • Loading branch information
lindsayad committed Jun 26, 2023
2 parents 82c18cc + bc8b171 commit d248923
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions framework/src/utils/PetscDMMoose.C
Expand Up @@ -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);
}

Expand Down

0 comments on commit d248923

Please sign in to comment.