Searched refs:tmpup (Results 1 – 1 of 1) sorted by relevance
544 PetscPointFn **tmpup; in PetscDSEnlarge_Static() local573 PetscCall(PetscCalloc2(NfNew, &tmpup, NfNew, &tmpctx)); in PetscDSEnlarge_Static()574 for (f = 0; f < Nf; ++f) tmpup[f] = prob->update[f]; in PetscDSEnlarge_Static()576 for (f = Nf; f < NfNew; ++f) tmpup[f] = NULL; in PetscDSEnlarge_Static()579 prob->update = tmpup; in PetscDSEnlarge_Static()