Home
last modified time | relevance | path

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

/petsc/include/
H A Dpetscds.h166 PETSC_EXTERN PetscErrorCode PetscDSGetBdResidual(PetscDS, PetscInt, PetscBdPointFn **, PetscBdPoint…
/petsc/src/dm/dt/interface/
H A Ddtds.c2000 PetscErrorCode PetscDSGetBdResidual(PetscDS ds, PetscInt f, PetscBdPointFn **f0, PetscBdPointFn **f… in PetscDSGetBdResidual() function
3759 PetscCall(PetscDSGetBdResidual(prob, f, &f0Bd, &f1Bd)); in PetscDSSelectEquations()