Home
last modified time | relevance | path

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

/petsc/include/petsc/private/
H A Dpetscdsimpl.h113 …void **exactCtx_t; // Contexts for the time derivative of the exact solution f… member
/petsc/src/dm/dt/interface/
H A Ddtds.c586 for (f = 0; f < Nf; ++f) tmpexactCtx_t[f] = prob->exactCtx_t[f]; in PetscDSEnlarge_Static()
599 PetscCall(PetscFree4(prob->exactSol, prob->exactCtx, prob->exactSol_t, prob->exactCtx_t)); in PetscDSEnlarge_Static()
604 prob->exactCtx_t = tmpexactCtx_t; in PetscDSEnlarge_Static()
649 PetscCall(PetscFree4((*ds)->exactSol, (*ds)->exactCtx, (*ds)->exactSol_t, (*ds)->exactCtx_t)); in PetscDSDestroy()
2367 *ctx = prob->exactCtx_t[f]; in PetscDSGetExactSolutionTimeDerivative()
2399 prob->exactCtx_t[f] = ctx; in PetscDSSetExactSolutionTimeDerivative()