Searched refs:tmplowerCtx (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/dm/dt/interface/ |
| H A D | dtds.c | 546 void **tmpexactCtx, **tmpexactCtx_t, **tmplowerCtx, **tmpupperCtx; in PetscDSEnlarge_Static() local 582 …PetscCall(PetscCalloc4(NfNew, &tmplowerBound, NfNew, &tmplowerCtx, NfNew, &tmpupperBound, NfNew, &… in PetscDSEnlarge_Static() 588 for (f = 0; f < Nf; ++f) tmplowerCtx[f] = prob->lowerCtx[f]; in PetscDSEnlarge_Static() 596 for (f = Nf; f < NfNew; ++f) tmplowerCtx[f] = NULL; in PetscDSEnlarge_Static() 606 prob->lowerCtx = tmplowerCtx; in PetscDSEnlarge_Static()
|