Home
last modified time | relevance | path

Searched refs:TAO_LCL (Results 1 – 2 of 2) sorted by relevance

/petsc/src/tao/pde_constrained/impls/lcl/
H A Dlcl.c4 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()
[all …]
H A Dlcl.h81 } TAO_LCL; typedef