Searched refs:TaoBNCGType (Results 1 – 5 of 5) sorted by relevance
25 PetscErrorCode TaoBNCGSetType(PETSC_UNUSED Tao tao, PETSC_UNUSED TaoBNCGType type) {PetscTaoError;} in TaoBNCGSetType()26 PetscErrorCode TaoBNCGGetType(PETSC_UNUSED Tao tao, PETSC_UNUSED TaoBNCGType *type) {PetscTaoError;} in TaoBNCGGetType()
33 TaoBNCGType cg_type; /* Formula to use */
1034 PetscErrorCode TaoBNCGGetType(Tao tao, TaoBNCGType *type) in TaoBNCGGetType()1057 PetscErrorCode TaoBNCGSetType(Tao tao, TaoBNCGType type) in TaoBNCGSetType()
181 } TaoBNCGType; typedef516 PETSC_EXTERN PetscErrorCode TaoBNCGSetType(Tao, TaoBNCGType);517 PETSC_EXTERN PetscErrorCode TaoBNCGGetType(Tao, TaoBNCGType *);
78 ctypedef enum PetscTAOBNCGType "TaoBNCGType":