Home
last modified time | relevance | path

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

/petsc/src/dm/dt/interface/
H A Ddtds.c546 void **tmpexactCtx, **tmpexactCtx_t, **tmplowerCtx, **tmpupperCtx; in PetscDSEnlarge_Static() local
581 …PetscCall(PetscCalloc4(NfNew, &tmpexactSol, NfNew, &tmpexactCtx, NfNew, &tmpexactSol_t, NfNew, &tm… in PetscDSEnlarge_Static()
584 for (f = 0; f < Nf; ++f) tmpexactCtx[f] = prob->exactCtx[f]; in PetscDSEnlarge_Static()
592 for (f = Nf; f < NfNew; ++f) tmpexactCtx[f] = NULL; in PetscDSEnlarge_Static()
602 prob->exactCtx = tmpexactCtx; in PetscDSEnlarge_Static()