| #
8276244a
|
| 05-Nov-2015 |
Barry Smith <bsmith@mcs.anl.gov> |
Merge branch 'master' into barry/petscoptions-object
|
| #
b29554e8
|
| 05-Nov-2015 |
Barry Smith <bsmith@mcs.anl.gov> |
Merge branch 'master' into barry/not-single-precision
|
| #
331e053b
|
| 04-Nov-2015 |
Stefano Zampini <stefano.zampini@gmail.com> |
PCBDDC: multilevel fix.
The number on nonzeros per row of B_0 could be large at coarser levels.
|
| #
63c961ad
|
| 04-Nov-2015 |
Stefano Zampini <stefano.zampini@gmail.com> |
PCBDDC: fixes for multilevel cases
MatDetectDisconnectedSubdomains should return if the matrix is empty Switch to KSPDestroy instead of destroying the pc (this will be fixed once BDDC will have its
PCBDDC: fixes for multilevel cases
MatDetectDisconnectedSubdomains should return if the matrix is empty Switch to KSPDestroy instead of destroying the pc (this will be fixed once BDDC will have its own reset method)
show more ...
|
| #
d4d8cf7b
|
| 04-Nov-2015 |
Stefano Zampini <stefano.zampini@gmail.com> |
PCBDDC: remove unneeded code for disconnected subdomains detection in PCBDDCAnalyzeInterface
corrected code for PCBDDCBenignCheck NullSpace propogation disabled: all this nullspace thing is fragile
PCBDDC: remove unneeded code for disconnected subdomains detection in PCBDDCAnalyzeInterface
corrected code for PCBDDCBenignCheck NullSpace propogation disabled: all this nullspace thing is fragile at the moment, need to be rethought
show more ...
|
| #
17354880
|
| 04-Nov-2015 |
Fande Kong <fdkong.jd@gmail.com> |
Merge remote-tracking branch 'petsc/master' into moved-partitioning-to-pcgasmsetup
|
| #
2bb71647
|
| 03-Nov-2015 |
Barry Smith <bsmith@mcs.anl.gov> |
Merge branch 'master' into barry/all-petscoptionssetvalue-beforepetscinitialize
|
| #
9bc1b9be
|
| 03-Nov-2015 |
Barry Smith <bsmith@mcs.anl.gov> |
Merge branch 'master' into barry-allow-vecset-nan-3.6
|
| #
2b2eec9c
|
| 03-Nov-2015 |
Barry Smith <bsmith@mcs.anl.gov> |
Merge branch 'master' into barry/remove-unneed-tao-tolerances
|
| #
c7878088
|
| 03-Nov-2015 |
Stefano Zampini <stefano.zampini@gmail.com> |
Merge branch 'stefano_zampini/feature-pardiso-schur' of https://bitbucket.org/petsc/petsc into stefano_zampini/feature-pardiso-schur
|
| #
d12d3064
|
| 03-Nov-2015 |
Stefano Zampini <stefano.zampini@gmail.com> |
PCBDDC: added missing check for pressure dofs
|
| #
df4d28bf
|
| 03-Nov-2015 |
Stefano Zampini <stefano.zampini@gmail.com> |
PCBDDC: remove explicit references to mumps in the source code
|
| #
14393ed6
|
| 03-Nov-2015 |
Stefano Zampini <stefano.zampini@gmail.com> |
PCBDDC: remove matmatmult operation, and exploit knowledge of pressure change of basis
|
| #
66a2f7e6
|
| 02-Nov-2015 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/hzhang/matmatmult_dense'
|
| #
a3df083a
|
| 02-Nov-2015 |
Stefano Zampini <stefano.zampini@gmail.com> |
PCBDDC: complete optimization of benign subspace trick
There's no longer need of PtAP operations on local matrices
|
| #
c5929fdf
|
| 31-Oct-2015 |
Barry Smith <bsmith@mcs.anl.gov> |
Complete update to new PetscOptions interface
|
| #
ca92afb2
|
| 30-Oct-2015 |
Stefano Zampini <stefano.zampini@gmail.com> |
PCBDDC: added LDL^T factor workaround for change of basis on pressures
when changing the basis on the pressures, the local problems loose sparsity, and the nonzero entries in the LDL^T factors grow
PCBDDC: added LDL^T factor workaround for change of basis on pressures
when changing the basis on the pressures, the local problems loose sparsity, and the nonzero entries in the LDL^T factors grow like n^2 or greater
show more ...
|
| #
1b120e71
|
| 29-Oct-2015 |
Fande Kong <fdkong.jd@gmail.com> |
Merge remote-tracking branch 'petsc/master' into fix-pcgasm-reuse
|
| #
511c6705
|
| 28-Oct-2015 |
Hong Zhang <hzhang@mcs.anl.gov> |
add MAT_INPLACE_MATRIX; replace MAT_REUSE_MATRIX with it for MatConvert()
|
| #
c384bc4d
|
| 27-Oct-2015 |
Matthew G. Knepley <knepley@gmail.com> |
Merge branch 'master' into knepley/fix-examples-plex
* master: (112 commits) correct expression for implict ODE/DAE in table 11 of users manual remove warning about deprecated MPI call in exampl
Merge branch 'master' into knepley/fix-examples-plex
* master: (112 commits) correct expression for implict ODE/DAE in table 11 of users manual remove warning about deprecated MPI call in examples rm variables declared in middle of subroutine tolerance for equality in PETSc test should depend on machine epsilon tolerance for acccuracy in test example should depend on machine epsilon increase convergence tolerance to get same result in single precision as double for convergence history update no change output for gasm test which had not been properly updated remove C++ // comment example mistakenly used MPI_COMM_WORLD as if it was rank in print statement thus producing output only with MPI Uni grep out name of DM object since on some systems the address printed has extra zeros thus producing a false difference in output increase tolerance for test example build: revert el6-4 build to cg - as el6 compilers give link errors fix error type insure similar convergence history for single, double, quad fix ex104.c based on Barry's suggestion increase example convergence tolerance to get matching convergence history in single and double precision increase convergence tolerance so that test example has similar convergence history in single and double precisions changed from cg to gmres for eigenestimator since in single precision cg produced a possible indefinite matrix report change test example tolerance to depend on machine epsilon so as to give correct results in various precisions loosen convergence tolerance to have similar convergence history with single, double, quad precisions ...
show more ...
|
| #
bbd98b0d
|
| 26-Oct-2015 |
Barry Smith <bsmith@mcs.anl.gov> |
Merge branch 'master' into shri/add-tsevent-to-powergrid-examples
|
| #
a6bd58b0
|
| 26-Oct-2015 |
Barry Smith <bsmith@mcs.anl.gov> |
Merge branch 'master' into stefano_zampini/feature-pardiso-schur
Branch got out of sync with master
|
| #
d018cf17
|
| 26-Oct-2015 |
Barry Smith <bsmith@mcs.anl.gov> |
Merge branch 'barry/add-mpiu_allreduce'
|
| #
a8661815
|
| 26-Oct-2015 |
Stefano Zampini <stefano.zampini@gmail.com> |
PCBDDC: destroy new_global_mat if not using the change of basis (reuse fix)
|
| #
8fabff3b
|
| 24-Oct-2015 |
Fande Kong <fdkong.jd@gmail.com> |
We always start with petsc/master. Trying to fix a bug (submatrix reuse) reported by Dmitry. Merge remote-tracking branch 'petsc/master' into fix-pcgasm-reuse
|