Searched refs:tmpexactSol (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() 583 for (f = 0; f < Nf; ++f) tmpexactSol[f] = prob->exactSol[f]; in PetscDSEnlarge_Static() 591 for (f = Nf; f < NfNew; ++f) tmpexactSol[f] = NULL; in PetscDSEnlarge_Static() 601 prob->exactSol = tmpexactSol; in PetscDSEnlarge_Static()
|