| 8e37d05f | 23-Oct-2014 |
Barry Smith <bsmith@mcs.anl.gov> |
updated PCFactorSetUseInPlace() to toggle and added getter |
| c378d667 | 22-Oct-2014 |
Barry Smith <bsmith@mcs.anl.gov> |
changed PC_ILU to not use any shift by default it tended to cause Nan and Inf in the triangular solves and very bad preconditioners and did not have any default good cases users can still add it if t
changed PC_ILU to not use any shift by default it tended to cause Nan and Inf in the triangular solves and very bad preconditioners and did not have any default good cases users can still add it if they like
show more ...
|
| baa89ecb | 21-Oct-2014 |
Barry Smith <bsmith@mcs.anl.gov> |
added toggle and getter for PCJacobiSetUseAbs() changed PCJacobiSetUseRowMax/Sum to SetType() and added a getter
fixed some test output |
| c94a748e | 21-Oct-2014 |
Barry Smith <bsmith@mcs.anl.gov> |
Merge branch 'barry/fix-options-default'
Conflicts: src/ksp/ksp/examples/tutorials/ex52.c |
| 045ed4ec | 16-Oct-2014 |
Karl Rupp <rupp@iue.tuwien.ac.at> |
Merge branch 'dmeiser/pullrequest-fix-cusp-bjacobi2'
* dmeiser/pullrequest-fix-cusp-bjacobi2: Added missing fix from Satish in feature branch. |
| 56df9bba | 16-Oct-2014 |
Karl Rupp <rupp@iue.tuwien.ac.at> |
Merge branch 'dmeiser/pullrequest-fix-cusp-bjacobi2' (pull request #178)
* dmeiser/pullrequest-fix-cusp-bjacobi2: small bug fixes and typos, test cases that exercise the bjacobi preconditioner w
Merge branch 'dmeiser/pullrequest-fix-cusp-bjacobi2' (pull request #178)
* dmeiser/pullrequest-fix-cusp-bjacobi2: small bug fixes and typos, test cases that exercise the bjacobi preconditioner with cusp and cusparse solvers, removal of cudaMemcpyAsync (and the cudaHostRegister/cudaHostUnregister), and replacement of VecGetArray/VecSetArray calls in PCApply_BJacobi_Singleblock with a new vector method VecGetLocalVector
Conflicts: include/petsc-private/vecimpl.h src/vec/vec/impls/seq/seqcusp/veccusp.cu src/vec/vec/utils/vpscat.h
show more ...
|
| 3e103215 | 15-Oct-2014 |
Stefano Zampini <stefano.zampini@gmail.com> |
Merge branch 'stefano_zampini/pcbddc_deluxe'
Conflicts: src/ksp/pc/impls/bddc/bddc.c |
| ac62511e | 15-Oct-2014 |
Stefano Zampini <stefano.zampini@gmail.com> |
Merge branch 'stefano_zampini/pcbddc-changeofbasis'
Conflicts: src/docs/website/documentation/changes/dev.html |
| 9056bcdf | 15-Oct-2014 |
Stefano Zampini <stefano.zampini@gmail.com> |
PCBDDC: use vecduplicatevecs instead of explicit loop |
| 8afaa268 | 13-Oct-2014 |
Barry Smith <bsmith@mcs.anl.gov> |
update use of PetscOptionsBool() to not rely on default setting automatically |
| 94ae4db5 | 13-Oct-2014 |
Barry Smith <bsmith@mcs.anl.gov> |
cleanup of use of PetscOptionsInt and friends including use of flag final argument |
| 0fdccdae | 13-Oct-2014 |
Barry Smith <bsmith@mcs.anl.gov> |
fixed documentation for PetscOptionsXXX that refered to "default value" when they really mean current value also fixed usage of PetscOptionsEnum() with regards to current value in several calls
Repo
fixed documentation for PetscOptionsXXX that refered to "default value" when they really mean current value also fixed usage of PetscOptionsEnum() with regards to current value in several calls
Reported-by: Ed Bueler <elbueler@alaska.edu>
show more ...
|
| 961ee6c0 | 10-Oct-2014 |
Satish Balay <balay@mcs.anl.gov> |
bjacobi: fix incorrect read access of vecs. This breakage caused runex43_bjacobi in src/ksp/ksp/examples/tutorials to not converge (and take forever to run in nightlybuilds) |
| aca08e44 | 09-Oct-2014 |
Karl Rupp <rupp@iue.tuwien.ac.at> |
Remove PETSC_HAVE_CUSP_SMOOTHED_AGGREGATION, use PETSC_HAVE_CUSP instead.
The smoothed aggregation preconditioner in cusp is available by default, so there's no need to artifically split the functio
Remove PETSC_HAVE_CUSP_SMOOTHED_AGGREGATION, use PETSC_HAVE_CUSP instead.
The smoothed aggregation preconditioner in cusp is available by default, so there's no need to artifically split the functionality in the CUSP package. Simplifies the build system without introducing new build issues.
show more ...
|
| 92902e26 | 01-Oct-2014 |
Barry Smith <bsmith@mcs.anl.gov> |
MPIU_SUM should have been MPI_SUM since operating on integers |
| 96a74ce7 | 24-Sep-2014 |
Barry Smith <bsmith@mcs.anl.gov> |
Merge branch 'barry/docs-matblocksize' |
| 1eb4506e | 22-Sep-2014 |
Stefano Zampini <stefano.zampini@gmail.com> |
Merge branch 'stefano_zampini/fixes' |
| 68306e3f | 22-Sep-2014 |
Stefano Zampini <stefano.zampini@gmail.com> |
Merge branch 'stefano_zampini/pcbddc-primalfixes' |
| 12ddd1b6 | 19-Sep-2014 |
Stefano Zampini <stefano.zampini@gmail.com> |
PCHYPRE: need to cal setdimension otherwise hypre AMS solver will assume dim=3 |
| 8d12c799 | 19-Sep-2014 |
Stefano Zampini <stefano.zampini@gmail.com> |
PCIS; pc->pmat is longer accessible during PCISDestroy
a simple solution is to take a reference to the mapping during PCISSetUp |
| aacc5f5f | 19-Sep-2014 |
Stefano Zampini <stefano.zampini@gmail.com> |
PCIS; ISLocalToGlobalMappingRestoreInfo requires mapping as an argument |
| 9b28b3ff | 19-Sep-2014 |
Stefano Zampini <stefano.zampini@gmail.com> |
PCBDDC: wrong mat type |
| d7de1dd9 | 19-Sep-2014 |
Stefano Zampini <stefano.zampini@gmail.com> |
PCBDDC; worng check for when setting local adjacency graph |
| 2a7a6963 | 19-Sep-2014 |
Barry Smith <bsmith@mcs.anl.gov> |
MatGetVecs() and KSPGetVecs() replaced with MatCreateVecs() and KSPCreateVecs() since they are creators not getters |
| b4519db0 | 04-Aug-2014 |
Patrick Sanan <patrick.sanan@gmail.com> |
MG options documentation fix |