Lines Matching refs:TAO_LCL
4 static PetscErrorCode LCLScatter(TAO_LCL *, Vec, Vec, Vec);
5 static PetscErrorCode LCLGather(TAO_LCL *, Vec, Vec, Vec);
9 TAO_LCL *lclP = (TAO_LCL *)tao->data; in TaoDestroy_LCL()
65 TAO_LCL *lclP = (TAO_LCL *)tao->data; in TaoSetFromOptions_LCL()
95 TAO_LCL *lclP = (TAO_LCL *)tao->data; in TaoSetup_LCL()
174 TAO_LCL *lclP = (TAO_LCL *)tao->data; in TaoSolve_LCL()
569 TAO_LCL *lclP; in TaoCreate_LCL()
614 TAO_LCL *lclP = (TAO_LCL *)tao->data; in LCLComputeLagrangianAndGradient()
661 TAO_LCL *lclP = (TAO_LCL *)tao->data; in LCLComputeAugmentedLagrangianAndGradient()
699 static PetscErrorCode LCLGather(TAO_LCL *lclP, Vec u, Vec v, Vec x) in LCLGather()
708 static PetscErrorCode LCLScatter(TAO_LCL *lclP, Vec x, Vec u, Vec v) in LCLScatter()