| /petsc/src/snes/impls/vi/ |
| H A D | vi.c | 100 const PetscScalar *x, *xl, *xu, *f; in SNESMonitorVI() local 237 const PetscScalar *xl, *xu; in SNESVIProjectOntoBounds() local 275 const PetscScalar *x, *f, *xl, *xu; in SNESVIGetActiveSetIS() local 325 const PetscScalar *x, *xl, *xu, *f; in SNESVIComputeInactiveSetFnorm() local 369 const PetscScalar *x, *xl, *xu, *y, *f; in SNESVIComputeInactiveSetFtY() local 395 static PetscErrorCode SNESVIDMComputeVariableBounds(SNES snes, Vec xl, Vec xu) in SNESVIDMComputeVariableBounds() 504 PetscErrorCode SNESVISetVariableBounds(SNES snes, Vec xl, Vec xu) in SNESVISetVariableBounds() 519 PetscErrorCode SNESVISetVariableBounds_VI(SNES snes, Vec xl, Vec xu) in SNESVISetVariableBounds_VI() 568 PetscErrorCode SNESVIGetVariableBounds(SNES snes, Vec *xl, Vec *xu) in SNESVIGetVariableBounds()
|
| /petsc/src/tao/bound/tutorials/ |
| H A D | plate2f.F90 | 664 subroutine MSA_Plate(ta, xl, xu, dummy, ierr) argument
|
| H A D | jbearing2.c | 53 Vec xl, xu; /* bounds vectors */ in main() local
|
| H A D | plate2.c | 53 Vec x, xl, xu; /* solution vector and bounds*/ in main() local
|
| /petsc/src/tao/bound/utils/ |
| H A D | isutil.c | 192 const PetscScalar *xl, *xu, *x, *g; in TaoEstimateActiveBounds() local 409 const PetscScalar *x, *xl, *xu; in TaoBoundSolution() local
|
| /petsc/src/ts/tutorials/ |
| H A D | ex21.c | 79 Vec xl, xu; /* Lower and upper bounds on variables */ in main() local 298 PetscErrorCode SetBounds(Vec xl, Vec xu, PetscScalar ul, PetscScalar uh, AppCtx *appctx) in SetBounds()
|
| /petsc/src/dm/impls/stag/tutorials/ |
| H A D | ex1.c | 294 PetscScalar val[3], xu[2]; in main() local
|
| /petsc/src/tao/interface/ |
| H A D | taosolver_bounds.c | 56 PetscErrorCode TaoSetVariableBoundsRoutine(Tao tao, PetscErrorCode (*func)(Tao tao, Vec xl, Vec xu,… in TaoSetVariableBoundsRoutine()
|
| /petsc/src/vec/vec/utils/ |
| H A D | projection.c | 819 const PetscScalar *xx, *dx, *xl, *xu; in VecStepMaxBounded() local 874 const PetscScalar *x, *xl, *xu, *dx; in VecStepBoundInfo() local
|
| /petsc/src/tao/complementarity/tutorials/ |
| H A D | blackscholes.c | 258 PetscErrorCode ComputeVariableBounds(Tao tao, Vec xl, Vec xu, PetscCtx ctx) in ComputeVariableBounds()
|
| H A D | minsurf1.c | 40 Vec xl, xu; /* Bounds on the variables */ in main() local
|
| /petsc/src/tao/constrained/tutorials/ |
| H A D | ex1.c | 40 Vec x, xl, xu; member
|
| /petsc/src/dm/impls/da/ |
| H A D | dalocal.c | 335 PetscErrorCode DMDASetVertexCoordinates(DM dm, PetscReal xl, PetscReal xu, PetscReal yl, PetscReal … in DMDASetVertexCoordinates()
|
| /petsc/src/tao/linesearch/interface/ |
| H A D | taolinesearch.c | 1090 PetscErrorCode TaoLineSearchSetVariableBounds(TaoLineSearch ls, Vec xl, Vec xu) in TaoLineSearchSetVariableBounds()
|
| /petsc/src/snes/tutorials/ |
| H A D | ex58.c | 120 PetscErrorCode FormBounds(SNES snes, Vec xl, Vec xu) in FormBounds()
|
| /petsc/src/dm/impls/stag/tests/ |
| H A D | ex18.c | 84 Vec su, xu, fu; in main() local
|
| /petsc/src/tao/constrained/impls/ipm/ |
| H A D | pdipm.c | 151 const PetscScalar *xl, *xu; in TaoPDIPMSetUpBounds() local
|
| /petsc/src/binding/petsc4py/src/petsc4py/PETSc/ |
| H A D | TAO.pyx | 1004 def computeDualVariables(self, Vec xl, Vec xu) -> None: 1016 def computeVariableBounds(self, Vec xl, Vec xu) -> None:
|
| H A D | SNES.pyx | 2166 def setVariableBounds(self, Vec xl, Vec xu) -> None:
|
| /petsc/include/petsc/private/ |
| H A D | snesimpl.h | 172 Vec xl, xu; /* upper and lower bounds for box constrained VI problems */ member
|
| /petsc/src/tao/interface/ftn-custom/ |
| H A D | ztaosolverf.c | 107 static PetscErrorCode ourtaoboundsroutine(Tao tao, Vec xl, Vec xu, PetscCtx ctx) in ourtaoboundsroutine()
|
| /petsc/src/ts/interface/ |
| H A D | ts.c | 5369 PetscErrorCode TSVISetVariableBounds(TS ts, Vec xl, Vec xu) in TSVISetVariableBounds()
|
| /petsc/src/dm/interface/ |
| H A D | dm.c | 3910 PetscErrorCode DMComputeVariableBounds(DM dm, Vec xl, Vec xu) in DMComputeVariableBounds()
|