History log of /petsc/src/dm/impls/plex/plexgeometry.c (Results 51 – 75 of 687)
Revision Date Author Comments
# 970231d2 07-Mar-2024 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jolivet/clang-format-18' into 'main'

clang-format version 18

See merge request petsc/petsc!6902


# fbccb6d4 18-Nov-2023 Pierre Jolivet <pierre@joliv.et>

CI: update to clang-format-18


# 4d86920d 10-Feb-2024 Pierre Jolivet <pierre@joliv.et>

checkbadSource: rules for PetscFunctionBegin and derivatives


# 6996bd1a 21-Feb-2024 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jolivet/fix-double' into 'main'

Fix words appearing twice in a row for no good reason

See merge request petsc/petsc!7307


# 15229ffc 21-Feb-2024 Pierre Jolivet <pierre@joliv.et>

Fix words appearing twice in a row for no good reason


# 05e067c0 22-Jan-2024 Satish Balay <balay@mcs.anl.gov>

Merge branch 'knepley/fix-plex-highorder-coords' into 'main'

Cleanup coordinate mappings for high order

See merge request petsc/petsc!7207


# be664eb1 20-Jan-2024 Matthew G. Knepley <knepley@gmail.com>

Plex: Rework coordinate maps
- Add DMPlexCoordMap and some default maps
- Allow mapping to be done from DMSetFromOptions()
- Reimplemented DMPlexShearGeometry()
- Added affine fallback to DMPlexRemap

Plex: Rework coordinate maps
- Add DMPlexCoordMap and some default maps
- Allow mapping to be done from DMSetFromOptions()
- Reimplemented DMPlexShearGeometry()
- Added affine fallback to DMPlexRemapGeometry()

show more ...


# 613ce9fe 17-Dec-2023 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/release'


# 08c30c10 17-Dec-2023 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2023-12-04/fix-manpage-references/release' into 'release'

Update references in the manual pages to use Sphinx citation processing

See merge request petsc/petsc!7101


# 1d27aa22 04-Dec-2023 Barry Smith <bsmith@mcs.anl.gov>

Update references in the manual pages to use Sphinx citation processing


# c9e2ab0a 28-Nov-2023 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jolivet/replace-check-assert' into 'main'

Replace some guarded PetscCheck() to PetscAssert()

See merge request petsc/petsc!7051


# b498ca8a 25-Nov-2023 Pierre Jolivet <pierre@joliv.et>

Replace some guarded PetscCheck() to PetscAssert()


# ad4c700a 04-Oct-2023 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/release'


# 4c755a4e 04-Oct-2023 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jolivet/fix-typos' into 'release'

Fix typos

See merge request petsc/petsc!6908


# baca6076 04-Oct-2023 Pierre Jolivet <pierre@joliv.et>

Fix typos


# b3128c15 08-Sep-2023 Satish Balay <balay@mcs.anl.gov>

Merge branch 'zach/bug-dm-swarm-tensor-permutation' into 'main'

Plex: Bug fix and tests for coordinate tensor ordering

See merge request petsc/petsc!6843


# e8e188d2 30-Aug-2023 Zach Atkins <zach.atkins@colorado.edu>

Plex: Various tensor ordering fixes

Cherry-picked from @knepley:
- DMPlexMatSetClosureGeneral() now takes flag for closure permutation
- Add DMPlexMatSetClosure_Internal() which takes flag for closu

Plex: Various tensor ordering fixes

Cherry-picked from @knepley:
- DMPlexMatSetClosureGeneral() now takes flag for closure permutation
- Add DMPlexMatSetClosure_Internal() which takes flag for closure permutation
- Add DMPlexVecGetClosure_Internal() with flag to turn off closure permutation
- Turn off closure permutation in L2 diff calculation
- Add DMUseTensorOrder()
- Add DMPlexSNESComputeResidualCEED()
- Cleanup SNES ex13

show more ...


# 9c5460f9 17-Aug-2023 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jacobf/2023-08-09/linter-detect-static-function-candidates' into 'main'

Linter detect possible static functions

See merge request petsc/petsc!6796


# 66976f2f 14-Aug-2023 Jacob Faibussowitsch <jacob.fai@gmail.com>

Add static to internal functions


# 2076f938 10-Aug-2023 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jose/fix-warn-dmplex' into 'main'

Fix compile warning in plexgeometry.c

See merge request petsc/petsc!6798


# d52e4ead 10-Aug-2023 Jose E. Roman <jroman@dsic.upv.es>

Fix compile warning in plexgeometry.c

petsc/src/dm/impls/plex/plexgeometry.c:1298:55: warning: ‘cpoint[<unknown>]’ may be used uninitialized in this function [-Wmaybe-uninitialized]
1298 |

Fix compile warning in plexgeometry.c

petsc/src/dm/impls/plex/plexgeometry.c:1298:55: warning: ‘cpoint[<unknown>]’ may be used uninitialized in this function [-Wmaybe-uninitialized]
1298 | for (d = 0; d < dim; ++d) diff[d] = cpoint[d] - PetscRealPart(point[d]);
| ~~~~~~~~^

The warning appears in SLEPc pipelines with gcc 9.4 or earlier with -O3 -march=native
It has appeared after adding the 'static' keyword in the declaration of
'DMPlexClosestPoint_Internal' in !6792

show more ...


# 4979242e 09-Aug-2023 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jacobf/2023-08-08/lint-apply-dm' into 'main'

Manual DM Linter Fixes

See merge request petsc/petsc!6792


# a4e35b19 08-Aug-2023 Jacob Faibussowitsch <jacob.fai@gmail.com>

Manual linter fixes: dm


# cfd92c66 22-Jul-2023 Satish Balay <balay@mcs.anl.gov>

Merge branch 'tisaac/feature-type-generic-petsc-valid-pointer' into 'main'

Implement a type generic PetscValidPointer

See merge request petsc/petsc!6693


# 4f572ea9 18-Jul-2023 Toby Isaac <toby.isaac@gmail.com>

Rename PetscValidPointer -> PetscAssertPointer


12345678910>>...28