Home
last modified time | relevance | path

Searched refs:SNESVIGetVariableBounds (Results 1 – 5 of 5) sorted by relevance

/petsc/src/snes/impls/vi/
H A Dvi.c568 PetscErrorCode SNESVIGetVariableBounds(SNES snes, Vec *xl, Vec *xu) in SNESVIGetVariableBounds() function
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscsnes.pxi216 PetscErrorCode SNESVIGetVariableBounds(PetscSNES, PetscVec*, PetscVec*)
H A DSNES.pyx2185 setVariableBounds, petsc.SNESVIGetVariableBounds
2189 CHKERR(SNESVIGetVariableBounds(self.snes, &xl.vec, &xu.vec))
/petsc/doc/changes/
H A D319.md201 - Add `SNESVIGetVariableBounds()` to access variable bounds of a `SNESVI`
/petsc/include/
H A Dpetscsnes.h968 PETSC_EXTERN PetscErrorCode SNESVIGetVariableBounds(SNES, Vec *, Vec *);