History log of /petsc/src/snes/interface/snesut.c (Results 101 – 125 of 553)
Revision Date Author Comments
# 94a2a55e 29-Jun-2021 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jed/fix-essl' into 'main'

ESSL fixes, support for LLNL liblapackforessl, and Lassen example

Closes #813

See merge request petsc/petsc!4090


# 1148afce 15-Jun-2021 Stefano Zampini <stefano.zampini@gmail.com>

ESSL: upgrade to 5.2 and above

As of ESSL 5.2, interfaces to functions like ?geev now match that of
standard LAPACK, where they previously had a different calling
convention.

Co-authored-by: Jed Br

ESSL: upgrade to 5.2 and above

As of ESSL 5.2, interfaces to functions like ?geev now match that of
standard LAPACK, where they previously had a different calling
convention.

Co-authored-by: Jed Brown <jed@jedbrown.org>

show more ...


# 005520e9 13-May-2021 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jacobf/2021-03-26/clang-static-linter' into 'main'

Feature: libClang PETSc Macro Static Analyzer

See merge request petsc/petsc!3773


# 064a246e 11-May-2021 Jacob Faibussowitsch <jacob.fai@gmail.com>

Linter using libClang that checks PetscValidHeaderSpecifcType, PetscValidHeaderSpecific, PetscValidHeader, PetscValid[XXX]Pointer, PetscValidType, PetscCheckSameComm, PetscValidLogicalCollectiveXXX f

Linter using libClang that checks PetscValidHeaderSpecifcType, PetscValidHeaderSpecific, PetscValidHeader, PetscValid[XXX]Pointer, PetscValidType, PetscCheckSameComm, PetscValidLogicalCollectiveXXX for validity. Automatically generates diff files for problems with a known solution.

show more ...


# 67aa41a2 28-Apr-2021 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/release'


# e8d8b5b5 28-Apr-2021 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jose/fix-warnings-pgi' into 'release'

Fix unreachable statement warnings in PGI

See merge request petsc/petsc!3925


# 75d20197 28-Apr-2021 Jose E. Roman <jroman@dsic.upv.es>

Fix unreachable statement warnings in PGI


# 16f8cdc7 09-Apr-2021 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/barry/2021-03-28/fix-mpiu-allreduce-mpi-failure'

Fix capture of MPI error code in MPIU_Allreduce()

See merge request petsc/petsc!3777


# 820f2d46 03-Apr-2021 Barry Smith <bsmith@mcs.anl.gov>

All MPIU_ functions except MPIU_File return MPI error codes for checking

Update checkbadSource to find use of CHKERRQ with MPIU_ functions

Commit-type: i.e. error-checking, optimization, bug-fix, p

All MPIU_ functions except MPIU_File return MPI error codes for checking

Update checkbadSource to find use of CHKERRQ with MPIU_ functions

Commit-type: i.e. error-checking, optimization, bug-fix, portability-fix, testing-fix, style-fix, feature, documentation, example
Funded-by:
Project:
Time: hours
Reported-by:
Thanks-to:
Development Tools: Vim, Emacs, Eclipse

show more ...


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

Merge branch 'knepley/fix-misspelling' into 'master'

KSP: Fix misspelling

See merge request petsc/petsc!3648


# b693eab9 22-Feb-2021 Matthew G. Knepley <knepley@gmail.com>

KSP: Fix misspelling


# 770cd5fd 22-Feb-2021 Satish Balay <balay@mcs.anl.gov>

Merge branch 'knepley/feature-monitors-reorg' into 'master'

Knepley/feature monitors reorg

See merge request petsc/petsc!3631


# 798534f6 18-Feb-2021 Matthew G. Knepley <knepley@gmail.com>

KSP: Reorganized monitors - Now the residual can be viewed using -ksp_monitor draw and a plot can be made using -ksp_monitor draw::draw_lg - This also works for the true residual and error - We no

KSP: Reorganized monitors - Now the residual can be viewed using -ksp_monitor draw and a plot can be made using -ksp_monitor draw::draw_lg - This also works for the true residual and error - We noe register monitors so that dispatch based on viewer and format works - Add KSPMonitorLGCreate(), and remove KSPMonitorLGResidualNorm*() and KSPMonitorLGTrueResidualNorm*() - Add KSPMonitorError(), used by -ksp_monitor_error - Add arguments to KSPMonitorSetFromOptions() to allow line graphs to be configured - Remove SNESMonitorLGCreate() and SNESMonitorLGResidualNorm() which are now handled by the default monitor - PetscViewerAndFormat now allows a payload - VecView_Plex() and VecView_Plex_Local() must propagate the flag indicating zero BC

show more ...


# dcbdf7c4 06-Jan-2021 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jose/chkerrmpi' into 'master'

Fix compile warnings after adding CHKERRMPI

See merge request petsc/petsc!3528


# 2f96bde4 02-Jan-2021 Jose E. Roman <jroman@dsic.upv.es>

Fix more warnings in PGI compiler with complex scalars


# 96d1d575 09-Oct-2020 Satish Balay <balay@mcs.anl.gov>

Merge branch 'nathawani/feature-snes-lowmach-example' into 'master'

Nathawani/feature snes lowmach example

See merge request petsc/petsc!3319


# 649ef022 09-Oct-2020 Matthew Knepley <knepley@gmail.com>

DM: Fix nullspace handling
- Now, nullspace constructors construct a nullspace for the entire DM,
but based on the singularity of an operator connected with the given
field
- remove special handling

DM: Fix nullspace handling
- Now, nullspace constructors construct a nullspace for the entire DM,
but based on the singularity of an operator connected with the given
field
- remove special handling in SNESSetUpMatrices()
- Now all nullspaces are created in DMCreateMatrix()
- Fixed bug in DMSNESCheckJacobian()

show more ...


# 8e2166ac 08-Oct-2020 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/release' into master


# 8f90121b 06-Oct-2020 Satish Balay <balay@mcs.anl.gov>

Merge branch 'balay/fix-doc' into 'release'

fix doc format

See merge request petsc/petsc!3316


# 5c50d39a 06-Oct-2020 Satish Balay <balay@mcs.anl.gov>

fix doc format


# d19f7ace 05-Oct-2020 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/release' into master


# 35f57dfc 30-Sep-2020 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2020-09-30/snesconvergeddefault-man-page-updates/release' into 'release'

Additional updates for SNESConvergedDefault() manual pages including cross...

See merge request petsc/pe

Merge branch 'barry/2020-09-30/snesconvergeddefault-man-page-updates/release' into 'release'

Additional updates for SNESConvergedDefault() manual pages including cross...

See merge request petsc/petsc!3284

show more ...


# c34cbdce 30-Sep-2020 Barry Smith <bsmith@mcs.anl.gov>

Additional updates for SNESConvergedDefault() manual pages including cross links with other manual pages

Commit-type: documentation
/spend 10m
Reported-by: Oliver Zacharias <olz@freenet.de>


# abb05746 25-Sep-2020 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2020-08-24/petsckernel-valid-pointer' into 'master'

Barry/2020 08 24/petsckernel valid pointer

See merge request petsc/petsc!3204


# 23fff9af 24-Aug-2020 Barry Smith <bsmith@mcs.anl.gov>

Need initialize to prevent test systems from complaining about possibly uninitialized variables.

Commit-type: portability-fix
/spend 5m
Reported-by: GitLab CI


12345678910>>...23