Searched refs:FormBounds (Results 1 – 2 of 2) sorted by relevance
| /petsc/src/snes/tutorials/ |
| H A D | ex9.c | 65 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 D | ex58.c | 53 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
|