History log of /petsc/src/snes/utils/dmplexsnes.c (Results 126 – 150 of 669)
Revision Date Author Comments
# ebbe971a 10-Feb-2022 Satish Balay <balay@mcs.anl.gov>

Merge branch 'knepley/fix-plex-quad-interpolate' into 'main'

Knepley/fix plex quad interpolate

See merge request petsc/petsc!4827


# 716009bf 09-Feb-2022 Matthew G. Knepley <knepley@gmail.com>

Plex+FE: Allow implicit interpolation for DM without an FE


# 940e4fdf 12-Jan-2022 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jacobf/2021-12-09/attribute-format-mat' into 'main'

Feature: Attribute Format - Mat

See merge request petsc/petsc!4634


# 546078ac 10-Dec-2021 Jacob Faibussowitsch <jacob.fai@gmail.com>

remove trailing newline from SETERRQ


# 6762c164 15-Sep-2021 Satish Balay <balay@mcs.anl.gov>

Merge branch 'psanan-release-patch-82973' into 'main'

Developer docs, style: remove rule about using "if (!rank)" and replace all "!rank" usage with "rank == 0"

See merge request petsc/petsc!4146


# dd400576 26-Jul-2021 Patrick Sanan <patrick.sanan@gmail.com>

Style: replace "!rank" with "rank == 0"

In SF tutorial ex1 (src/vec/is/sf/tutorials/ex1.c), add parentheses around "rank == 0". This is relevant because ! binds more tightly than +, but == binds les

Style: replace "!rank" with "rank == 0"

In SF tutorial ex1 (src/vec/is/sf/tutorials/ex1.c), add parentheses around "rank == 0". This is relevant because ! binds more tightly than +, but == binds less
tightly, so the result of the computation would otherwise change.

show more ...


# 568088ac 08-Aug-2021 Satish Balay <balay@mcs.anl.gov>

Merge branch 'stefanozampini/unify-getctx' into 'main'

Unify XXGetYYContext calls

See merge request petsc/petsc!4212


# 3ec1f749 04-Aug-2021 Stefano Zampini <stefano.zampini@gmail.com>

Unify XXGetYYContext calls

always use void*


# a13d1a16 16-Jul-2021 Satish Balay <balay@mcs.anl.gov>

Merge branch 'knepley/fix-convest-logging' into 'main'

Plex+SNES+Convest: Small fixes for PyLith

See merge request petsc/petsc!4169


# 66a0a883 26-Jun-2021 Matthew G. Knepley <knepley@gmail.com>

Plex+SNES: Fix DMInterpolation for multiple fields
- Fix SNES ex2 for multiple components


# 2b40f18d 09-Jun-2021 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2021-06-08/fix-setterrq-chkerrq' into 'main'

Removed CHKERRQ() that come immediately after SETERRQ(), add test to...

See merge request petsc/petsc!4069


# 2758c9b9 08-Jun-2021 Barry Smith <bsmith@mcs.anl.gov>

Removed CHKERRQ() that come immediately after SETERRQ(), add test to checkbadSource() to find such constructs

Commit-type: bug-fix, error-checking
\spend 10m
Reported-by: Lisandro Dalcin <dalcinl@gm

Removed CHKERRQ() that come immediately after SETERRQ(), add test to checkbadSource() to find such constructs

Commit-type: bug-fix, error-checking
\spend 10m
Reported-by: Lisandro Dalcin <dalcinl@gmail.com>

show more ...


# a509fe9c 26-May-2021 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/release'


# ff723878 25-May-2021 Jed Brown <jed@jedbrown.org>

Merge branch 'jed/dmplex-doc-fix' into 'release'

DMPlexSNESComputeResidualFEM: document summing into vector

See merge request petsc/petsc!3128


# 15e7bcca 20-May-2021 Satish Balay <balay@mcs.anl.gov>

Merge branch 'knepley/feature-dm-aux-data-keys' into 'main'

Plex: Updates to declarative interface for FEM problems

See merge request petsc/petsc!3972


# 06ad1575 23-Apr-2021 Matthew G. Knepley <knepley@gmail.com>

DT: Changed key and WeakForm internals
- Changed name to PetscFormKey
- Added part member
- Now maps are referred to by PetscWeakFormKind
- Added PetscWeakFormClearIndex() and PetscWeakFormClear()

DT: Changed key and WeakForm internals
- Changed name to PetscFormKey
- Added part member
- Now maps are referred to by PetscWeakFormKind
- Added PetscWeakFormClearIndex() and PetscWeakFormClear()
- Passing NULL to SetIndex is now ignored
- Added tests

show more ...


# 8e3a2eef 23-Apr-2021 Matthew G. Knepley <knepley@gmail.com>

SNES+DM: Move Jacobian action to plexfem.c
- Create a MatShell for Jacobian action


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


# ade38608 18-Apr-2021 Jed Brown <jed@jedbrown.org>

DMPlex: fix documentation errors

Reported-by: Barry Smith <bsmith@petsc.dev>


# 8db23a53 02-Sep-2020 Jed Brown <jed@jedbrown.org>

DMPlexSNESComputeResidualFEM: document summing into vector

Reported-by: Rezgar Shakeri <rezgar.shakeri@colorado.edu>


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


# a09b138c 02-Apr-2021 Satish Balay <balay@mcs.anl.gov>

Merge branch 'knepley/feature-dm-aux-data' into 'main'

DM: Replace object composition with an API for auxiliary data

See merge request petsc/petsc!3798


# 9a2a23af 02-Apr-2021 Matthew G. Knepley <knepley@gmail.com>

DM: Replace object composition with an API for auxiliary data - Now allow data to be tagged with a label+value - Do not separately require a DM and Vec, get the DM from the Vec


12345678910>>...27