History log of /petsc/src/snes/interface/snes.c (Results 451 – 475 of 2059)
Revision Date Author Comments
# 5065da2f 13-May-2019 Barry Smith <bsmith@mcs.anl.gov>

Merge branch 'master' of bitbucket.org:petsc/petsc


# fccb18fb 12-May-2019 BarryFSmith <bsmith@mcs.anl.gov>

Merged in barry/cleanup-petscstringviewer (pull request #1630)

Work on PetscViewerString. Fix use of PetscInt -> size_t, add new functionality, add usage by basic solver objects, add test case


# 36a9e3b9 06-May-2019 Barry Smith <bsmith@mcs.anl.gov>

Work on PetscViewerString. Fix use of PetscInt -> size_t, add new functionality, add usage by basic solver objects, add test case

Commit-type: style-fix, feature, documentation, example


# 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 ...


# f17a9363 24-Apr-2019 Satish Balay <balay@mcs.anl.gov>

Merged in stefano_zampini/fix-matcomputeexplicitop (pull request #1570)

Allow specifying an operator type when computing operators explicitly

Approved-by: BarryFSmith <bsmith@mcs.anl.gov>
Approved-

Merged in stefano_zampini/fix-matcomputeexplicitop (pull request #1570)

Allow specifying an operator type when computing operators explicitly

Approved-by: BarryFSmith <bsmith@mcs.anl.gov>
Approved-by: Patrick Sanan <patrick.sanan@gmail.com>

show more ...


# 0bacdada 23-Apr-2019 Stefano Zampini <stefano.zampini@gmail.com>

Deprecate old {Mat|PC|KSP}ComputeExplicitOperator in favor of {Mat|PC|KSP}ComputeOperator


# 186a3e20 21-Apr-2019 Stefano Zampini <stefano.zampini@gmail.com>

{Mat|PC|KSP}ComputeExplicitOperator: add extra argument for matrix type


# 53e09f5e 19-Apr-2019 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/maint'


# 5f216cbb 19-Apr-2019 BarryFSmith <bsmith@mcs.anl.gov>

Merged in barry/fix-nasm-uses-ksp/maint (pull request #1557)

The SNESNASM nonlinear preconditioner doesn't ever use the KSP solver therefor should never turn on the usesksp flag. The setting of this

Merged in barry/fix-nasm-uses-ksp/maint (pull request #1557)

The SNESNASM nonlinear preconditioner doesn't ever use the KSP solver therefor should never turn on the usesksp flag. The setting of this flag made the SNESASPIN solver that uses the SNESNASM solver incorrectly have SNESNASM process the options for the KS

show more ...


# 951fe5ab 18-Apr-2019 Barry Smith <bsmith@mcs.anl.gov>

The SNESNASM nonlinear preconditioner doesn't ever use the KSP solver therefor
should never turn on the usesksp flag. The setting of this flag made the SNESASPIN solver
that uses the SNESNASM solver

The SNESNASM nonlinear preconditioner doesn't ever use the KSP solver therefor
should never turn on the usesksp flag. The setting of this flag made the SNESASPIN solver
that uses the SNESNASM solver incorrectly have SNESNASM process the options for the
KSP and view it in SNESView() which could lead to users incorrectly believing the
solver was being used. Also added more text to the manual pages for these objects
to clarify how they function and interact with the Jacobian.

Commit-type: bug-fix, documentation

show more ...


# 4c19bcc8 18-Apr-2019 Matthew Knepley <knepley@gmail.com>

Merged in knepley/feature-poiseuille-example (pull request #1446)

Knepley/feature poiseuille example

Approved-by: BarryFSmith <bsmith@mcs.anl.gov>


# 25e06922 16-Apr-2019 BarryFSmith <bsmith@mcs.anl.gov>

Merged in barry/skip-ksp-from-snes-not-using-ksp (pull request #1540)

Don't call KSPCreate() and KSPSetFromOptions() in SNESSetFromOptions() if the SNES method doesn't use KSP.


# 6aa5e7e9 14-Apr-2019 Barry Smith <bsmith@mcs.anl.gov>

Don't call KSPCreate() and KSPSetFromOptions() in SNESSetFromOptions() if
the SNES method doesn't use KSP.

Calling the KSPSetFromOptions() processes the KSP options so users may think
they are actua

Don't call KSPCreate() and KSPSetFromOptions() in SNESSetFromOptions() if
the SNES method doesn't use KSP.

Calling the KSPSetFromOptions() processes the KSP options so users may think
they are actually being used, instead it will now print out a warning in
debug mode that the KSP options have been skipped. Also updated to test
harness cases that used -ksp_monitor_short when it wasn't really being used

Commit-type: testing-fix, style-fix, feature

show more ...


# 8000f006 15-Mar-2019 Barry Smith <bsmith@mcs.anl.gov>

Merge branch 'master' of bitbucket.org:petsc/petsc


# 553225e2 14-Mar-2019 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/jczhang/vecscat-in-sf' [PR #1396]


# 95cbbfd3 13-Mar-2019 Matthew G. Knepley <knepley@gmail.com>

DM+DS: Exact solution functions should also carry contexts


# 8860a134 12-Mar-2019 Junchao Zhang <jczhang@mcs.anl.gov>

Use new vector read-lock function names

The new one are VecLockReadPush, VecLockReadPop, VecSetErrorIfLocked


# a041468a 06-Mar-2019 Lawrence Mitchell <lawrence@wence.uk>

Merge branch 'master' into wence/feature-patch-all-at-once


# 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.


# 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


# 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


1...<<11121314151617181920>>...83