Home
last modified time | relevance | path

Searched defs:XU (Results 1 – 8 of 8) sorted by relevance

/petsc/src/tao/bound/utils/
H A Disutil.c184 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 Dtaosolver_bounds.c17 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 Dtao_util.c247 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 Dprojection.c754 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 Dgpcg.c224 …Vec DX = tao->stepdirection, XL = tao->XL, XU = tao->XU, Work = gpcg->Wor… in GPCGGradProjections() local
/petsc/src/tao/quadratic/impls/bqpip/
H A Dbqpipimpl.h41 Vec XL, XU; member
/petsc/src/tao/bound/tutorials/
H A Dplate2.c722 static PetscErrorCode MSA_Plate(Vec XL, Vec XU, PetscCtx ctx) in MSA_Plate()
/petsc/include/petsc/private/
H A Dtaoimpl.h78 Vec XU; member