Searched refs:DMPlexInsertBounds (Results 1 – 4 of 4) sorted by relevance
| /petsc/doc/changes/ |
| H A D | 324.md | 176 - Add `DMPlexInsertBounds()`
|
| /petsc/src/snes/utils/ |
| H A D | dmplexsnes.c | 1089 PetscCall(DMPlexInsertBounds(dm, PETSC_TRUE, 0., lb)); in DMPlexSetSNESVariableBounds() 1090 PetscCall(DMPlexInsertBounds(dm, PETSC_FALSE, 0., ub)); in DMPlexSetSNESVariableBounds()
|
| /petsc/include/ |
| H A D | petscdmplex.h | 378 PETSC_EXTERN PetscErrorCode DMPlexInsertBounds(DM, PetscBool, PetscReal, Vec);
|
| /petsc/src/dm/impls/plex/ |
| H A D | plexfem.c | 1379 PetscErrorCode DMPlexInsertBounds(DM dm, PetscBool lower, PetscReal time, Vec locB) in DMPlexInsertBounds() function
|