Home
last modified time | relevance | path

Searched refs:NdsNew (Results 1 – 1 of 1) sorted by relevance

/petsc/src/dm/interface/
H A Ddm.c5490 static PetscErrorCode DMDSEnlarge_Static(DM dm, PetscInt NdsNew) in DMDSEnlarge_Static() argument
5496 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()