Home
last modified time | relevance | path

Searched refs:TaoCreate_CG (Results 1 – 3 of 3) sorted by relevance

/petsc/src/tao/interface/
H A Dtaosolverregi.c8 PETSC_EXTERN PetscErrorCode TaoCreate_CG(Tao);
85 PetscCall(TaoRegister(TAOCG, TaoCreate_CG)); in TaoRegisterAll()
/petsc/src/tao/unconstrained/impls/cg/
H A Dtaocg.c274 PETSC_EXTERN PetscErrorCode TaoCreate_CG(Tao tao) in TaoCreate_CG() function
/petsc/doc/manual/
H A Dtao.md3241 PETSC_EXTERN PetscErrorCode TaoCreate_CG(Tao tao)
3401 of the routine that creates the solver (in our case, `TaoCreate_CG`),