| #
05b34211
|
| 08-Nov-2019 |
Pierre Jolivet <pierre.jolivet@enseeiht.fr> |
Add some PetscLogEvents
|
| #
244dff2e
|
| 06-Nov-2019 |
Pierre Jolivet <pierre.jolivet@enseeiht.fr> |
Add PCHPDDMSetRHSMat
|
| #
d0eddb9b
|
| 07-Nov-2019 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'mark/fix-viewfromoptions' into 'master'
prototype for ViewFromOptions macro-->functions
See merge request petsc/petsc!2083
|
| #
fe2efc57
|
| 07-Nov-2019 |
Mark <cal2princeton@yahoo.com> |
prototype for ViewFromOptions macro-->functions
|
| #
c873c3cb
|
| 06-Nov-2019 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'mark/gamg-eigest-sa-cheby' into 'master'
Mark/gamg eigest sa cheby
See merge request petsc/petsc!2130
|
| #
18c3aa7e
|
| 06-Nov-2019 |
Mark <cal2princeton@yahoo.com> |
Mark/gamg eigest sa cheby
|
| #
46b16879
|
| 23-Oct-2019 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jolivet/fix-upstream-hpddm' into 'master'
Multiple fixes to PCHPDDM + MatMatMult_SeqSBAIJ_SeqDense
See merge request petsc/petsc!2123
|
| #
c5910190
|
| 29-Sep-2019 |
Pierre Jolivet <pierre.jolivet@enseeiht.fr> |
Multiple small fixes and improvements for HPDDM
* New function PCHPDDMHasNeumannMat * Bumped HPDDM version (upstream bug with BAIJ coarse matrices) * Updated output files * --download-hpddm without
Multiple small fixes and improvements for HPDDM
* New function PCHPDDMHasNeumannMat * Bumped HPDDM version (upstream bug with BAIJ coarse matrices) * Updated output files * --download-hpddm without --download-slepc
show more ...
|
| #
7c0b37d0
|
| 29-Sep-2019 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jed/pcbddc-lumped' into 'master'
Jed/pcbddc lumped
See merge request petsc/petsc!1390
|
| #
bc960bbf
|
| 14-Jan-2019 |
Jed Brown <jed@jedbrown.org> |
PCBDDC: add lumped variant, aka M_1
This variant, also known as M_1 in the literature, skips extension of balanced interface values to the interior by solving a Dirichlet problem. It gives up a fac
PCBDDC: add lumped variant, aka M_1
This variant, also known as M_1 in the literature, skips extension of balanced interface values to the interior by solving a Dirichlet problem. It gives up a factor of H/h in condition number relative to Dirichlet (standard) BDDC, but may be appropriate for small subdomains, inexact subdomain solvers, and/or as an ingredient in composite preconditioners.
Based-on-patch-by: Stefano Zampini <stefano.zampini@gmail.com>
show more ...
|
| #
daa275bd
|
| 25-Sep-2019 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'mark/gamg-optimizations-cpupinning-logicfixes-reducedgridlayout' into 'master'
high level GAMG optimizations, pin coarse grids to CPU, add new reduced...
See merge request petsc/petsc
Merge branch 'mark/gamg-optimizations-cpupinning-logicfixes-reducedgridlayout' into 'master'
high level GAMG optimizations, pin coarse grids to CPU, add new reduced...
See merge request petsc/petsc!2061
show more ...
|
| #
ce7c7f2f
|
| 16-Sep-2019 |
Mark Adams <mfadams@lbl.gov> |
high level GAMG optimizations, pin coarse grids to CPU, add new reduced processor layout (spread accross machine or 'compact'
WIP: fixing as per suggestions, but Fortran subs are failing to make
|
| #
cc17cd1e
|
| 23-Sep-2019 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'master' into 'master'
Add --download-hpddm
See merge request petsc/petsc!1994
|
| #
38cfc46e
|
| 22-Sep-2019 |
Pierre Jolivet <pierre.jolivet@enseeiht.fr> |
--download-hpddm for PCHPDDM and KSPHPDDM
|
| #
ed0ed7c6
|
| 19-Sep-2019 |
Barry Smith <bsmith@mcs.anl.gov> |
Merge branch 'master' into 'barry/2019-08-22/fix-fblaslapack-for-nag'
# Conflicts: # lib/petsc/conf/test
|
| #
2df7367e
|
| 10-Sep-2019 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'Fande-Kong/feature_set_PtAP_pchmg' into 'master'
A few improvements to PCHMG
See merge request petsc/petsc!1985
|
| #
4fea3358
|
| 21-Aug-2019 |
Fande Kong <fdkong.jd@gmail.com> |
HMG: added a test for ``-pc_hmg_coarsening_component"
|
| #
302073b8
|
| 22-Jul-2019 |
Karl Rupp <me@karlrupp.net> |
Merge branch 'pr1819/jkruzik/feature-pcdeflation/master' [PR #1819]
* pr1819/jkruzik/feature-pcdeflation/master: PCDeflation. Implements multilevel deflation preconditioner that can shift part of th
Merge branch 'pr1819/jkruzik/feature-pcdeflation/master' [PR #1819]
* pr1819/jkruzik/feature-pcdeflation/master: PCDeflation. Implements multilevel deflation preconditioner that can shift part of the spectrum to a predefined value.
Given a full rank deflation matrix W, the deflation preconditioner uses projections Q = W*(W'*A*W)^{-1}*W' and P = I - Q*A. It computes computes initial guess x0 = x_{-1} - Q*r_{-1} which is the solution on the deflation space. The preconditioner application consists of P*M^{-1} + factor*Q, where M^{-1} is an additional preconditioner.
See the documentation for PCDEFLATION above PCCreate_Deflation for more detailed description.
show more ...
|
| #
8c4db21f
|
| 08-Jul-2019 |
Jakub Kruzik <jakub.kruzik@gmail.com> |
remove SetPC SetCoarseKSP
|
| #
93b79a5a
|
| 08-Jul-2019 |
Jakub Kruzik <jakub.kruzik@gmail.com> |
change SetMaxLvls to SetLevels
|
| #
a122ebae
|
| 20-Jun-2019 |
Jakub Kruzik <jakub.kruzik@gmail.com> |
set init only
|
| #
8a71cb68
|
| 20-Jun-2019 |
Jakub Kruzik <jakub.kruzik@gmail.com> |
set correction factor
|
| #
859a873c
|
| 20-Jun-2019 |
Jakub Kruzik <jakub.kruzik@gmail.com> |
set reduction factor
|
| #
98d6e3de
|
| 20-Jun-2019 |
Jakub Kruzik <jakub.kruzik@gmail.com> |
reorder fuctions
|
| #
39417d7e
|
| 20-Jun-2019 |
Jakub Kruzik <jakub.kruzik@gmail.com> |
set space to compute
|