Home
last modified time | relevance | path

Searched refs:gpcg (Results 1 – 4 of 4) sorted by relevance

/petsc/src/tao/quadratic/impls/gpcg/
H A Dgpcg.c9 TAO_GPCG *gpcg = (TAO_GPCG *)tao->data; in TaoDestroy_GPCG() local
13 PetscCall(VecDestroy(&gpcg->B)); in TaoDestroy_GPCG()
14 PetscCall(VecDestroy(&gpcg->Work)); in TaoDestroy_GPCG()
15 PetscCall(VecDestroy(&gpcg->X_New)); in TaoDestroy_GPCG()
16 PetscCall(VecDestroy(&gpcg->G_New)); in TaoDestroy_GPCG()
17 PetscCall(VecDestroy(&gpcg->DXFree)); in TaoDestroy_GPCG()
18 PetscCall(VecDestroy(&gpcg->R)); in TaoDestroy_GPCG()
19 PetscCall(VecDestroy(&gpcg->PG)); in TaoDestroy_GPCG()
20 PetscCall(MatDestroy(&gpcg->Hsub)); in TaoDestroy_GPCG()
21 PetscCall(MatDestroy(&gpcg->Hsub_pre)); in TaoDestroy_GPCG()
[all …]
/petsc/src/tao/bound/tutorials/output/
H A Dplate2_7.out8 type: gpcg
11 type: gpcg
20 type: gpcg
/petsc/systems/Apple/iOS/PETSc/PETSc.xcodeproj/
H A Dproject.pbxproj708 …D89D1F3D207AA1AC00FACC19 /* gpcg.c in Sources */ = {isa = PBXBuildFile; fileRef = D89D1C55207AA1AB…
1460 …D1C55207AA1AB00FACC19 /* gpcg.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType …
2231 D89D1C55207AA1AB00FACC19 /* gpcg.c */,
2697 D89D1F3D207AA1AC00FACC19 /* gpcg.c in Sources */,
/petsc/doc/manual/
H A Dtao.md2813 `tao_gpcg` or via the optio flag `-tao_type gpcg`.
2978 searches include Moré-Thuente {cite}`more:92`, Armijo, gpcg,