Home
last modified time | relevance | path

Searched refs:asType (Results 1 – 2 of 2) sorted by relevance

/petsc/src/tao/bound/impls/bncg/
H A Dbncg.c13 PetscErrorCode TaoBNCGEstimateActiveSet(Tao tao, PetscInt asType) in TaoBNCGEstimateActiveSet() argument
23 switch (asType) { in TaoBNCGEstimateActiveSet()
42 PetscErrorCode TaoBNCGBoundStep(Tao tao, PetscInt asType, Vec step) in TaoBNCGBoundStep() argument
47 switch (asType) { in TaoBNCGBoundStep()
/petsc/src/tao/bound/impls/bnk/
H A Dbnk.c295 PetscErrorCode TaoBNKEstimateActiveSet(Tao tao, PetscInt asType) in TaoBNKEstimateActiveSet() argument
302 switch (asType) { in TaoBNKEstimateActiveSet()
344 PetscErrorCode TaoBNKBoundStep(Tao tao, PetscInt asType, Vec step) in TaoBNKBoundStep() argument
349 switch (asType) { in TaoBNKBoundStep()