Lines Matching refs:now
7 - --with-precision=\_\_float128 --download-f2cblaslapack is now
10 - All XXXDestroy() functions now take a pointer to the object itself
12 - PetscError() and SETERRQX() now take a MPI_Comm as the first
26 - Using gcc 4.6 you can now ./configure --with-precision=\_\_float128
31 - PetscFListFind() now takes a searchlibraries flag, if this is set
36 - PetscOpenMPxxx() utilities are now PetscHMPIxxx() for hierarchical
56 now be '--download-package'
70 - ISCreateGeneral() and ISCreateBlock() now takes PetscCopyMode as
75 - ISLocalToGlobalMappingCreate() now takes PetscCopyMode as an
80 - ISCreateBlock() now takes indexing relative to block, no longer
83 - ISBlockGetBlockSize() is now ISGetBlockSize(). Block sizes can be
106 - VecDestroyVecs() now takes the pointer to the first array and
108 - VecDestroy() now zeros the pointer to the destroyed vector so it
117 VecCreateGhostBlockWithArray() are now by block instead of by
123 - MAT_SOLVER_XXX is now MATSOLVERXXX
124 - MAT_PARTIONING_XXX is now MATPARTITIONINGXXX
125 - MATCOLORING_XXX is now MATCOLORINGXXX
126 - MATORDERING_XXX is now MATORDERINGXXX
131 - MatLoad() now takes a created Mat as input (and no longer a Mat
143 - MatZeroRows() and MatZeroRowsIS() now take an x and b vector as
147 now take separate row and column maps. MatPreallocateSetLocal()
153 - MatGetLocalMat() and MatGetLocalMatCondensed() are now
161 - PCFieldSplitSetIS() and PCFieldSplitSetFields() now take a
166 - PCREDUNDANT now uses the inner KSP with the inner PC. Default is
168 same but now you can use for example -redundant_ksp_gmres.
169 PCRedundantGetPC() is now changed to PCRedundantGetKSP()
174 - PCOPENMP is now PCHMPI and its prefix is now -hmpi\_ for
232 DAGetCoordinateDA() now return borrowed references. The returned
237 - The DA, ADDA, Slice and DMComposite objects are now all
239 - Routines that began with ADDA and Slice now begin with DMADDA and
249 - DAXXX() routines are now either DMXXX() or DMDAXXX() see
252 can now be performed with DMLocalToGlobalBegin/End() with
254 - petscda.h, petscdadef.h and petscda.h90 are now petscdmda.h,
257 DAGetISLocalToGlobalMappingBlck() are now
263 enum is now one of DMDA_BOUNDARY_NONE, DMDA_BOUNDARY_GHOSTED, or
265 - DMDASetPeriodicity() is now DMDASetBoundaryType(), and API is
278 - PETSC_VIEWER_XXX is now PETSCVIEWERXXX
295 now PetscPreLoadBegin().