Merge branch 'maint'
PetscError() did not properly copy over the specific error message when error type was PETSC_ERROR_INITIALAdded more related manual page cross linksCommit-type: bug-fix, documentationFunded-by: E
PetscError() did not properly copy over the specific error message when error type was PETSC_ERROR_INITIALAdded more related manual page cross linksCommit-type: bug-fix, documentationFunded-by: ECPProject: Application supportReported-by: Fei Gao <fgao15@gmail.com>
show more ...
fix -Wundef -Wold-style-definition warningsReported-by: Till Martens <till.martens@dlr.de>
PetscIntView, PetscRealView, PetscScalarView man pages: typo fix
Minor cleanup, remove some outdated code, remove unneeded constructs, improve manual pages slightly, add missing test caseTime: 2.5 hours
Remove the use and definition of __FUNCT__ throughout the codeSince all modern C/C++ compilers provide this functionality we no longer need to provide it manually in PETScTime: 1.5 hoursThanks-t
Remove the use and definition of __FUNCT__ throughout the codeSince all modern C/C++ compilers provide this functionality we no longer need to provide it manually in PETScTime: 1.5 hoursThanks-to: Andreas Mang <andreas@ices.utexas.edu>
No need to have <stdarg.h> information in public PETSc include files
fix bug for MatGetFactor()Reported-by Jose E. Roman <jroman@dsic.upv.es>
Merge branch 'jose/maint/tabs-print-class' into maint
Allow empty data
Merge branch 'barry/fix-some-clang-warnings'
there is one error code larger than the maxReported-by: Jose E. Roman <jroman@dsic.upv.es>
Changed the C examples to return the error code in main()
fixes for new PetscOptions.. API that are needed based on problems with nightly build
Complete update to new PetscOptions interface
changed outdate mpirun and -np to mpiexec and -n
opensolaris: enable dbx [for debugger]
Replaced PetscViewerASCIISynchronizedAllow() with PetscViewerASCIIPushSynchronized() PetscViewerASCIIPopSynchronized()
when using -start_in_debugger option do not use PetscErrorPrintf() function to display message touser since it prepends the message with PETSC ERROR potentially confusing the user since there is no
when using -start_in_debugger option do not use PetscErrorPrintf() function to display message touser since it prepends the message with PETSC ERROR potentially confusing the user since there is no errorReported-by: Anthony Haas <aph@email.arizona.edu>
The web address given in the LU zero pivot error message has the wrong case, and doesn't lead me directly to the correct FAQ item.To fix it, change from "ZeroPivot" to "zeropivot" at the ends of th
The web address given in the LU zero pivot error message has the wrong case, and doesn't lead me directly to the correct FAQ item.To fix it, change from "ZeroPivot" to "zeropivot" at the ends of the lines 234 and 244 in src/sys/error/err.cReported-by: Torquil Macdonald Sørensen <torquil@gmail.com>
what the fuck is wrong with git
Merge branch 'barry/remove-thread-classes-master' of bitbucket.org:petsc/petsc into barry/remove-thread-classes-master
stripped out all PETSc threadcomm code
1...<<11121314151617181920>>...23