Searched refs:tmpexactSol_t (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/dm/dt/interface/ |
| H A D | dtds.c | 545 PetscSimplePointFn **tmpexactSol, **tmpexactSol_t, **tmplowerBound, **tmpupperBound; in PetscDSEnlarge_Static() local 581 …PetscCall(PetscCalloc4(NfNew, &tmpexactSol, NfNew, &tmpexactCtx, NfNew, &tmpexactSol_t, NfNew, &tm… in PetscDSEnlarge_Static() 585 for (f = 0; f < Nf; ++f) tmpexactSol_t[f] = prob->exactSol_t[f]; in PetscDSEnlarge_Static() 593 for (f = Nf; f < NfNew; ++f) tmpexactSol_t[f] = NULL; in PetscDSEnlarge_Static() 603 prob->exactSol_t = tmpexactSol_t; in PetscDSEnlarge_Static()
|