Searched refs:TaoList (Results 1 – 3 of 3) sorted by relevance
16 PetscCall(PetscFunctionListDestroy(&TaoList)); in TaoFinalizePackage()
5 PetscFunctionList TaoList = NULL; variable448 …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()
241 PETSC_EXTERN PetscFunctionList TaoList; variable