| #
6479f772
|
| 30-Jul-2016 |
Matthew G. Knepley <knepley@gmail.com> |
Merge branch 'knepley/fix-plex-output' into mark/snes-ex56
* knepley/fix-plex-output: Quadrature: Fix creation init Plex: Fix output optimization - We obviously have no test for this logic All
Merge branch 'knepley/fix-plex-output' into mark/snes-ex56
* knepley/fix-plex-output: Quadrature: Fix creation init Plex: Fix output optimization - We obviously have no test for this logic Allow the Richardson scale factor to be reset at each iteration prevent a possible segfault when m is 0 (or less) when configured --with-errorchecking=0, CHKERRV is missing essl: fix PetscOptionsGetReal() usage Fix code comment. Routine actually does not add arguments to database it just reads them in Fix performance issue in MatAIJCUSPARSE after 34d6c7a Plex ex6: fix PetscInt print codes DMPlex: fix PetscPartitionerPartition() to deal with overlap
show more ...
|
| #
e856b924
|
| 28-Jul-2016 |
Stefano Zampini <stefano.zampini@gmail.com> |
Merge branch 'maint'
|
| #
41096f02
|
| 28-Jul-2016 |
Stefano Zampini <stefano.zampini@gmail.com> |
prevent a possible segfault when m is 0 (or less)
|
| #
3d996552
|
| 19-Jul-2016 |
Stefano Zampini <stefano.zampini@gmail.com> |
Merge branch 'master' into stefano_zampini/feature-pcbddc-saddlepoint
Conflicts: src/docs/website/documentation/changes/dev.html src/ksp/ksp/examples/tutorials/ex59.c src/ksp/pc/impls/bddc/bddc.c
Merge branch 'master' into stefano_zampini/feature-pcbddc-saddlepoint
Conflicts: src/docs/website/documentation/changes/dev.html src/ksp/ksp/examples/tutorials/ex59.c src/ksp/pc/impls/bddc/bddc.c src/ksp/pc/impls/bddc/bddcfetidp.c src/ksp/pc/impls/bddc/bddcprivate.c src/ksp/pc/impls/bddc/bddcschurs.c src/mat/impls/is/matis.c src/mat/impls/is/matis.h
show more ...
|
| #
94d335fd
|
| 07-Jul-2016 |
Stefano Zampini <stefano.zampini@gmail.com> |
Merge branch 'maint'
|
| #
82030b31
|
| 07-Jul-2016 |
Stefano Zampini <stefano.zampini@gmail.com> |
Merge branch 'stefano_zampini/fix-matgetrowij' into maint
|
| #
2462f5fd
|
| 28-Jun-2016 |
Stefano Zampini <stefano.zampini@gmail.com> |
Fix bugs in MatGetRowIJ_SeqBAIJ and MatGetRowIJ_SeqSBAIJ
MatGetRowIJ_SeqBAIJ had a bug for blockcompressed case and shift ==1 MatGetRowIJ_SeqSBAIJ was almost completely broken: the code is now a dup
Fix bugs in MatGetRowIJ_SeqBAIJ and MatGetRowIJ_SeqSBAIJ
MatGetRowIJ_SeqBAIJ had a bug for blockcompressed case and shift ==1 MatGetRowIJ_SeqSBAIJ was almost completely broken: the code is now a duplicate of MatGetRowIJ_SeqBAIJ Added an extra PetscBool parameter to MatToSymmetricIJ_SeqAIJ to select whether to symmetrize the lower triangular or the upper triangular part (default is lower triangular, as before); this is needed by MatGetRowIJ_SeqBAIJ to work properly
Added ex26.c to test MatGetRowIJ for SEQAIJ,SEQBAIJ and SEQSBAIJ
show more ...
|
| #
6bd6c117
|
| 12-May-2016 |
Matthew G. Knepley <knepley@gmail.com> |
Merge branch 'master' into knepley/feature-parallel-mesh-load
* master: (180 commits) Bib: Added ref -random_view caused error because PetscRandomView() was not provided in PetscRandomCreate()
Merge branch 'master' into knepley/feature-parallel-mesh-load
* master: (180 commits) Bib: Added ref -random_view caused error because PetscRandomView() was not provided in PetscRandomCreate() Update the xSDKTrilinos test message to use interactive session and ctest gcc6: fix comple warnings with -Wmisleading-indentation fix compile warning bugfix for MatTransposeMatMultSymbolic_MPIAIJ_MPIAIJ_nonscalable() minor formatting cleanup of gamg.c add ml example to tutorials page for xsdk bugfix of MatDuplicate for mpiaij matrix product Reported-by: Miorelli, Federico <Federico.Miorelli@cgg.com> The deprecated -log_summary_exclude was still being used when it should have been -log_exclude cpardiso: requires mkl_blacs so check for that. Also common code to detect MKL for both pardiso and cpardiso cpardiso: fix segv and memory leaks resume MatGetSubMatrix_SeqSBAIJ() because it cannot share routine with BAIJ due to cast fix bad relative links replace MatSeqBAIJSetPreallocation_SeqBAIJ with MatSeqBAIJSetPreallocation to skip this call when input mat is sbaij type fix a variety of set but not used variables in examples detected by clang static analyzer removed declared but not used variable ANL Report formatting requires listing authors by affiliation DMP4est: uncrustify DMP4est: remove memset() ...
show more ...
|
| #
35d70571
|
| 04-May-2016 |
Stefano Zampini <stefano.zampini@gmail.com> |
Merge branch 'master' into stefano_zampini/feature-pcbddc-saddlepoint
Conflicts: src/ksp/pc/impls/bddc/bddc.c src/ksp/pc/impls/bddc/bddcgraph.c src/ksp/pc/impls/bddc/bddcprivate.c
|
| #
4595bccd
|
| 30-Apr-2016 |
Barry Smith <bsmith@mcs.anl.gov> |
Merge branch 'master' of bitbucket.org:petsc/petsc
|
| #
0e2b4a75
|
| 28-Apr-2016 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'maint'
|
| #
19dffa2c
|
| 27-Apr-2016 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/jed/fix-matnorm-log-flops' into maint
|
| #
51f70360
|
| 27-Apr-2016 |
Jed Brown <jed@jedbrown.org> |
MatNorm: fix negative logging and missing error handling
|
| #
ed80fec1
|
| 25-Apr-2016 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/jed/fix-matnorm-log-flops' into maint
|
| #
82c83065
|
| 24-Apr-2016 |
Jed Brown <jed@jedbrown.org> |
Merge branch 'jed/fix-matnorm-log-flops'
* jed/fix-matnorm-log-flops: MatNorm: fix missing PetscLogFlops
|
| #
13661877
|
| 22-Apr-2016 |
Jed Brown <jed@jedbrown.org> |
MatNorm: fix missing PetscLogFlops
Reported-by: Anishi Gupta <anishi.anishi@gmail.com>
|
| #
147f402e
|
| 16-Apr-2016 |
Barry Smith <bsmith@mcs.anl.gov> |
Merge branch 'hzhang/matpackage-type'
|
| #
f6224b95
|
| 14-Apr-2016 |
Hong Zhang <hzhang@mcs.anl.gov> |
set solvertype for inplace MatxxxFactor()
|
| #
3d3eaba7
|
| 08-Apr-2016 |
Barry Smith <bsmith@mcs.anl.gov> |
Fixes for issues found with clang static analyzer, mostly set but unused variables
Time: 1 hour
|
| #
c20ebc76
|
| 22-Mar-2016 |
Stefano Zampini <stefano.zampini@gmail.com> |
Merge branch 'master' into stefano_zampini/feature-pcbddc-saddlepoint
|
| #
9be3f403
|
| 19-Mar-2016 |
Lisandro Dalcin <dalcinl@gmail.com> |
Merged in dalcinl/draw-null (pull request #434)
PetscDraw: Proper implementation of PETSC_DRAW_NULL
|
| #
45f3bb6e
|
| 18-Mar-2016 |
Lisandro Dalcin <dalcinl@gmail.com> |
PetscDraw: Proper implementation of PETSC_DRAW_NULL
* Remove special casing of PETSC_DRAW_NULL in the draw interface * Rework handling of PETSC_DRAW_NULL in Draw{Axis|LG|SP|BAR|HG} * Some 'extern' -
PetscDraw: Proper implementation of PETSC_DRAW_NULL
* Remove special casing of PETSC_DRAW_NULL in the draw interface * Rework handling of PETSC_DRAW_NULL in Draw{Axis|LG|SP|BAR|HG} * Some 'extern' -> 'PETSC_INTERN' fixes * Add missing error checking
show more ...
|
| #
992dc9be
|
| 18-Mar-2016 |
Matthew G. Knepley <knepley@gmail.com> |
Merge branch 'master' into knepley/feature-plex-handle-func-failure
* master: (378 commits) SNES ex5: Fix coordinate determination for empty subdomains fixed petsc.bib entry p4est: fix syntax
Merge branch 'master' into knepley/feature-plex-handle-func-failure
* master: (378 commits) SNES ex5: Fix coordinate determination for empty subdomains fixed petsc.bib entry p4est: fix syntax error with error message SNES ex5: Correct Jacobian handling on patches SNES ex5: Stupid complex fixes DMP4est: fix transfer of labels to parents petsc4py: update to latest snapshot. Fixes da example breakage in petsc4py test suite Plex: Correct setting of options on refined or coarsened meshes Plex: Add info for grid hashing Plex: Add logging in interpolator creation Plex: Correct use of tabs in ASCII viewer DM: Shorten long event name Plex ex12: Create boundary label automatically at all levels of mesh hierarchy Plex ex12: Change PetscViewerSetFormat --> PetscViewerPushFormat - Fix order of SetMode and SetFilename Plex ex12: Change all functions to static Since DMDA with periodic boundary conditions does support P0 interpolation remove checks that error out under those conditions ascem-io.py and amanzi.py need to handle self.hdf5.include being None correctly fix MPI Uni to recycle communicators so it won't run out like with the petsc4py tests also fix check for location of python shared library on mac to check all cases each time Switch back to Sherry's version since she accepted by pull request PetscDraw: Update help messages for -draw_save* options ...
Conflicts: src/dm/impls/plex/plexfem.c
show more ...
|
| #
3afb9657
|
| 16-Mar-2016 |
Dave May <dave.mayhem23@gmail.com> |
Merged petsc/petsc into master
|
| #
f55fe9e4
|
| 14-Mar-2016 |
Barry Smith <bsmith@mcs.anl.gov> |
Merge branch 'barry/fix-private-functions'
|