History log of /petsc/src/dm/impls/plex/plexgeometry.c (Results 1 – 25 of 687)
Revision Date Author Comments
# ae1ee551 23-Feb-2026 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jolivet/more-petscdefined' into 'main'

Minor housekeeping

See merge request petsc/petsc!9058


# fc2fb351 21-Feb-2026 Pierre Jolivet <pierre@joliv.et>

Switch some defined(PETSC_ to PetscDefined(


# 8577b683 05-Oct-2025 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/release'


# fe1fb33a 01-Oct-2025 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jolivet/typos' into 'release'

Fix typos

See merge request petsc/petsc!8753


# 8c5add6a 01-Oct-2025 Pierre Jolivet <pierre@joliv.et>

Fix typos


# 38c49edf 11-Aug-2025 Satish Balay <balay@mcs.anl.gov>

Merge branch 'zach/extern-plex-vec-get-oriented-closure' into 'main'

plex: Make DMPlexVecGetOrientedClosure externally visible

See merge request petsc/petsc!8637


# 48162695 08-Aug-2025 Zach Atkins <zach.atkins@colorado.edu>

plex: Make DMPlexVecGetOrientedClosure externally visible


# 9d1f5f48 16-Jul-2025 Satish Balay <balay@mcs.anl.gov>

Merge branch 'zach/plex-submesh-coord-ref-transform' into 'main'

Plex: Add support for real-to-ref and ref-to-real coordinate mappings on submeshes

See merge request petsc/petsc!8555


# f8039a68 15-Jul-2025 Zach Atkins <zach.atkins@colorado.edu>

Plex: Add support for coordinate->reference and reference->coordinate for submeshes


# f73bfc44 15-Jul-2025 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/release'


# 2af505f2 11-Jul-2025 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2025-07-01/fix-dmplex-compute-cell-geometry-fem/release' into 'release'

Fix DMPlexComputeCellGeometryFEM() manual page and argument list so that...

See merge request petsc/petsc

Merge branch 'barry/2025-07-01/fix-dmplex-compute-cell-geometry-fem/release' into 'release'

Fix DMPlexComputeCellGeometryFEM() manual page and argument list so that...

See merge request petsc/petsc!8512

show more ...


# 243b716a 01-Jul-2025 Barry Smith <bsmith@mcs.anl.gov>

Fix DMPlexComputeCellGeometryFEM() manual page and argument list so that correct Fortran bindings are generated.

Reported-by: Noam T


# 1bafe4bb 20-May-2025 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2025-05-15/fix-func-typedef-names' into 'main'

All typedef for functions are of the form (XXXXFn)(...) not (*XXXXyyyy)(....)

See merge request petsc/petsc!8408


# 2192575e 15-May-2025 Barry Smith <bsmith@mcs.anl.gov>

All typedef for functions are of the form (XXXXFn)(...) not (*XXXXyyyy)(....)


# 20adc417 08-Apr-2025 Satish Balay <balay@mcs.anl.gov>

Merge branch 'knepley/feature-plex-coord-func' into 'main'

Plex: Now set coordFunc separately from DMPlexRemapGeometry()

See merge request petsc/petsc!8287


# 509b31aa 08-Apr-2025 Matthew G. Knepley <knepley@gmail.com>

Plex: Now set coordFunc separately from DMPlexRemapGeometry()
- Add DMPlexGetCoordinateMap() and DMPlexSetCoordinateMap()
- Moved function pointer types to petscdstypes.h


# d9d7fd11 01-Apr-2025 Satish Balay <balay@mcs.anl.gov>

Merge branch 'knepley/feature-plex-location-monge' into 'main'

Point location on Monge Mnifolds

See merge request petsc/petsc!8262


# 1f08e9ca 27-Mar-2025 Matthew G. Knepley <knepley@gmail.com>

Plex: Can now brute-force locate points on Monge manifolds


# b8b475e7 26-Mar-2025 Satish Balay <balay@mcs.anl.gov>

Merge branch 'knepley/feature-coord-dim-change' into 'main'

Plex: Change of coordinate dimension fully working

See merge request petsc/petsc!8238


# 530e699a 25-Mar-2025 Matthew G. Knepley <knepley@gmail.com>

Plex: Change of coordinate dimension fully working
- Now coordinate space logic does not depend on being created internally
- For dimension change, need to reset coordinate dimension of the coordinat

Plex: Change of coordinate dimension fully working
- Now coordinate space logic does not depend on being created internally
- For dimension change, need to reset coordinate dimension of the coordinate DM and turn off coordinate projection
- Add coordMap_sinusoid() and DM_COORD_MAP_SINUSOID
- Must copy options prefixes during options phases

show more ...


# 5d3bc7be 21-Mar-2025 Satish Balay <balay@mcs.anl.gov>

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

clang-format-20

See merge request petsc/petsc!7849


# 87fca844 27-Jul-2024 Pierre Jolivet <pierre@joliv.et>

Update to clang-format-20


# 6d8694c4 20-Mar-2025 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2024-04-29/add-fortran-enums' into 'main'

Major updates to Fortran interface

See merge request petsc/petsc!7517


# ce78bad3 20-Feb-2025 Barry Smith <bsmith@petsc.dev>

Fortran 90: fully embrace After 34 years!

- deprecate use of 'F90' in Fortran function names
- use Fortran pointers when appropriate
- the new Fortran API is not backward compatible with previous ve

Fortran 90: fully embrace After 34 years!

- deprecate use of 'F90' in Fortran function names
- use Fortran pointers when appropriate
- the new Fortran API is not backward compatible with previous versions!
- also clean up inconsistent PETSc code detected by new Fortran generation tools
- drop use of bfort
- automatically generate all the Fortran PETSc objects, enums etc from the include files
- generate most of the Fortran interface definitions and functions from the source code
- simplify the number and organization of Fortran modules

Co-authored-by: Jose E. Roman <jroman@dsic.upv.es>

show more ...


# c97af49d 18-Mar-2025 Satish Balay <balay@mcs.anl.gov>

Merge branch 'knepley/feature-ex2-fft' into 'main'

TS Hamiltonian ex2 improvements

See merge request petsc/petsc!8197


12345678910>>...28