| 55bf4f05 | 12-Sep-2014 |
Jose E. Roman <jroman@dsic.upv.es> |
Move definition of PetscSplitReduction to petscimpl.h |
| cfeebaea | 08-Jul-2014 |
Toby Isaac <tisaac@ices.utexas.edu> |
PetscSection: destroy perm in PetscSectionReset() |
| fd0c2c11 | 11-Sep-2014 |
Barry Smith <bsmith@mcs.anl.gov> |
Merge branch 'maint' |
| 502e6548 | 11-Sep-2014 |
Barry Smith <bsmith@mcs.anl.gov> |
Fixes bug in VecMTDot_Seq/MPI where it did not work correctly for more than four vectors
Reported-by: Patrick Sanan <patrick.sanan@gmail.com> |
| 6a073580 | 08-Sep-2014 |
Jed Brown <jed@jedbrown.org> |
Merge branch 'jed/vecview-native' into maint
* jed/vecview-native: Vec: restore support for PETSC_VIEWER_NATIVE Vec: add missing Fortran enum |
| 1666e259 | 08-Sep-2014 |
Jed Brown <jed@jedbrown.org> |
Merge branch 'jed/fix-checkpointer-char' into maint
* jed/fix-checkpointer-char: Sys: PetscCheckPointer PETSC_CHAR checks char*, not char** Sys: PetscCheckPointer for PETSC_CHAR checks char*, no
Merge branch 'jed/fix-checkpointer-char' into maint
* jed/fix-checkpointer-char: Sys: PetscCheckPointer PETSC_CHAR checks char*, not char** Sys: PetscCheckPointer for PETSC_CHAR checks char*, not char**
show more ...
|
| c9d039b4 | 08-Sep-2014 |
Jed Brown <jed@jedbrown.org> |
Merge branch 'jed/vecview-native'
* jed/vecview-native: Vec: restore support for PETSC_VIEWER_NATIVE Vec: add missing Fortran enum |
| ff31310f | 04-Sep-2014 |
Matthew G. Knepley <knepley@gmail.com> |
Merge branch 'knepley/fix-l2g-checks'
* knepley/fix-l2g-checks: IS: Fixed checks for l2g |
| cbc1caf0 | 02-Sep-2014 |
Matthew G. Knepley <knepley@gmail.com> |
IS: Fixed checks for l2g |
| 4cb006fe | 27-Aug-2014 |
Stefano Zampini <stefano.zampini@gmail.com> |
PCHYPRE: added interface to auxiliary space Maxwell solver AMS
Interface is under testing. Some specific functions could be namespaced to AMS |
| d1936e25 | 26-Aug-2014 |
Barry Smith <bsmith@mcs.anl.gov> |
Merge branch 'barry/fix-islocaltoglobalmappingcreateis-with-blocksize' |
| 28bc9809 | 26-Aug-2014 |
Barry Smith <bsmith@mcs.anl.gov> |
fix for ISLocalToGlobalCreateIS() for bs > 0. Code copied a size for each index when it should be for each block index this happended because the documentation for ISLocalToGlobalCreate() was wrong s
fix for ISLocalToGlobalCreateIS() for bs > 0. Code copied a size for each index when it should be for each block index this happended because the documentation for ISLocalToGlobalCreate() was wrong since it said the size was number of indices, not number of block indices
show more ...
|
| 741c23a3 | 25-Aug-2014 |
Barry Smith <bsmith@mcs.anl.gov> |
Merge branch 'barry/always-include-complex' |
| db6843f5 | 25-Aug-2014 |
Barry Smith <bsmith@mcs.anl.gov> |
Merge branch 'barry/fix-islocaltoglobalmappingcreateis-with-blocksize' |
| 6006e8d2 | 23-Aug-2014 |
Barry Smith <bsmith@mcs.anl.gov> |
fix ISLocalToGlobalMappingCreateIS() to respect the block size of the IS Added test case for it
Reported-by: Glenn Hammond <gehammo@sandia.gov> |
| 1f9193b9 | 22-Aug-2014 |
Matthew G. Knepley <knepley@gmail.com> |
Merge branch 'knepley/fix-vec-init'
* knepley/fix-vec-init: Vec: Fixed storage initialization to also zero ghost portion |
| b04d40e4 | 21-Aug-2014 |
Jed Brown <jed@jedbrown.org> |
Merge branch 'jed/fix-checkpointer-char'
* jed/fix-checkpointer-char: Sys: PetscCheckPointer PETSC_CHAR checks char*, not char** Sys: PetscCheckPointer for PETSC_CHAR checks char*, not char** |
| c959eef4 | 21-Aug-2014 |
Jed Brown <jed@jedbrown.org> |
Sys: PetscCheckPointer PETSC_CHAR checks char*, not char** |
| 1f371830 | 20-Aug-2014 |
Dominic Meiser <dmeiser@txcorp.com> |
Fix VecScatterCreateCommon_PtoS.
For 32bit int builds this function was trying to insert a method into the scatter struct directly rather than into the vtable. |
| 2942b97c | 15-Aug-2014 |
Jed Brown <jed@jedbrown.org> |
Vec: restore support for PETSC_VIEWER_NATIVE
It is useful for debugging to be able to write a DMDA Vec in PETSc ordering instead of in native ordering. This functionality was removed in
commit 7
Vec: restore support for PETSC_VIEWER_NATIVE
It is useful for debugging to be able to write a DMDA Vec in PETSc ordering instead of in native ordering. This functionality was removed in
commit 742cafdd48f845c927348e65bdee73999c739268 Author: Shri Abhyankar <abhyshr@mcs.anl.gov> Date: Thu Jul 22 14:57:46 2010 -0500
Removed PETSC_VIEWER_NATIVE related code
and discussed on petsc-dev in
http://mid.mail-archive.com/8738qk1d3u.fsf@mcs.anl.gov
This commit partially reverts the above and adds a test. PETSC_VIEWER_NATIVE is the documented way to write the Vec contents without converting to natural ordering. This interface should be preserved until there is a cleaner alternative.
Reported-by: Gautam Bisht <gbisht@lbl.gov>
show more ...
|
| 0fd2b57f | 12-Aug-2014 |
Karl Rupp <rupp@iue.tuwien.ac.at> |
CUDA: Added PETSC_SKIP_COMPLEX to remaining .cu files |
| 5f30b6af | 12-Aug-2014 |
Karl Rupp <rupp@iue.tuwien.ac.at> |
CUSP: Define PETSC_SKIP_COMPLEX in seqcusp code to fix compilation.
Complex numbers aren't properly supported with CUSP anyway, so this change does not restrict anything. |
| 8cd53115 | 08-Aug-2014 |
Barry Smith <bsmith@mcs.anl.gov> |
remove PETSC_DESIRE_COMPLEX and instead include complex with petscmath.h UNLESS PETSC_SKIP_COMPLEX is set (for SSL includes currently) |
| e86dd1c7 | 05-Aug-2014 |
Matthew G. Knepley <knepley@gmail.com> |
Merge branch 'knepley/fix-plex-coords-parallel'
* knepley/fix-plex-coords-parallel: DMPlex: Incorrect periodicity information KSP+SNES: Converged output now includes prefix DMPlex ex4: Fixed t
Merge branch 'knepley/fix-plex-coords-parallel'
* knepley/fix-plex-coords-parallel: DMPlex: Incorrect periodicity information KSP+SNES: Converged output now includes prefix DMPlex ex4: Fixed test output Mat+Coloring: Greedy coloring fix - Use ocolors[] for off-diagonal piece PetscSection: Added check for mismatch between SF and Section DMPlex: DMPlexReplace_Static() fixes - Should share coordinateDM, not just the section, so we get correct SF - Pass on periodicity information DMPlex: Refinement should create SF before coordinates, so coordinateDM gets correct SF - Also pass on periodicity information DMPlex: Distribution should create SF before coordinates, so coordinateDM gets correct SF - Also pass on periodicity information
show more ...
|
| d0c9b6aa | 01-Aug-2014 |
Karl Rupp <rupp@iue.tuwien.ac.at> |
Merged in dmeiser/petsc/fix-vecscattercusp_stos (pull request #180)
Conflicts: src/vec/vec/examples/tests/makefile
* fix-vecscattercusp_stos: Fixes an incorrect use of VecCUSPGetArrayWrite() inste
Merged in dmeiser/petsc/fix-vecscattercusp_stos (pull request #180)
Conflicts: src/vec/vec/examples/tests/makefile
* fix-vecscattercusp_stos: Fixes an incorrect use of VecCUSPGetArrayWrite() instead of VecCUSPGetArrayReadWrite() inside VecScatterCUSP_StoS.
show more ...
|