Home
last modified time | relevance | path

Searched refs:PetscDSGetContext (Results 1 – 4 of 4) sorted by relevance

/petsc/doc/changes/
H A D316.md272 - `PetscDSGetContext()` now takes `void*` as return argument
/petsc/src/dm/dt/fv/interface/
H A Dfv.c1920 PetscCall(PetscDSGetContext(prob, field, &rctx)); in PetscFVIntegrateRHSFunction_Upwind()
2202 PetscCall(PetscDSGetContext(prob, field, &rctx)); in PetscFVIntegrateRHSFunction_LeastSquares()
/petsc/include/
H A Dpetscds.h164 PETSC_EXTERN PetscErrorCode PetscDSGetContext(PetscDS, PetscInt, PetscCtxRt);
/petsc/src/dm/dt/interface/
H A Ddtds.c1942 PetscErrorCode PetscDSGetContext(PetscDS ds, PetscInt f, PetscCtxRt ctx) in PetscDSGetContext() function
3926 PetscCall(PetscDSGetContext(ds, f, &ctx)); in PetscDSCopy()