History log of /petsc/src/snes/impls/ls/ls.c (Results 76 – 100 of 752)
Revision Date Author Comments
# 63a3b9bc 06-Apr-2022 Jacob Faibussowitsch <jacob.fai@gmail.com>

Enable PETSC_ATTRIBUTE_FORMAT()


# f882803c 26-Mar-2022 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jacobf/2022-02-23/variadic-chkerr' into 'main'

Variadic CHKERRQ()

See merge request petsc/petsc!4889


# 9566063d 25-Mar-2022 Jacob Faibussowitsch <jacob.fai@gmail.com>

The great renaming:

- CHKERRQ() -> PetscCall()
- CHKERRV() -> PetscCallVoid()
- CHKERRMPI() -> PetscCallMPI()
- CHKERRABORT() -> PetscCallAbort()
- CHKERRCONTINUE() -> PetscCallContinue()
- CHKERRXX

The great renaming:

- CHKERRQ() -> PetscCall()
- CHKERRV() -> PetscCallVoid()
- CHKERRMPI() -> PetscCallMPI()
- CHKERRABORT() -> PetscCallAbort()
- CHKERRCONTINUE() -> PetscCallContinue()
- CHKERRXX() -> PetscCallThrow()
- CHKERRCXX() -> PetscCallCXX()
- CHKERRCUDA() -> PetscCallCUDA()
- CHKERRCUBLAS() -> PetscCallCUBLAS()
- CHKERRCUSPARSE() -> PetscCallCUSPARSE()
- CHKERRCUSOLVER() -> PetscCallCUSOLVER()
- CHKERRCUFFT() -> PetscCallCUFFT()
- CHKERRCURAND() -> PetscCallCURAND()
- CHKERRHIP() -> PetscCallHIP()
- CHKERRHIPBLAS() -> PetscCallHIPBLAS()
- CHKERRHIPSOLVER() -> PetscCallHIPSOLVER()
- CHKERRQ_CEED() -> PetscCallCEED()
- CHKERR_FORTRAN_VOID_FUNCTION() -> PetscCallFortranVoidFunction()
- CHKERRMKL() -> PetscCallMKL()
- CHKERRMMG() -> PetscCallMMG()
- CHKERRMMG_NONSTANDARD() -> PetscCallMMG_NONSTANDARD()
- CHKERRCGNS() -> PetscCallCGNS()
- CHKERRPTSCOTCH() -> PetscCallPTSCOTCH()
- CHKERRSTR() -> PetscCallSTR()
- CHKERRTC() -> PetscCallTC()

show more ...


# 28b400f6 03-Mar-2022 Jacob Faibussowitsch <jacob.fai@gmail.com>

pluck ~1000 low hanging PetscCheckFalse() -> PetscCheck() fruit


# 5f80ce2a 24-Feb-2022 Jacob Faibussowitsch <jacob.fai@gmail.com>

chkerr and friends wrapped


# 1241a243 13-Feb-2022 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jacobf/2022-01-05/c99' into 'main'

Feature: C99 and C++11

See merge request petsc/petsc!4700


# 2c71b3e2 11-Feb-2022 Jacob Faibussowitsch <jacob.fai@gmail.com>

rename PetscAssert() -> PetscCheck() and PetscAssertDebug() -> PetscAssert()


# 9ace16cd 28-Jan-2022 Jacob Faibussowitsch <jacob.fai@gmail.com>

add PetscAssert() and PetscAssertFalse()


# 7d3de750 12-Jan-2022 Jacob Faibussowitsch <jacob.fai@gmail.com>

make PetscInfo() variadic


# 98921bda 28-Jan-2022 Jacob Faibussowitsch <jacob.fai@gmail.com>

SETERRQ[1-9]+ begone


# 769df306 22-Feb-2021 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2021-02-07/check-for-hard-error-linesearch-failure' into 'master'

Found location where SETERRQ() was not immediately called when snes->errorifnotconverged was set.

See merge req

Merge branch 'barry/2021-02-07/check-for-hard-error-linesearch-failure' into 'master'

Found location where SETERRQ() was not immediately called when snes->errorifnotconverged was set.

See merge request petsc/petsc!3614

show more ...


# 3add74b1 07-Feb-2021 Barry Smith <bsmith@mcs.anl.gov>

Found location where SETERRQ() was not immediately called when snes->errorifnotconverged was set.

This makes tracking down and debugging issuses in this situation more difficult.

Commit-type: error

Found location where SETERRQ() was not immediately called when snes->errorifnotconverged was set.

This makes tracking down and debugging issuses in this situation more difficult.

Commit-type: error-checking
Project: hyperbolic
/spend 30m

show more ...


# 16924cb1 26-Aug-2020 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2020-08-16/fix-source-formatting' into 'master'

Turn on checkbadSource test to generate an error when found; fix all source code that causes errors

See merge request petsc/petsc

Merge branch 'barry/2020-08-16/fix-source-formatting' into 'master'

Turn on checkbadSource test to generate an error when found; fix all source code that causes errors

See merge request petsc/petsc!3064

show more ...


# 2da392cc 17-Aug-2020 Barry Smith <bsmith@mcs.anl.gov>

Turn on checkbadSource test to generate an error when found; fix all source code that causes errors

Commit-type: portability-fix, testing-fix, style-fix, feature, maintainability
/spend 1.5h


# a94d0452 07-Apr-2020 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/maint'


# 3ab78622 06-Apr-2020 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jed/sneslinesearch-type/maint' into 'maint'

Jed/sneslinesearch type/maint

See merge request petsc/petsc!2692


# ec786807 05-Apr-2020 Jed Brown <jed@jedbrown.org>

SNES: only change linesearch type when not already set

This is necessary to allow users to SNESLineSearchSetType before SNESSetFromOptions.


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


# 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


# 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


12345678910>>...31