Home
last modified time | relevance | path

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

/petsc/include/petsc/private/
H A Dpetscdsimpl.h112 PetscSimplePointFn **exactSol_t; // Time derivative of the exact solutions for each field member
/petsc/src/dm/dt/interface/
H A Ddtds.c585 for (f = 0; f < Nf; ++f) tmpexactSol_t[f] = prob->exactSol_t[f]; in PetscDSEnlarge_Static()
599 PetscCall(PetscFree4(prob->exactSol, prob->exactCtx, prob->exactSol_t, prob->exactCtx_t)); in PetscDSEnlarge_Static()
603 prob->exactSol_t = tmpexactSol_t; in PetscDSEnlarge_Static()
649 PetscCall(PetscFree4((*ds)->exactSol, (*ds)->exactCtx, (*ds)->exactSol_t, (*ds)->exactCtx_t)); in PetscDSDestroy()
2363 *sol = prob->exactSol_t[f]; in PetscDSGetExactSolutionTimeDerivative()
2395 prob->exactSol_t[f] = sol; in PetscDSSetExactSolutionTimeDerivative()