Searched refs:PetscPointExactSolutionFn (Results 1 – 3 of 3) sorted by relevance
| /petsc/include/ |
| H A D | petscdstypes.h | 242 typedef PetscErrorCode PetscPointExactSolutionFn(PetscInt dim, PetscReal t, const PetscReal x[], Pe… typedef
|
| H A D | petscds.h | 174 PETSC_EXTERN PetscErrorCode PetscDSGetExactSolution(PetscDS, PetscInt, PetscPointExactSolutionFn **… 175 PETSC_EXTERN PetscErrorCode PetscDSSetExactSolution(PetscDS, PetscInt, PetscPointExactSolutionFn *,… 176 …orCode PetscDSGetExactSolutionTimeDerivative(PetscDS, PetscInt, PetscPointExactSolutionFn **, void… 177 …orCode PetscDSSetExactSolutionTimeDerivative(PetscDS, PetscInt, PetscPointExactSolutionFn *, void …
|
| /petsc/src/dm/dt/interface/ |
| H A D | dtds.c | 2291 PetscErrorCode PetscDSGetExactSolution(PetscDS prob, PetscInt f, PetscPointExactSolutionFn **sol, v… in PetscDSGetExactSolution() 2322 PetscErrorCode PetscDSSetExactSolution(PetscDS prob, PetscInt f, PetscPointExactSolutionFn *sol, Pe… in PetscDSSetExactSolution() 2356 …PetscDSGetExactSolutionTimeDerivative(PetscDS prob, PetscInt f, PetscPointExactSolutionFn **sol, v… in PetscDSGetExactSolutionTimeDerivative() 2387 …PetscDSSetExactSolutionTimeDerivative(PetscDS prob, PetscInt f, PetscPointExactSolutionFn *sol, Pe… in PetscDSSetExactSolutionTimeDerivative()
|