| #
c19b563c
|
| 16-May-2018 |
Jed Brown <jed@jedbrown.org> |
MatSolverType: add deprecated stubs for old name MatSolverPackage
Reported-by: Sébastien Gilles <sebastien.gilles@inria.fr>
|
| #
e04799ec
|
| 26-Apr-2018 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/stefano_zampini/feature-matis-ptap-aij'
|
| #
75d48cdb
|
| 11-Jan-2018 |
Stefano Zampini <stefano.zampini@gmail.com> |
MatIS: added implementation for PtAP operation
supported P are {Seq|MPI}(B)AIJ and HYPRE Interface for {MPI|Seq}BAIJ and HYPRE code works, however: - local PtAP ops are missing for BAIJ - MatCreateS
MatIS: added implementation for PtAP operation
supported P are {Seq|MPI}(B)AIJ and HYPRE Interface for {MPI|Seq}BAIJ and HYPRE code works, however: - local PtAP ops are missing for BAIJ - MatCreateSubMatr* ops are missing for HYPRE (will be added in a separate branch)
If requested, carry over the l2l representation of P by attaching it to the resulting mat This is needed by the MFEM constructor for BDDC
added few more tests to ex23.c L2L storage is disabled because of a bug in MatDestroySubMatrices that will be fixed in a separate branch
show more ...
|
| #
d1b71f57
|
| 19-Apr-2018 |
Matthew G. Knepley <knepley@gmail.com> |
Merge branch 'master' into knepley/feature-error-logging
* master: (221 commits) dashboard: count and list example compile failures like: fix fix-pr879-jczhang-optimize-vecscatter-multi-copy a
Merge branch 'master' into knepley/feature-error-logging
* master: (221 commits) dashboard: count and list example compile failures like: fix fix-pr879-jczhang-optimize-vecscatter-multi-copy add manual page cross links for SNESLineSearchSetPostCheck() and related routines fix help manual of MatCreateSubmatrices() Reported-by: Tim Steinhoff <kandanovian@gmail.com> Add manual pages for PetscRealPart() and PetscImaginaryPart() fix compile error with missing MPI_C_DOBULE_COMPLEX fix typo Reported-by: Febrian Setianto <febrian.setianto@gmail.com> plex tutorial ex5: updated test requirements DMPlexLoad_HDF5_Xdmf_Internal: fix for complex PetscScalar. DMPlexLoad_HDF5_Xdmf_Internal: fix for 64-bit PetscInt. DMPlexBuildFromCellList_Internal: use DMPlexInvertCell_Internal (with PetscInt* arg) petscviewer.h: removed notice which is no longer relevant DMPlexCreateFromFile: document option check only if PETSC_USE_DEBUG DMPlexBuildFromCellList_Internal optionally inverts cells. ex5: new test 4 with -compare without repartitioning ex5: new test 3 using -compare ex5: HDF5 write+read moved to separate function ex5: option -format processed in ProcessOptions() ex5: added missing hdf5 requirement ...
Conflicts: include/petsclog.h
show more ...
|
| #
850224f6
|
| 19-Apr-2018 |
Karl Rupp <me@karlrupp.net> |
Merge branch 'psanan/manpages-notes-newlines' [PR #932]
* psanan/manpages-notes-newlines: A large number of man pages are improperly formatted because of the lack of a newline after "Notes:", "Fortr
Merge branch 'psanan/manpages-notes-newlines' [PR #932]
* psanan/manpages-notes-newlines: A large number of man pages are improperly formatted because of the lack of a newline after "Notes:", "Fortran Notes:", or "Developer Notes:". This batch adds those newlines, with 4 spaces of indentation afterwards. The uniform indentation arguably makes the man pages a little less readable in the source itself, but overall this hopefully has a large positive impact on the readability of the HTML pages.
show more ...
|
| #
95452b02
|
| 16-Apr-2018 |
Patrick Sanan <patrick.sanan@gmail.com> |
Man pages: add newlines after "Notes:"
This allows for proper formatting from sowing.
On OS X (using gsed, not the default BSD sed), from the PETSc root directory:
find src include -type f \(
Man pages: add newlines after "Notes:"
This allows for proper formatting from sowing.
On OS X (using gsed, not the default BSD sed), from the PETSc root directory:
find src include -type f \( -name "*.c" -or -name "*.h" -or -name "*.cxx" \) | xargs gsed -i 's/Notes\s*:\s*\(\w.*\)/Notes:\n \1/'
This adds a newline and 4 spaces whenever "Notes:" is followed by any "word" character, in any .c, .h, or .cxx file in src/ or include/
show more ...
|
| #
2f07c833
|
| 14-Apr-2018 |
Matthew G. Knepley <knepley@gmail.com> |
Merge branch 'master' into knepley/feature-snes-ex13-spectral
* master: (2350 commits) migrate warning fix from next-tmp Revert "Remove dead code." clarifying comment in the code Remove dead
Merge branch 'master' into knepley/feature-snes-ex13-spectral
* master: (2350 commits) migrate warning fix from next-tmp Revert "Remove dead code." clarifying comment in the code Remove dead code. Add JuMP citation Copyedits and updates to developers manual Add more protection to intrinsics MPI: protect arguments in MPI macros Add the missing conditionals for 64-bit build Plex+VTK: Fix field type determination Fix bug in name cleanup Bib: Added ref Plex+VTK: Fix field type determination Plex: Updated test output - I am now hating this shit forgot to save file after moving prototypes to petscsys.h update Apple example project settings per Xcode Two functions should actually be public, used, for example from Apple MacOS and iOS programs includes should always be included relative to include directory Apple removed old locations of docsets SNES ex12: Updated test output ...
Conflicts: src/snes/examples/tutorials/ex13.c
show more ...
|
| #
9044fa66
|
| 14-Apr-2018 |
Matthew G. Knepley <knepley@gmail.com> |
Merge branch 'master' into knepley/fix-plex-residual-loop Warning: This merge includes real changes
* master: (188 commits) Add JuMP citation Copyedits and updates to developers manual Add mor
Merge branch 'master' into knepley/fix-plex-residual-loop Warning: This merge includes real changes
* master: (188 commits) Add JuMP citation Copyedits and updates to developers manual Add more protection to intrinsics MPI: protect arguments in MPI macros Add the missing conditionals for 64-bit build Plex+VTK: Fix field type determination Fix bug in name cleanup Bib: Added ref Plex+VTK: Fix field type determination Plex: Updated test output - I am now hating this shit forgot to save file after moving prototypes to petscsys.h update Apple example project settings per Xcode Two functions should actually be public, used, for example from Apple MacOS and iOS programs includes should always be included relative to include directory Apple removed old locations of docsets SNES ex12: Updated test output SNES ex62: Set name of solution vector - Update test output revert sources to dev - reset PETSC_VERSION_RELEASE - reset changes/dev.html release: set v3.9 strings move output file to the correct location. i.e fix 305862f9cd0dc399542ae11dd744508e4b6ad2e3 ...
Conflicts: src/snes/utils/dmplexsnes.c src/ts/utils/dmplexts.c
show more ...
|
| #
e4bc0d72
|
| 08-Apr-2018 |
Matthew G. Knepley <knepley@gmail.com> |
Merge branch 'master' into knepley/feature-pc-patch
* master: (440 commits) revert sources to dev - reset PETSC_VERSION_RELEASE - reset changes/dev.html release: set v3.9 strings fix grep us
Merge branch 'master' into knepley/feature-pc-patch
* master: (440 commits) revert sources to dev - reset PETSC_VERSION_RELEASE - reset changes/dev.html release: set v3.9 strings fix grep usage on solaris [use egrep] opensolaris: fix errors Update timer reporting and minor reporting fix Remove redundant if statement. Found by @jedbrown Fixed problem with order of developer photos on website. superlu_dist: use correct flag in example [PETSC_HAVE_SUPERLU -> PETSC_HAVE_SUPERLU_DIST] Bib: PERMON ref fix for osx doc: more author fixes doc: more author fixes Italicized "orderings" in MPI process placement discussion. Added Richard to the user manual author list. Added Richard to the list of active developers on the website. add string check for MS-MPI and IMPI timeout errors opensolaris does not have multiple grep utils - but default one does not support -F. So use fgrep instead Standardizing timeout checks Report wall clock time of total tests Use time instead of date %s ...
Conflicts: include/petscpc.h src/ksp/ksp/interface/itfunc.c
show more ...
|
| #
3f90ad02
|
| 06-Apr-2018 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/hzhang/iscoloring-testvalid'
|
| #
e99888e9
|
| 05-Apr-2018 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/dalcinl/mat-getset-ops'
|
| #
bc76d17b
|
| 04-Apr-2018 |
Hong Zhang <hzhang@mcs.anl.gov> |
rename MatColoringTestValid() -> MatColoringTest(); ISColoringTestValid() -> MatISColoringTest()
|
| #
c0c74002
|
| 03-Apr-2018 |
Hong Zhang <hzhang@mcs.anl.gov> |
add ISColoringTestValid()
|
| #
976e8c5a
|
| 01-Apr-2018 |
Lisandro Dalcin <dalcinl@gmail.com> |
Add MatGetOperation() and fixes to MATSHELL
|
| #
d13c9127
|
| 29-Mar-2018 |
Karl Rupp <me@karlrupp.net> |
Merge branch 'karlrupp/feature-remove-cusp'
* karlrupp/feature-remove-cusp: Removes VECCUSP vectors and AIJCUSP matrices, because they provide no added benefit over VECCUDA and AIJCUSPARSE. Also rem
Merge branch 'karlrupp/feature-remove-cusp'
* karlrupp/feature-remove-cusp: Removes VECCUSP vectors and AIJCUSP matrices, because they provide no added benefit over VECCUDA and AIJCUSPARSE. Also removes the CUSP-based preconditioners for now. SACUSP will be re-added later, after the new release is out.
show more ...
|
| #
e9e886b6
|
| 27-Mar-2018 |
Karl Rupp <me@karlrupp.net> |
CUSP: Removed VECCUSP and AIJCUSP as well as preconditioners.
SA-AMG from CUSP will be re-added in a follow-up commit, made to work with AIJCUSPARSE and VECCUDA.
|
| #
6294108e
|
| 19-Mar-2018 |
Toby Isaac <tisaac@cc.gatech.edu> |
Merge remote-tracking branch 'origin/knepley/fix-snes-ex69' into tisaac/feature-dmfield
* origin/knepley/fix-snes-ex69: (311 commits) PetscFECreateDefault: fix custom Fortran interface to use MPI_
Merge remote-tracking branch 'origin/knepley/fix-snes-ex69' into tisaac/feature-dmfield
* origin/knepley/fix-snes-ex69: (311 commits) PetscFECreateDefault: fix custom Fortran interface to use MPI_Comm SNES ex69: Updated test output SNES ex69: Removed all mantle stuff and change fields to constants - Also use dsymutil for executables SNES ex69: Removed special partition SNES ex69: Fixed null space creation - Null space locks its vectors PetscFE: PetscFECreateDefault() now takes MPI_Comm instead of DM cleanup very ugly PCGAMG manual page minor clarifications for VecScatterCreate() manual page gcov: PETSC_ARCH is required onlyfor -run_gcov - and not for -merge_gcov [where it doesn't exist] make clearer in help statements what --with-external-packages-dir is for. Website: Added news entry for PETSc User Meeting 2018 on main page. CUDA: Further test output fixes for mat_tests-ex2 Turn off elemental test for parmetis running since this does not work on batch systems. 3.8 Changes: KSPCHEBYSHEV CUDA: Fixed most test errors due to MatMultTranspose* website: update urls website: fix Jason's name to match pic. Also add Todd's pic Dev manual: copyedit DMPlexDistributeLabels: Propagate the output flag cuda/cusp: update minimum supported versions of cuda to 7.5 and cusp to 0.5.0 ...
show more ...
|
| #
713d6c57
|
| 07-Mar-2018 |
Karl Rupp <me@karlrupp.net> |
Merge branch 'pr838/haplav/haplav/feature-petscpartitionermatpartitioning-rb/master'
* pr838/haplav/haplav/feature-petscpartitionermatpartitioning-rb/master: Implemented wrapper of MatPartitioning i
Merge branch 'pr838/haplav/haplav/feature-petscpartitionermatpartitioning-rb/master'
* pr838/haplav/haplav/feature-petscpartitionermatpartitioning-rb/master: Implemented wrapper of MatPartitioning into PetscPartitioner.
show more ...
|
| #
18927118
|
| 05-Mar-2018 |
Karl Rupp <me@karlrupp.net> |
Merge branch 'hongzh/change-vecarray-to-mat-tlm'
* hongzh/change-vecarray-to-mat-tlm: Uses a dense array instead of multiple vectors to store TLM sensitivity and removes TSForwardSetRHSJacobianP (us
Merge branch 'hongzh/change-vecarray-to-mat-tlm'
* hongzh/change-vecarray-to-mat-tlm: Uses a dense array instead of multiple vectors to store TLM sensitivity and removes TSForwardSetRHSJacobianP (use TSAdjointSetRHSJacobian instead).
show more ...
|
| #
0cc1a307
|
| 19-Feb-2018 |
Barry Smith <bsmith@mcs.anl.gov> |
Merge branch 'barry/refactor-matshell'
|
| #
0c0fd78e
|
| 11-Feb-2018 |
Barry Smith <bsmith@mcs.anl.gov> |
Begin refactorization of MatShell to make the code more straightforward and extensible
Introduce MatSetOperation() for changing operations on non-MATSHELLs Introduce two modes for MATSHELL 1) MAT
Begin refactorization of MatShell to make the code more straightforward and extensible
Introduce MatSetOperation() for changing operations on non-MATSHELLs Introduce two modes for MATSHELL 1) MATSHELL manages scalings and shifts automatically 2) Creator of MATSHELL can provide their own code for managing scaling and shifts This is used by MatCreateADA() and MatCreateSubMatrixFree()
The extensibility is so that a MatShell can be easily used in as many places as possible as other matrices, for example,
/* A = diag(u) G */ ierr = MatCopy(appctx->SEMop.grad,A,SAME_NONZERO_PATTERN);CHKERRQ(ierr); ierr = MatDiagonalScale(A,globalin,NULL);CHKERRQ(ierr); /* A = A + diag(Gu) */ ierr = VecDuplicate(globalin,&Gglobalin);CHKERRQ(ierr); ierr = MatMult(appctx->SEMop.grad,globalin,Gglobalin);CHKERRQ(ierr); ierr = MatDiagonalSet(A,Gglobalin,ADD_VALUES);CHKERRQ(ierr); ierr = VecDestroy(&Gglobalin);CHKERRQ(ierr); /* A = K - A */ ierr = MatScale(A,-1.0);CHKERRQ(ierr); ierr = MatAXPY(A,1.0,appctx->SEMop.keptstiff,SAME_NONZERO_PATTERN);
Commit-type: feature
show more ...
|
| #
de4ef75d
|
| 15-Feb-2018 |
Barry Smith <bsmith@mcs.anl.gov> |
Merge branch 'barry/feature-ts-burgers-spectral'
|
| #
f3b1f45c
|
| 13-Feb-2018 |
Barry Smith <bsmith@mcs.anl.gov> |
Add code for automatically checking if shell matrix vector and transpose matrix vector products work with TS
Added MatShellTestMult(), MatShellTestMultTranspose(), TSRHSJacobianTest(), and TSRHSJaco
Add code for automatically checking if shell matrix vector and transpose matrix vector products work with TS
Added MatShellTestMult(), MatShellTestMultTranspose(), TSRHSJacobianTest(), and TSRHSJacobianTestTranspose()
Commit-type: feature
show more ...
|
| #
f583078b
|
| 13-Feb-2018 |
Barry Smith <bsmith@mcs.anl.gov> |
Merge branch 'master' of bitbucket.org:petsc/petsc
|
| #
0f7f3e6a
|
| 13-Feb-2018 |
Hong Zhang <hzhang@mcs.anl.gov> |
Merge branch 'hzhang/mumps-invA'
|