Searched refs:PetscDSSetBdResidual (Results 1 – 3 of 3) sorted by relevance
| /petsc/src/dm/impls/plex/tests/ |
| H A D | ex39.c | 361 PetscCall(PetscDSSetBdResidual(prob, 0, f0_bd_u_linear, NULL)); in SetupProblem() 367 PetscCall(PetscDSSetBdResidual(prob, 0, f0_bd_u_sinusoid, NULL)); in SetupProblem()
|
| /petsc/include/ |
| H A D | petscds.h | 167 PETSC_EXTERN PetscErrorCode PetscDSSetBdResidual(PetscDS, PetscInt, PetscBdPointFn *, PetscBdPointF…
|
| /petsc/src/dm/dt/interface/ |
| H A D | dtds.c | 2036 PetscErrorCode PetscDSSetBdResidual(PetscDS ds, PetscInt f, PetscBdPointFn *f0, PetscBdPointFn *f1) in PetscDSSetBdResidual() function 3763 PetscCall(PetscDSSetBdResidual(newprob, fn, f0Bd, f1Bd)); in PetscDSSelectEquations()
|