| #
d2f69238
|
| 12-Mar-2019 |
Dave May <dave.mayhem23@gmail.com> |
Merged in dmay/feature-telescope-dmcoarse/next (pull request #1402)
PCTelescope feature: Support setup from a coarse DM
Approved-by: BarryFSmith <bsmith@mcs.anl.gov>
|
| #
fa84ea4c
|
| 08-Feb-2019 |
Lawrence Mitchell <lawrence@wence.uk> |
PATCH: Assemble all element tensors once
|
| #
34fb549a
|
| 27-Feb-2019 |
Dave May <dave.mayhem23@gmail.com> |
Added missing prototypes
|
| #
acf2464a
|
| 06-Feb-2019 |
Karl Rupp <me@karlrupp.net> |
Merge branch 'knepley/feature-snes-patch' [PR #1332]
* knepley/feature-snes-patch: Implement SNESPATCH, a SNES for the topological construction of nonlinear relaxation methods.
|
| #
b0f52d29
|
| 28-Jan-2019 |
Joseph Pusztay <josephpusztay@Josephs-MacBook-Pro.local> |
Merge branch 'master' into jpusztay/feature-swarm-symplectic-example
|
| #
a1a5ab92
|
| 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
|
| #
59109abc
|
| 25-Jan-2019 |
Lawrence Mitchell <lawrence@wence.uk> |
PATCH: Provide callbacks for interior facets
|
| #
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'
|
| #
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 ...
|
| #
2c2595ff
|
| 20-Dec-2018 |
Matthew G. Knepley <knepley@gmail.com> |
Merge branch 'master' into knepley/fix-plex-partition-parallel
* master: (414 commits) very small updates to users manual syntax is define(XXX) in examples tests not defined(XXX) Increase patc
Merge branch 'master' into knepley/fix-plex-partition-parallel
* master: (414 commits) very small updates to users manual syntax is define(XXX) in examples tests not defined(XXX) Increase patchlevel to 3.10.3 petsc4py: updat to latest maint snapshot with SNESTEST updates Fix link for CUDA example in PETSc from GPUs.html page Minor fixes to installation instructions Mat: Fixed types in Pardiso interface Converted example comment to latex This example crashes (for unknown reasons, probably related to the handling of extended derived types passed as arguments) with the PGI Fortran compiler Remove outdated requires: from top of several examples remove outdated test requires: command from top of source file Fix the documentation for -ksp_gmres_cgs_refinement_type Commit f20c2d659b168217cb455989f28afe052d71a64c broke lex.py so the users manual was no longer being built. There reverted the changes to lex.py Plex: Add PetscPartitioner to fort list Suggested-by: Jiaoyan Li <Jiaoyan.Li@inl.gov> Doc: Fix spelling Suggested-by: Manuel Colera Rico <m.colera@upm.es> Mat ex88: check in double or quad precision only Fix error with PetscComplex when PETSc is compiled with C and used in C++ configure: fix typo endwith -> endswith Sys ex23: Migrated to ts_max_time in yaml file as well. AO ex5: Fixed missing CHKERRQ(); Mat test ex88: add tests for MatMultAdd and MatMultTranposeAdd ...
Conflicts: src/dm/impls/plex/examples/tests/ex12.c
show more ...
|
| #
4d04e9f1
|
| 14-Dec-2018 |
Patrick Farrell <patrick@pefarrell.org> |
SNESPATCH: Do the same thing for the residual evaluation
|
| #
39fd2e8a
|
| 14-Dec-2018 |
Patrick Farrell <patrick@pefarrell.org> |
We need to pass the state _with_ boundary data to the patch residual evaluator, but compute a residual _without_ boundary data. We therefore need all of the *withArtificial datastructures in PCPATCH
We need to pass the state _with_ boundary data to the patch residual evaluator, but compute a residual _without_ boundary data. We therefore need all of the *withArtificial datastructures in PCPATCH if we're running in nonlinear mode. This requires passing two dofmaps to the residual code, also.
show more ...
|
| #
6c270751
|
| 09-Dec-2018 |
Patrick Farrell <patrick@pefarrell.org> |
Various functions for setting data on a SNESPATCH.
|
| #
34d8b122
|
| 09-Dec-2018 |
Patrick Farrell <patrick@pefarrell.org> |
Merge branch 'master' into knepley/feature-snes-patch
Not sure if this has done the right thing because there are no tests yet. Also, the fortran stubs break (it doesn't know what to do with SNESCo
Merge branch 'master' into knepley/feature-snes-patch
Not sure if this has done the right thing because there are no tests yet. Also, the fortran stubs break (it doesn't know what to do with SNESCompositeType), and I don't know how to fix it.
show more ...
|
| #
f35fe2a5
|
| 06-Dec-2018 |
Joseph Pusztay <josephpu@buffalo.edu> |
Merged petsc/petsc into master
|
| #
83c10b7e
|
| 04-Dec-2018 |
Pierre Jolivet <pierre.jolivet@enseeiht.fr> |
Merged petsc/petsc into master
|
| #
d118e1e5
|
| 11-Nov-2018 |
Karl Rupp <me@karlrupp.net> |
Merge branch 'knepley/fix-pc-types-header' [PR #1225]
* knepley/fix-pc-types-header: Better and more modular organization of petscpc.h and petscpctypes.h
|
| #
77a3c058
|
| 09-Nov-2018 |
Karl Rupp <me@karlrupp.net> |
PC: Fixed missing include of petscdmtypes.h in petscpc.h
Should have been part of 5364dd8 already.
|
| #
add938d5
|
| 07-Nov-2018 |
Karl Rupp <me@karlrupp.net> |
Merge branch 'pr1183/kruse/fieldsplit-golubkahan/master' [PR #1183]
* pr1183/kruse/fieldsplit-golubkahan/master: Golub-Kahan bidiagonalization preconditioner. An implementation of the Golub-Kahan bi
Merge branch 'pr1183/kruse/fieldsplit-golubkahan/master' [PR #1183]
* pr1183/kruse/fieldsplit-golubkahan/master: Golub-Kahan bidiagonalization preconditioner. An implementation of the Golub-Kahan bidiagonalization method to solve symmetric saddle point problems of 2x2 block structure A=[A00, A01; A01', 0].
show more ...
|
| #
723f9013
|
| 01-Nov-2018 |
Matthew G. Knepley <knepley@gmail.com> |
PCPatch: Include a vector argument to ComputeOperator()
|
| #
b09e027e
|
| 18-Oct-2018 |
Carola Kruse <kruse@celeste.cerfacs.fr> |
Added routines for setting the GKB preconditioner parameters
|
| #
a5a49157
|
| 25-Oct-2018 |
Joseph Pusztay <josephpusztay@Josephs-MacBook-Pro.local> |
Merge branch 'master' into jpusztay/feature-swarm-symplectic-example
|