Searched refs:TaoGetConstraintTolerances (Results 1 – 4 of 4) sorted by relevance
410 PETSC_EXTERN PetscErrorCode TaoGetConstraintTolerances(Tao, PetscReal *, PetscReal *);
115 PetscErrorCode TaoGetConstraintTolerances(PetscTAO, PetscReal*, PetscReal*)
1258 setConstraintTolerances, petsc.TaoGetConstraintTolerances1262 CHKERR(TaoGetConstraintTolerances(self.tao, &_catol, &_crtol))
950 PetscErrorCode TaoGetConstraintTolerances(Tao tao, PetscReal *catol, PetscReal *crtol) in TaoGetConstraintTolerances() function