Home
last modified time | relevance | path

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

/petsc/src/snes/tutorials/
H A Dex9.c65 extern PetscErrorCode FormBounds(SNES, Vec, Vec);
93 PetscCall(SNESVISetComputeVariableBounds(snes, &FormBounds)); in main()
140 PetscErrorCode FormBounds(SNES snes, Vec Xl, Vec Xu) in FormBounds() function
H A Dex58.c53 extern PetscErrorCode FormBounds(SNES, Vec, Vec);
89 PetscCall(SNESVISetComputeVariableBounds(snes, FormBounds)); in main()
120 PetscErrorCode FormBounds(SNES snes, Vec xl, Vec xu) in FormBounds() function