History log of /petsc/src/ksp/pc/impls/bddc/bddc.c (Results 201 – 225 of 873)
Revision Date Author Comments
# 3bf6e316 13-Feb-2019 Stefano Zampini <stefano.zampini@gmail.com>

PCBDDC: cannot use the exact dirichlet trick when amat != pmat


# b0f52d29 28-Jan-2019 Joseph Pusztay <josephpusztay@Josephs-MacBook-Pro.local>

Merge branch 'master' into jpusztay/feature-swarm-symplectic-example


# 940dfb0a 28-Jan-2019 Joseph Pusztay <josephpu@buffalo.edu>

Merged petsc/petsc into master


# 30faf514 27-Jan-2019 m_diehl <m.diehl@mpie.de>

Merged petsc/petsc into master


# ddad275a 21-Jan-2019 Patrick Farrell <patrick@pefarrell.org>

Merge branch 'master' into knepley/feature-snes-patch


# 84bc9e53 28-Dec-2018 Barry Smith <bsmith@mcs.anl.gov>

Merge branch 'barry/improve-error-propagation-ksp-pc'


# a40b62d7 28-Dec-2018 BarryFSmith <bsmith@mcs.anl.gov>

Merged in barry/improve-manual (pull request #1289)

Fixes for begining of users manual and a variety of webpages including manual pages


# c0decd05 25-Dec-2018 Barry Smith <bsmith@mcs.anl.gov>

Improve the error propagation between and within KSPs and PCs

- Added KSPCheckSolve() to be called consistently by PCs to set failures if the inner solvers fail.
- Added use of KSPCheckNorm() and KS

Improve the error propagation between and within KSPs and PCs

- Added KSPCheckSolve() to be called consistently by PCs to set failures if the inner solvers fail.
- Added use of KSPCheckNorm() and KSPCheckDot() to all the Krylov methods to propagate errors from PCs to the KSPs.

Commit-type: feature

show more ...


# 8a690491 21-Dec-2018 Barry Smith <bsmith@mcs.anl.gov>

Fixes for begining of users manual and a variety of webpages including manual pages

Commit-type: bug-fix, documentation


# a5a49157 25-Oct-2018 Joseph Pusztay <josephpusztay@Josephs-MacBook-Pro.local>

Merge branch 'master' into jpusztay/feature-swarm-symplectic-example


# e901d7f7 25-Oct-2018 Joseph Pusztay <josephpusztay@Josephs-MacBook-Pro.local>

Merge branch 'master' into jpustay/feature-swarm-example


# baeaa64e 25-Oct-2018 Joseph Pusztay <josephpu@buffalo.edu>

Merged petsc/petsc into master


# df90af56 24-Oct-2018 Matthew G. Knepley <knepley@gmail.com>

Merge branch 'master' into arcowie-rem/feature-error-logging

* master: (393 commits)
Bib: Update reference
Mat: Doc fix
Bib: Updated ref
PetscDS: Doc fixes
PC+LU: Do not try to refactor an

Merge branch 'master' into arcowie-rem/feature-error-logging

* master: (393 commits)
Bib: Update reference
Mat: Doc fix
Bib: Updated ref
PetscDS: Doc fixes
PC+LU: Do not try to refactor an already factored matrix
Mat: Small fix for checking and docs
Mat: Added MatSetFactorType() - Needed it when making a shell matrix look factored
PetscDS: Added PetscDSUpdateBoundary() - Lets the user change the boundary condition
single precision produces different convergence history
p4est: has a dependency on zlib - so handle it correctly
Add -mat_mffd_complex to use the Lyness complex number trick to compute J_u * v instead of differencing.
Replace VecWAXPY by VecAXPY if needed
Revert "Replace VecWAXPY by VecAXPY if needed"
Replace VecWAXPY by VecAXPY if needed
MatHermitianTransposeGetMat and MatCreateVecs
ex19: Updated test filter to avoid false positives.
DM: Improved Global-To-Natural docs Suggested-by: Josh L <ysjosh.lo@gmail.com>
Do not build shared openblas when doing static build
Upgrade OpenBLAS to 0.3.3
test: add alt output file for changes in OSX-10.14 and Xcode-10.0 [perhaps related to ML]
...

Conflicts:
src/vec/is/utils/vsectionis.c

show more ...


# dfd95116 20-Oct-2018 Pierre Jolivet <pierre.jolivet@enseeiht.fr>

Merged petsc/petsc into master


# 5a7b8bca 09-Oct-2018 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/stefano_zampini/weakly-symmetric-elasticity-rebased'


# 08af2428 07-Oct-2018 Stefano Zampini <stefano.zampini@gmail.com>

PCBDDC: remove CG requirement for the application of the benign trick on the right-hand side

benign rhs computation improves the quality of the solver when used with KSPPREONLY
We can always use the

PCBDDC: remove CG requirement for the application of the benign trick on the right-hand side

benign rhs computation improves the quality of the solver when used with KSPPREONLY
We can always use the command line option -pc_bddc_benign_compute_correction 0 to skip this part

show more ...


# 4df7a6bf 04-Oct-2018 Stefano Zampini <stefano.zampini@gmail.com>

PCBDDC: add pipelcg to the set of CG methods

benign correction should be computed only with CG


# 3b03f7bb 26-Sep-2018 Stefano Zampini <stefano.zampini@gmail.com>

PCBDDC: added support for vector-L2 discontinuous spaces

we can now solve the vector-H(div) x vector-(L2) problem arising from elasticity with weak-symmetry


# 9ad3d12a 01-Oct-2018 Karl Rupp <me@karlrupp.net>

Merge branch 'stefano_zampini/fix-pcksp-fetidp-maint' [PR #1145]


# 8402da8d 01-Oct-2018 Karl Rupp <me@karlrupp.net>

Merge branch 'stefano_zampini/fix-pcksp-fetidp-maint' into maint [PR #1145]


# 1b24a7af 28-Sep-2018 Stefano Zampini <stefano.zampini@gmail.com>

PCBDDC: fix error reported by jenkins


# 064a4176 13-Sep-2018 Stefano Zampini <stefano.zampini@gmail.com>

KSPFETIDP: added convergence quality test for the the subproblems in the saddlepoint case


# ff11fd76 13-Sep-2018 Stefano Zampini <stefano.zampini@gmail.com>

KSPFETIDP: propagate CSR information if present in the saddle point case


# b45ef262 24-Sep-2018 Andreas Selinger <andreasselinger@gmail.com>

Merged petsc/petsc into master


# 5a5264e3 19-Sep-2018 Pierre Jolivet <pierre.jolivet@enseeiht.fr>

Merged petsc/petsc into master


12345678910>>...35