Searched defs:XU (Results 1 – 8 of 8) sorted by relevance
| /petsc/src/tao/bound/utils/ |
| H A D | isutil.c | 184 PetscErrorCode TaoEstimateActiveBounds(Vec X, Vec XL, Vec XU, Vec G, Vec S, Vec W, PetscReal steple… in TaoEstimateActiveBounds() 344 PetscErrorCode TaoBoundStep(Vec X, Vec XL, Vec XU, IS active_lower, IS active_upper, IS active_fixe… in TaoBoundStep() 405 PetscErrorCode TaoBoundSolution(Vec X, Vec XL, Vec XU, PetscReal bound_tol, PetscInt *nDiff, Vec Xo… in TaoBoundSolution()
|
| /petsc/src/tao/interface/ |
| H A D | taosolver_bounds.c | 17 PetscErrorCode TaoSetVariableBounds(Tao tao, Vec XL, Vec XU) in TaoSetVariableBounds() 82 PetscErrorCode TaoGetVariableBounds(Tao tao, Vec *XL, Vec *XU) in TaoGetVariableBounds()
|
| /petsc/src/tao/util/ |
| H A D | tao_util.c | 247 PetscErrorCode MatDFischer(Mat jac, Vec X, Vec Con, Vec XL, Vec XU, Vec T1, Vec T2, Vec Da, Vec Db) in MatDFischer() 393 PetscErrorCode MatDSFischer(Mat jac, Vec X, Vec Con, Vec XL, Vec XU, PetscReal mu, Vec T1, Vec T2, … in MatDSFischer()
|
| /petsc/src/vec/vec/utils/ |
| H A D | projection.c | 754 PetscErrorCode VecBoundGradientProjection(Vec G, Vec X, Vec XL, Vec XU, Vec GP) in VecBoundGradientProjection() 816 PetscErrorCode VecStepMaxBounded(Vec X, Vec DX, Vec XL, Vec XU, PetscReal *stepmax) in VecStepMaxBounded() 871 PetscErrorCode VecStepBoundInfo(Vec X, Vec DX, Vec XL, Vec XU, PetscReal *boundmin, PetscReal *wolf… in VecStepBoundInfo()
|
| /petsc/src/tao/quadratic/impls/gpcg/ |
| H A D | gpcg.c | 224 …Vec DX = tao->stepdirection, XL = tao->XL, XU = tao->XU, Work = gpcg->Wor… in GPCGGradProjections() local
|
| /petsc/src/tao/quadratic/impls/bqpip/ |
| H A D | bqpipimpl.h | 41 Vec XL, XU; member
|
| /petsc/src/tao/bound/tutorials/ |
| H A D | plate2.c | 722 static PetscErrorCode MSA_Plate(Vec XL, Vec XU, PetscCtx ctx) in MSA_Plate()
|
| /petsc/include/petsc/private/ |
| H A D | taoimpl.h | 78 Vec XU; member
|