Home
last modified time | relevance | path

Searched refs:PetscDSGetExactSolutionTimeDerivative (Results 1 – 3 of 3) sorted by relevance

/petsc/include/
H A Dpetscds.h176 PETSC_EXTERN PetscErrorCode PetscDSGetExactSolutionTimeDerivative(PetscDS, PetscInt, PetscPointExac…
/petsc/src/dm/dt/interface/
H A Ddtds.c2356 PetscErrorCode PetscDSGetExactSolutionTimeDerivative(PetscDS prob, PetscInt f, PetscPointExactSolut… in PetscDSGetExactSolutionTimeDerivative() function
3871 PetscCall(PetscDSGetExactSolutionTimeDerivative(ds, f, &sol, &ctx)); in PetscDSCopyExactSolutions()
/petsc/src/dm/interface/
H A Ddm.c6295 …for (f = 0; f < dsNf; ++f) PetscCall(PetscDSGetExactSolutionTimeDerivative(ds, fields[f], &exacts[… in DMComputeExactSolution()