| #
67e831d3
|
| 25-Mar-2020 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/psanan/docs-fixes-2020-03-25'
Doc fixes (prerequisites for Sphinx docs)
See merge request petsc/petsc!2633
|
| #
7a7aea1f
|
| 25-Mar-2020 |
Jed Brown <jed@jedbrown.org> |
docs: fix Input/Output Parameters list format
Reported-by: Pierre Jolivet <pierre.jolivet@enseeiht.fr>
|
| #
94aad3ce
|
| 07-Jul-2019 |
Lisandro Dalcin <dalcinl@gmail.com> |
Merged in dalcinl/dm-api (pull request #1850)
DM interface
Approved-by: BarryFSmith <bsmith@mcs.anl.gov>
|
| #
5a84ad33
|
| 05-Jul-2019 |
Lisandro Dalcin <dalcinl@gmail.com> |
DM: Simplify implementation of DMHasCreateInjection()
* Add log event for DMCreateInjection() * Get rid of DMHasCreateInjection_Default() * Rename dm->ops->getinjection to dm->ops->createinjection *
DM: Simplify implementation of DMHasCreateInjection()
* Add log event for DMCreateInjection() * Get rid of DMHasCreateInjection_Default() * Rename dm->ops->getinjection to dm->ops->createinjection * Improve error checking here and there
show more ...
|
| #
89583661
|
| 21-Jun-2019 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/barry/add-petscarrayxxx-ops' [PR #1771]
|
| #
580bdb30
|
| 07-Jun-2019 |
Barry Smith <bsmith@mcs.anl.gov> |
Add PetscArraycmp(), PetscArraycpy(), PetscArrayzero(), PetscArraymove(), update code to use new forms
Replace a couple multi-mallocs with a single malloc Replace backwards loops in MatSetValues_*()
Add PetscArraycmp(), PetscArraycpy(), PetscArrayzero(), PetscArraymove(), update code to use new forms
Replace a couple multi-mallocs with a single malloc Replace backwards loops in MatSetValues_*() with PetscArraymove()
Commit-type: style-fix, feature
show more ...
|
| #
d9db1516
|
| 06-May-2019 |
BarryFSmith <bsmith@mcs.anl.gov> |
Merged in barry/fix-linesearch-usage (pull request #1563)
SNESLineSearch should only be created and used if the SNES type requires the line search
|
| #
d8d34be6
|
| 19-Apr-2019 |
Barry Smith <bsmith@mcs.anl.gov> |
SNESLineSearch should only be created and used if the SNES type requires the line search
Previously the line search was created for all solver and and SNESLineSearchSetFromOptions() and SNESLineSear
SNESLineSearch should only be created and used if the SNES type requires the line search
Previously the line search was created for all solver and and SNESLineSearchSetFromOptions() and SNESLineSearchView() called for all solvers, even those that never used it, leading to confusion for users
Commit-type: feature, documentation Reported-by: Robert Nourgaliev <nourgaliev1@llnl.gov>
show more ...
|
| #
9a09376b
|
| 24-Mar-2019 |
Barry Smith <bsmith@mcs.anl.gov> |
Merge branch 'master' of bitbucket.org:petsc/petsc
|
| #
c5a7d6e0
|
| 20-Mar-2019 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/jczhang/fix-vecscattercreate-api'
|
| #
9448b7f1
|
| 18-Mar-2019 |
Junchao Zhang <jczhang@mcs.anl.gov> |
Revert the function name where it is referenced
|
| #
a041468a
|
| 06-Mar-2019 |
Lawrence Mitchell <lawrence@wence.uk> |
Merge branch 'master' into wence/feature-patch-all-at-once
|
| #
7452db5d
|
| 31-Jan-2019 |
Karl Rupp <me@karlrupp.net> |
Merge branch 'Fande-Kong/feature-support-domainerror-in-compute-jacobian' [PR #1327]
* Fande-Kong/feature-support-domainerror-in-compute-jacobian: Support domain errors in compute Jacobian
|
| #
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
|
| #
07b62357
|
| 18-Jan-2019 |
Fande Kong <fdkong.jd@gmail.com> |
Support domain errors in SNESComputeJacobian
|
| #
cd612eed
|
| 17-Jan-2019 |
Karl Rupp <me@karlrupp.net> |
Merge branch 'Fande-Kong/feature-retrieve-sol-and-step-norms-snes' [PR #1321]
* Fande-Kong/feature-retrieve-sol-and-step-norms-snes: Add two APIs: SNESGetUpdateNorm and SNESGetSolutionNorm Retrieve
Merge branch 'Fande-Kong/feature-retrieve-sol-and-step-norms-snes' [PR #1321]
* Fande-Kong/feature-retrieve-sol-and-step-norms-snes: Add two APIs: SNESGetUpdateNorm and SNESGetSolutionNorm Retrieve update and solution norms
show more ...
|
| #
c1e67a49
|
| 15-Jan-2019 |
Fande Kong <fdkong.jd@gmail.com> |
Add two APIs: SNESGetUpdateNorm and SNESGetSolutionNorm
Retrieve update and solution norms
We may/might want to print update and solution norms in a user-provided convergence checker if the SNES co
Add two APIs: SNESGetUpdateNorm and SNESGetSolutionNorm
Retrieve update and solution norms
We may/might want to print update and solution norms in a user-provided convergence checker if the SNES converged due to a small update length.
show more ...
|
| #
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 ...
|
| #
b45ef262
|
| 24-Sep-2018 |
Andreas Selinger <andreasselinger@gmail.com> |
Merged petsc/petsc into master
|