Correction from [PETSC #17925]Hg-commit: 336f8437fc0fa2d5f7f0f4ac5f1727b61c605cfd
removed nonsense final argument I added to ISPartitioningCount()Hg-commit: f4e71c40b6fcb50d27a83b41493aa0911c342367
changed calling sequence of ISPartitioningCount() to (IS part,PetscInt len,PetscInt count[],PetscInt *npout) the final argument is optional.Hg-commit: f55b9a9d8c728d7e4ea3eff0d1c340467bfc89ed
changed PetscEvent to PetscLogEventRemoved initialization of global variables PetscLogEvent and PetscCookie to 0 since no longer neededHg-commit: b49d69f3756a139801bd445902e6aa5221450631
removed no longer needed converts of Fortran to C MPI_Comm (since MPI 1.1 has a standard for this)Hg-commit: 263aca0fcfe7efcaed30a4abb46e648de3bb24ab
mv zpetsc.h (a meaningless name) to fortranimpl.h (a slightly more meaningful name)Hg-commit: d2687f12f92bff49ceff434100d018f6898829c3
bug fixes related to petsc-maint 16879 MPIAIJ matsetvalues did not properly reset ba = b->a array after disssembly SeqAIJ improperly increased "low" count by one if ignoredzero was ignored so
bug fixes related to petsc-maint 16879 MPIAIJ matsetvalues did not properly reset ba = b->a array after disssembly SeqAIJ improperly increased "low" count by one if ignoredzero was ignored so search did not locate next column MPIBAIJ and MPISBAIJ disassembly set column size to A->cmap.n when it should have been A->cmap.Nadded error checking for some (PetscMPIInt) castsHg-commit: a3c4121ea5c19e05c43e0d0492c8be7228c4775c
show more ...
manual pages for PetscRandom types and minor PetscRandom manual page updatesmoved IS initialization into ISInitializePackage()Hg-commit: d81416e49a52e842a1fc5d199928b8b819b9828d
mergeHg-commit: d507e9558c653b847e4e8b2a1687018f692e3610
petsc-maint 16799 ==6657== Conditional jump or move depends on uninitialised value(s) ==6657== at 0x8735AD1: petscoptionsgetstring_ (in /home/go
petsc-maint 16799 ==6657== Conditional jump or move depends on uninitialised value(s) ==6657== at 0x8735AD1: petscoptionsgetstring_ (in /home/gormo/fluidity/trunk/bin/petsc_readnsolve) ==6657== by 0x80F426D: petsc_readnsolve_options.878 (petsc_readnsolve.F90:264) ==6657== by 0x80F197C: petsc_readnsolve_ (petsc_readnsolve.F90:73) ==6657== by 0x80F18AD: main (petsc_readnsolve_main.cpp:28)moved zpetsc.h to private/zpetsc.hchanged Fortran interface function PetscOptionsGetXXX functions to allow passing PETSC_NULL_TRUTH as flag argumentHg-commit: a08dc4d2e15e97c0d3849b1cb02e6c1b0214b0c8
mergeHg-commit: b5a05984274c84515a795ed75eef9d3b27ba97f1
fixed many calls to PetscInfo to include the object the information is associated with. This should fix petsc-maint 16853 -info_exclude vec,matHg-commit: 76af22820baddbfcd9c2a4a4f02bebf64ea72ef9
changes for solving the strict aliasing issue in PetscObject and derivedHg-commit: 278faecc91564f5495fa9f7d48380d547995fa45
changes to ltogmap, cookie registering and error checkingHg-commit: 80404f7f7b2f717419c280bb8ce88e920422d41a
merge from releaseHg-commit: d655b2b8949e8b48270d8deb5d701f7024a478d4
#16324 --with-64-bit-indicesHg-commit: 15ae0986bc3463b4c6148a4a2a5e03cc8e48ae61
initial changes for better memory loggin on objectsHg-commit: 0ef7914e13d41d173ef1ba2552c26bd9f41bc807
changed bmake/common everywhere to conffixed a little more for new install systemHg-commit: 1aa781ff09e652ebafd6f016d84e88c15ea650f1
fix typoHg-commit: 492a8b5a32dd0d95a4adfc20da6a9fff9c80f0c4
minor class syntax fixesHg-commit: e22a73870b66944690c5ccb62322937de05d5ba8
ISSum documentation updatedHg-commit: 5c810924018202e7e0f855dc054138881ad99e47
add in PGI f90 support using PETSC_HAVE_F90_2PTR_ARG flagHg-commit: a08a3469715f82cd87eaabe56d66b35cd942600a
add f90src backend for f90 interfaceHg-commit: f087010414e7a9eb48f9df83faae3db8e883c425
F90Array1dAccess() etc also take PetscType argument [for f90driver]Hg-commit: 060f907c60f665bb2eb2f9fa0ce4ed15622658ad
F90Array1dDestroy() etc also take PetscType argument [for f90driver]Hg-commit: b8073c7dbb694a92375bd487b17096e8368190ea
1...<<21222324252627282930>>...35