Lines Matching refs:now
11 - The macros in petscconf.h now begin with PETSC\_
12 - `PetscReal()` and `PetscImaginary()` are now
23 - `TSSetMonitor()` now takes an additional final optional argument
44 - `SLESSolveTrans()` is now `SLESSolveTranspose()`
45 - `SLESSolve()` now ALWAYS returns a 0 or positive iteration
54 - `KSPSolvetrans()` is now `KSPSolveTranspose()`
62 - `MGSetRestriction()` and `MGSetInterpolation()` now accept
66 - `PCApplyTrans()` is now `PCApplyTranspose()`
68 -pc_lu_mat_ordering_type \<nd,...> now set the ordering type.
80 - `MatSolveTrans()`and `MatSolveTransAdd()` are now
82 `MatMultTransAdd()`are now `MatMultTransposeXXX()`
120 - Routines XXXRegister() are now XXXRegisterDynamic() used for
122 XXXRegister_Private() is now XXXRegister() used to register new
126 - PETSc functions and objects that began with Table now begin with
134 char[],char \*\*); PetscStrncmp() and PetscStrcasecmp() now return
138 - PetscMemcmp() now has a final argument of true for matching
141 routines also now have the error flag as the final argument
142 - PetscFree() now always returns an error code that may be checked
147 - The BT bitarray macros are now prefixed with PetscBT
166 must use \$\{PETSC_DIR} \$\{BOPT} etc now instead of \$PETSC_DIR etc.
207 - We now provide a drop tolerance based ILU for SeqAIJ matrix format
227 - `DrawCreate()` and `DrawOpenX()` now can take
240 - PETSc now has a new viewer that generates rudimentary Postscript.