Home
last modified time | relevance | path

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

/petsc/src/tao/interface/
H A Ddlregistao.c16 PetscCall(PetscFunctionListDestroy(&TaoList)); in TaoFinalizePackage()
H A Dtaosolver.c5 PetscFunctionList TaoList = NULL; variable
448 …PetscCall(PetscOptionsFList("-tao_type", "Tao Solver type", "TaoSetType", TaoList, default_type, t… in TaoSetFromOptions()
2178 PetscCall(PetscFunctionListFind(TaoList, type, &create_xxx)); in TaoSetType()
2235 PetscCall(PetscFunctionListAdd(&TaoList, sname, func)); in TaoRegister()
2252 PetscCall(PetscFunctionListDestroy(&TaoList)); in TaoRegisterDestroy()
/petsc/include/
H A Dpetsctao.h241 PETSC_EXTERN PetscFunctionList TaoList; variable