| 86fa73c5 | 08-Aug-2016 |
Stefano Zampini <stefano.zampini@gmail.com> |
PCBDDC: fix previous commit for nvecs > 1 |
| d8203eab | 08-Aug-2016 |
Stefano Zampini <stefano.zampini@gmail.com> |
PCBDDC: added PCBDDCCreateNullSpace
this is nothing fancy, except that it first creates an orthonormal NullSpaceObject |
| 90648384 | 08-Aug-2016 |
Stefano Zampini <stefano.zampini@gmail.com> |
PCBDDC: fix computation of interior dofs at next level |
| c8272957 | 08-Aug-2016 |
Stefano Zampini <stefano.zampini@gmail.com> |
PCBDDC: added PCBDDCGraphRestoreCandidateIS
now get candidates have USE_POINTER for the faces and edges |
| 2d505d7f | 05-Aug-2016 |
Stefano Zampini <stefano.zampini@gmail.com> |
PCBDDC: fix SetLocalAdjacencyGraph |
| 011b787b | 05-Aug-2016 |
Mark Adams <mfadams@lbl.gov> |
fixed merge with master |
| 7e5be6c5 | 04-Aug-2016 |
Stefano Zampini <stefano.zampini@gmail.com> |
PCBDDC: remove requirement of essential/natural dofs being disjoint sets: essential takes precedence |
| 684229de | 04-Aug-2016 |
Stefano Zampini <stefano.zampini@gmail.com> |
PCBDDC: another fix from nightly builds |
| 14f0bfb9 | 03-Aug-2016 |
Stefano Zampini <stefano.zampini@gmail.com> |
PCBDDC: fix from nightly tests where there are no partitioner availables |
| bedc4528 | 03-Aug-2016 |
Barry Smith <bsmith@mcs.anl.gov> |
Merge branch 'barry/extend-pcmg-galerkin' |
| 578c61f7 | 03-Aug-2016 |
Barry Smith <bsmith@mcs.anl.gov> |
Merge branch 'mark/fix-gamg-asm-aggs' |
| 2db913b4 | 03-Aug-2016 |
Barry Smith <bsmith@mcs.anl.gov> |
Merge branch 'barry/pcmgsetsmoothupdown-if-no-change' |
| f2a566d8 | 03-Aug-2016 |
Stefano Zampini <stefano.zampini@gmail.com> |
PCBDDC: fix from nightlybuilds |
| 6f516dd7 | 02-Aug-2016 |
Stefano Zampini <stefano.zampini@gmail.com> |
PCIS: use PetscBT instead of PetscInt* |
| a1dbd327 | 02-Aug-2016 |
Stefano Zampini <stefano.zampini@gmail.com> |
PCBDDC: added PETSC_USE_POINTER to PCBDDCSetLocalAdjacencyGraph |
| 71582508 | 02-Aug-2016 |
Stefano Zampini <stefano.zampini@gmail.com> |
PCBDDC: prepare code to Nedelec support |
| 4d7f8f00 | 02-Aug-2016 |
Stefano Zampini <stefano.zampini@gmail.com> |
PCBDDC: fix from nightlybuilds |
| 3b50add6 | 01-Aug-2016 |
Mark Adams <mfadams@lbl.gov> |
added randoms back in, made determanistic |
| aea53286 | 01-Aug-2016 |
Mark Adams <mfadams@lbl.gov> |
fixing gamg tests |
| dd645285 | 01-Aug-2016 |
Mark Adams <cal2princeton@yahoo.com> |
removed 'random' var from GAMG |
| d4890cce | 29-Jul-2016 |
Stefano Zampini <stefano.zampini@gmail.com> |
PCBDDC: decrease verbosity of ASCIIVIEW |
| 8ae0ca82 | 29-Jul-2016 |
Stefano Zampini <stefano.zampini@gmail.com> |
PCBDDC: Added transpose flag to PCBDDCSetDivergenceMat
fixed a bug when BDDC is used outside of a KSP with dirichlet_trick enabled |
| 69aca0b8 | 24-Jul-2016 |
Barry Smith <bsmith@mcs.anl.gov> |
fixed use of integers for mg->galerkin
Reported-by: nightly tests |
| 2134b1e4 | 24-Jul-2016 |
Barry Smith <bsmith@mcs.anl.gov> |
PCMGSetGalerkin() and -pc_mg_galerkin now take PC_MG_GALERKIN_BOTH,PC_MG_GALERKIN_PMAT,PC_MG_GALERKIN_MAT, PC_MG_GALERKIN_NONE as arguments instead of PetscBool
This allows computing either mat, or
PCMGSetGalerkin() and -pc_mg_galerkin now take PC_MG_GALERKIN_BOTH,PC_MG_GALERKIN_PMAT,PC_MG_GALERKIN_MAT, PC_MG_GALERKIN_NONE as arguments instead of PetscBool
This allows computing either mat, or pmat or both via the Galerkin process
Time: 16 hours Reported-by: domenico lahaye <domenico_lahaye@yahoo.com> Thanks-to: Lawrence Mitchell <lawrence.mitchell@imperial.ac.uk>
show more ...
|
| ea73f9d2 | 21-Jul-2016 |
Barry Smith <bsmith@mcs.anl.gov> |
Merge branch 'maint' |