History log of /petsc/src/dm/impls/plex/plex.c (Results 26 – 50 of 1780)
Revision Date Author Comments
# 966bd95a 25-May-2025 Pierre Jolivet <pierre@joliv.et>

Convert some SETERRQ() to PetscCheck()


# bcda9346 27-Aug-2025 Satish Balay <balay@mcs.anl.gov>

Merge branch 'MarDiehl/fix-typo' into 'main'

missing "s" for isascii and issundials

See merge request petsc/petsc!8559


# 9f196a02 17-Jul-2025 Martin Diehl <mail@martin-diehl.net>

missing "s" for isascii and issundials


# 6ee04767 18-Aug-2025 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jolivet/disable-fortran-bindings' into 'main'

configure: disable Fortran bindings of external packages by default

See merge request petsc/petsc!8647


# caff39ff 15-Aug-2025 Pierre Jolivet <pierre@joliv.et>

Proper capitalization of ExodusII


# 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


# 287d9e58 23-Jul-2025 Satish Balay <balay@mcs.anl.gov>

Merge branch 'knepley/feature-ts-landau-moments' into 'main'

TS Hamiltonian ex4: Preliminary moment equations

See merge request petsc/petsc!8573


# 1898fd5c 22-Jul-2025 Matthew G. Knepley <knepley@gmail.com>

DM: Allow creation of a gradient matrix between spaces
- This is like the mass matrix, but with a gradient on the continuous space
- We use this for conservation laws in moments of particle systems
-

DM: Allow creation of a gradient matrix between spaces
- This is like the mass matrix, but with a gradient on the continuous space
- We use this for conservation laws in moments of particle systems
- Add projection to DMSwarm to implement this

show more ...


# 83976e12 21-Jul-2025 Satish Balay <balay@mcs.anl.gov>

Merge branch 'knepley/feature-plex-transform-events' into 'main'

Plex: Add transform events

See merge request petsc/petsc!8568


# f7b6882e 20-Jul-2025 Matthew G. Knepley <knepley@gmail.com>

Plex: Add events for transform


# 3f5a071c 20-Jun-2025 Satish Balay <balay@mcs.anl.gov>

Merge branch 'ksagiyam/fix_submesh_coordinates' into 'main'

Ksagiyam/fix submesh coordinates

See merge request petsc/petsc!8353


# e65c294a 02-May-2025 ksagiyam <k.sagiyama@imperial.ac.uk>

plex: remove coordFunc from DMPlexCreateCoordinateSpace()


# 4c712d99 27-Apr-2025 ksagiyam <k.sagiyama@imperial.ac.uk>

plexsubmesh: make submesh inherit CG/DG coordinate elements


# 3f2a77ba 20-Jun-2025 Satish Balay <balay@mcs.anl.gov>

Merge branch 'knepley/fix-dm-nullspace' into 'main'

DM: Malloc nullspace constructors

See merge request petsc/petsc!8486


# 99acd26c 02-May-2025 ksagiyam <k.sagiyama@imperial.ac.uk>

dm: add createcellcoordinatedm method


# 4758e3ce 19-Jun-2025 Matthew G. Knepley <knepley@gmail.com>

DM: Malloc nullspace constructors


# 85df088b 16-Jun-2025 Satish Balay <balay@mcs.anl.gov>

Merge branch 'knepley/fix-plex-orient-sf' into 'main'

Plex: Fix handling of NULL locals in PlexOrient

See merge request petsc/petsc!8443


# f4a55318 03-Jun-2025 Matthew G. Knepley <knepley@gmail.com>

Plex: Fix handling of empty meshes


# 3b15527e 03-Jun-2025 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jose/warning-plex-draw' into 'main'

Fix compile warning in plex.c when building with 64-bit integers

See merge request petsc/petsc!8458


# 52cfed31 03-Jun-2025 Jose E. Roman <jroman@dsic.upv.es>

Fix compile warning in plex.c when building with 64-bit integers

Intel(R) oneAPI DPC++/C++ Compiler 2023.1.0 (2023.1.0.20230320)

petsc/src/dm/impls/plex/plex.c:1845:95: error: implicit conversion l

Fix compile warning in plex.c when building with 64-bit integers

Intel(R) oneAPI DPC++/C++ Compiler 2023.1.0 (2023.1.0.20230320)

petsc/src/dm/impls/plex/plex.c:1845:95: error: implicit conversion loses integer precision: 'PetscInt' (aka 'long') to 'int' [-Werror,-Wshorten-64-to-32]
PetscCall(PetscDrawLine(draw, PetscRealPart(coords[0]), y, PetscRealPart(coords[1]), y, lineColor));
~~~~~~~~~~~~~ ^~~~~~~~~
petsc/include/petscerror.h:558:28: note: expanded from macro 'PetscCall'
ierr_petsc_call_q_ = __VA_ARGS__; \
^~~~~~~~~~~

show more ...


# e8bd2884 02-Jun-2025 Satish Balay <balay@mcs.anl.gov>

Merge branch 'knepley/feature-plex-draw-color' into 'main'

Plex: Allow changing the draw coloe

See merge request petsc/petsc!8457


# a36b0f0f 01-Jun-2025 Matthew G. Knepley <knepley@gmail.com>

Plex: Allow changing the cell color in X drawing


# 022ab154 12-May-2025 Satish Balay <balay@mcs.anl.gov>

Merge branch 'knepley/feature-dm-bounds' into 'main'

Plex: Now allow variable bounds along boundaries

See merge request petsc/petsc!8402


# 01468941 11-May-2025 Matthew G. Knepley <knepley@gmail.com>

Plex: Now allow variable bounds along boundaries
- Add DM_BC_LOWER_BOUND and DM_BC_LOWER_BOUND
- Add DMHasBound()
- Add DMPlexInsertBounds() and implementation DMPlexInsertBounds_Plex()


12345678910>>...72