Home
last modified time | relevance | path

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

/petsc/src/dm/dt/fe/impls/opencl/
H A Dfeopencl.c557 PetscCall(PetscDSGetResidual(prob, field, &f0_func, &f1_func)); in PetscFEIntegrateResidual_OpenCL()
/petsc/include/
H A Dpetscds.h146 PETSC_EXTERN PetscErrorCode PetscDSGetResidual(PetscDS, PetscInt, PetscPointFn **, PetscPointFn **);
/petsc/src/dm/dt/interface/
H A Ddtds.c1351 PetscErrorCode PetscDSGetResidual(PetscDS ds, PetscInt f, PetscPointFn **f0, PetscPointFn **f1) in PetscDSGetResidual() function
3758 PetscCall(PetscDSGetResidual(prob, f, &f0, &f1)); in PetscDSSelectEquations()