History log of /petsc/include/petscsnes.h (Results 201 – 225 of 1096)
Revision Date Author Comments
# 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


# 8383d7d7 23-Jan-2019 Fande Kong <fdkong.jd@gmail.com>

Added API: SNESGetCheckJacobianDomainError


# b351a90b 23-Jan-2019 Fande Kong <fdkong.jd@gmail.com>

Add one petsc option: -snes_check_jacobian_domain_error

By default, we check Jacobian domain error after each Jacobian evaluaction in the debug mode, but
we do not check it in the optimized mode. T

Add one petsc option: -snes_check_jacobian_domain_error

By default, we check Jacobian domain error after each Jacobian evaluaction in the debug mode, but
we do not check it in the optimized mode. This option is used to turn the checker on/off.

show more ...


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

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


# cc6b0f04 18-Jan-2019 Fande Kong <fdkong.jd@gmail.com>

Added a few tests for Jacobian domain errors


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


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


# af0b0351 13-Dec-2018 Patrick Farrell <patrick@pefarrell.org>

Remove the composition type on the SNESPATCH (it will all be
handled by the composition type on the underlying PC, although
it isn't yet)


# 68e6d53e 09-Dec-2018 Patrick Farrell <patrick@pefarrell.org>

API declarations in the header file


# 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


# 11973451 02-Dec-2018 Karl Rupp <me@karlrupp.net>

Merge branch 'stefano_zampini/cherrypick-from-continuous-adjoint' [PR #1250]

* stefano_zampini/cherrypick-from-continuous-adjoint:
Few improvements from the continuous adjoint branch
This branch ext

Merge branch 'stefano_zampini/cherrypick-from-continuous-adjoint' [PR #1250]

* stefano_zampini/cherrypick-from-continuous-adjoint:
Few improvements from the continuous adjoint branch
This branch extracts few things that are in the continuous adjoint branch that should go into PETSc

show more ...


# 1ef27442 28-Nov-2018 Stefano Zampini <stefano.zampini@gmail.com>

SNES: add class to solve the transposed linear system within SNES


# 9b2d8a21 28-Nov-2018 Karl Rupp <me@karlrupp.net>

Merge branch 'barry/rm-snestest-leftovers' into maint [PR #1248]

* barry/rm-snestest-leftovers:
Remove references to SNESType of SNESTEST which was previously removed.


# 3ee5e0d8 28-Nov-2018 Karl Rupp <me@karlrupp.net>

Merge branch 'barry/rm-snestest-leftovers' [PR #1248]

* barry/rm-snestest-leftovers:
Remove references to SNESType of SNESTEST which was previously removed


12345678910>>...44