Home
last modified time | relevance | path

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

/petsc/doc/changes/
H A D324.md176 - Add `DMPlexInsertBounds()`
/petsc/src/snes/utils/
H A Ddmplexsnes.c1089 PetscCall(DMPlexInsertBounds(dm, PETSC_TRUE, 0., lb)); in DMPlexSetSNESVariableBounds()
1090 PetscCall(DMPlexInsertBounds(dm, PETSC_FALSE, 0., ub)); in DMPlexSetSNESVariableBounds()
/petsc/include/
H A Dpetscdmplex.h378 PETSC_EXTERN PetscErrorCode DMPlexInsertBounds(DM, PetscBool, PetscReal, Vec);
/petsc/src/dm/impls/plex/
H A Dplexfem.c1379 PetscErrorCode DMPlexInsertBounds(DM dm, PetscBool lower, PetscReal time, Vec locB) in DMPlexInsertBounds() function