Searched refs:NdsNew (Results 1 – 1 of 1) sorted by relevance
5490 static PetscErrorCode DMDSEnlarge_Static(DM dm, PetscInt NdsNew) in DMDSEnlarge_Static() argument5496 if (Nds >= NdsNew) PetscFunctionReturn(PETSC_SUCCESS); in DMDSEnlarge_Static()5497 PetscCall(PetscMalloc1(NdsNew, &tmpd)); in DMDSEnlarge_Static()5499 for (s = Nds; s < NdsNew; ++s) { in DMDSEnlarge_Static()5505 dm->Nds = NdsNew; in DMDSEnlarge_Static()