Searched refs:tmpexactCtx_t (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 581 …scCalloc4(NfNew, &tmpexactSol, NfNew, &tmpexactCtx, NfNew, &tmpexactSol_t, NfNew, &tmpexactCtx_t)); in PetscDSEnlarge_Static() 586 for (f = 0; f < Nf; ++f) tmpexactCtx_t[f] = prob->exactCtx_t[f]; in PetscDSEnlarge_Static() 594 for (f = Nf; f < NfNew; ++f) tmpexactCtx_t[f] = NULL; in PetscDSEnlarge_Static() 604 prob->exactCtx_t = tmpexactCtx_t; in PetscDSEnlarge_Static()
|