Home
last modified time | relevance | path

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

/petsc/src/ts/tutorials/
H A Dex21.c67 extern PetscErrorCode SetBounds(Vec, Vec, PetscScalar, PetscScalar, AppCtx *);
134 PetscCall(SetBounds(xl, xu, ul, uh, &appctx)); in main()
298 PetscErrorCode SetBounds(Vec xl, Vec xu, PetscScalar ul, PetscScalar uh, AppCtx *appctx) in SetBounds() function