| b0213362 | 19-Jul-2014 |
Stefano Zampini <stefano.zampini@gmail.com> |
PCBDDC: bug fix in inheritance of solver package for seq solver of deluxe |
| 21e72a00 | 18-Jul-2014 |
Barry Smith <bsmith@mcs.anl.gov> |
improve the memory usage of PCGAMGCreateGraph() |
| 7821e9e7 | 13-Jul-2014 |
Stefano Zampini <stefano.zampini@gmail.com> |
PCBDDC: deluxe setup should use PCBDDCGetCandidatesIS instead of accessing the graph structure directly |
| 609885f5 | 13-Jul-2014 |
Stefano Zampini <stefano.zampini@gmail.com> |
Merge branch 'stefano_zampini/pcbddc-primalfixes' into stefano_zampini/pcbddc_deluxe |
| d06fc5fd | 13-Jul-2014 |
Stefano Zampini <stefano.zampini@gmail.com> |
PCBDDC: forgot to commit relevant changes to bddcprivate.c and bddcprivate.h |
| a873d5d0 | 13-Jul-2014 |
Stefano Zampini <stefano.zampini@gmail.com> |
PCBDDC: candidates should be always computed.
they are returned back only if the pointer is not null |
| d7796978 | 13-Jul-2014 |
Stefano Zampini <stefano.zampini@gmail.com> |
PCBDDC: reverted selection of primal vertices as before 1e1f2d9
PCBDDCGraphGetCandidateIS now returns index sets only if the user asks for them |
| 8967ba2f | 12-Jul-2014 |
Barry Smith <bsmith@mcs.anl.gov> |
Merge branch 'barry/fix-gamg-preallocation-block' |
| 73213c38 | 11-Jul-2014 |
Barry Smith <bsmith@mcs.anl.gov> |
Added code to properly preallocate "diagonal" portion of scalar matrix derived from vector matrix in PCGAMGCreateGraph()
Reported-by: Fabian Jakub <Fabian.Jakub@physik.uni-muenchen.de> |
| 9b70a373 | 10-Jul-2014 |
Stefano Zampini <stefano.zampini@gmail.com> |
PCBDDC: special nodes should be selected as primal vertices even if they are shared by two subdomains only
they thus need to be communicated to relevant neighbours when performing graph setup |
| 0a95f60d | 10-Jul-2014 |
Stefano Zampini <stefano.zampini@gmail.com> |
PCBDDC: deluxe rebuild was broken. Now fixed. |
| c63f45b2 | 10-Jul-2014 |
Stefano Zampini <stefano.zampini@gmail.com> |
PCBDDC: less restrictive test on parallel errors |
| 1cef56d8 | 04-Jul-2014 |
Stefano Zampini <stefano.zampini@gmail.com> |
PCBDDC: deluxe scaling uses all sequential problems if threshold value is negative |
| 45344fc8 | 03-Jul-2014 |
Stefano Zampini <stefano.zampini@gmail.com> |
Merge branch 'stefano_zampini/matis_getmpixaij' |
| 6a1308c2 | 01-Jul-2014 |
Stefano Zampini <stefano.zampini@gmail.com> |
BDDC: fix compile warnings |
| 906d46d4 | 30-Jun-2014 |
Stefano Zampini <stefano.zampini@gmail.com> |
PCBDDC: change of basis matrix now acts on the whole set of degrees of freedom
Computation of the local change of basis is unchanged Interface for user defined change of basis has been changed accor
PCBDDC: change of basis matrix now acts on the whole set of degrees of freedom
Computation of the local change of basis is unchanged Interface for user defined change of basis has been changed accordingly A MatShell object is now created for matrix vector multiplications inside the KSP object
show more ...
|
| 2bc0d5c7 | 27-Jun-2014 |
Stefano Zampini <stefano.zampini@gmail.com> |
Merge branch 'stefano_zampini/pcbddc-maint' into stefano_zampini/pcbddc_deluxe |
| ccdc0be0 | 27-Jun-2014 |
Stefano Zampini <stefano.zampini@gmail.com> |
PCBDDC: seq_ksp inherits solver package from dirichlet solver |
| 34d6797c | 27-Jun-2014 |
Stefano Zampini <stefano.zampini@gmail.com> |
PCBDDC: PetscStrncpy needs an extra +1 now (see ff32304) |
| a316fed8 | 27-Jun-2014 |
Stefano Zampini <stefano.zampini@gmail.com> |
PCBDDC: use PetscObjectGetComm instead of PetscObjectComm |
| 83f1a634 | 27-Jun-2014 |
Stefano Zampini <stefano.zampini@gmail.com> |
PCBDDC: bug fix |
| 8856534d | 27-Jun-2014 |
Stefano Zampini <stefano.zampini@gmail.com> |
PCBDDC: PetscStrncpy now need an extra +1 (see ff32304)
Removed // comments |
| 34a97f8c | 27-Jun-2014 |
Stefano Zampini <stefano.zampini@gmail.com> |
PCBDDC: added implementation of deluxe scaling |
| b7ce53b6 | 22-Jun-2014 |
Stefano Zampini <stefano.zampini@gmail.com> |
MATIS: MatISGetMPIXAIJ is now well tested and can be public. Moved to MATIS source
minor corrections to matis.c |
| 2e1e5fa4 | 22-Jun-2014 |
Stefano Zampini <stefano.zampini@gmail.com> |
MATIS: added preallocation when local matrices are not dense
matrix type argument removed |