History log of /petsc/src/dm/interface/dlregisdmdm.c (Results 1 – 25 of 320)
Revision Date Author Comments
# 237137dc 27-Sep-2025 Satish Balay <balay@mcs.anl.gov>

Merge branch 'stefanozampini/multistage-partitioner' into 'main'

Multistage partitioner for DMPLEX

See merge request petsc/petsc!8730


# 3b9d9b65 25-Sep-2025 Stefano Zampini <stefano.zampini@gmail.com>

PetscPartitioner: add multistage partitioner


# 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


# 76d69608 19-Jan-2025 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/release'


# 1d017dde 19-Jan-2025 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2024-11-26/improve-man-pages/release' into 'release'

Improve some manual pages in KSP/SNES

See merge request petsc/petsc!8071


# 0b4b7b1c 26-Nov-2024 Barry Smith <bsmith@mcs.anl.gov>

Improve some manual pages in KSP/SNES


# 7307f5f4 16-Dec-2024 Satish Balay <balay@mcs.anl.gov>

Merge branch 'knepley/feature-swarm-remap' into 'main'

Knepley/feature swarm remap

See merge request petsc/petsc!8054


# 19307e5c 13-Dec-2024 Matthew G. Knepley <knepley@gmail.com>

DSwarm: Add DMSwarmCellDM type
- Vectors can be created from several fields
- Each cell DM has a separate cellid field and sort context
- Mass matrix can now handle multiple fields
- Add DMSwarmCellD

DSwarm: Add DMSwarmCellDM type
- Vectors can be created from several fields
- Each cell DM has a separate cellid field and sort context
- Mass matrix can now handle multiple fields
- Add DMSwarmCellDMCreate(), DMSwarmCellDMDestroy(), DMSwarmCellDMView(), DMSwarmCellDMGetDM(), DMSwarmCellDMGetFields(), DMSwarmCellDMGetCoordinateFields(), DMSwarmCellDMGetCellID(), DMSwarmCellDMGetSort(), DMSwarmCellDMSetSort(), and DMSwarmCellDMGetBlockSize()
- Add DMSwarmAddCellDM(), DMSwarmSetCellDMActive(), and DMSwarmGetCellDMActive()
- Add DMSwarmCreateGlobalVectorFromFields(), DMSwarmDestroyGlobalVectorFromFields(), DMSwarmCreateLocalVectorFromFields(), and DMSwarmDestroyLocalVectorFromFields()
- Add DMSwarmSortDestroy()

show more ...


# 161b16ed 29-Oct-2024 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jrwrigh/cgns_timers' into 'main'

CGNS: Add LogEvents for read/write function calls

See merge request petsc/petsc!7967


# 42d0c57a 26-Oct-2024 James Wright <james@jameswright.xyz>

dm: Add DM_View log event


# 5a236de6 21-Oct-2024 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/release'


# 6d20ba33 21-Oct-2024 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jose/release/linker-warnings' into 'release'

Fix ranlib warnings 'file has no symbols'

See merge request petsc/petsc!7953


# 2e1d0745 19-Oct-2024 Jose E. Roman <jroman@dsic.upv.es>

Fix ranlib warnings 'file has no symbols'

These warnings appear in macOS when configured --with-shared-libraries=0

/Library/Developer/CommandLineTools/usr/bin/ranlib: file: arch-darwin-c-debug-nosh

Fix ranlib warnings 'file has no symbols'

These warnings appear in macOS when configured --with-shared-libraries=0

/Library/Developer/CommandLineTools/usr/bin/ranlib: file: arch-darwin-c-debug-noshared/lib/libpetsc.a(sectionhdf5.o) has no symbols
/Library/Developer/CommandLineTools/usr/bin/ranlib: file: arch-darwin-c-debug-noshared/lib/libpetsc.a(zhdf5io.o) has no symbols
/Library/Developer/CommandLineTools/usr/bin/ranlib: file: arch-darwin-c-debug-noshared/lib/libpetsc.a(hdf5io.o) has no symbols
/Library/Developer/CommandLineTools/usr/bin/ranlib: file: arch-darwin-c-debug-noshared/lib/libpetsc.a(aijhdf5.o) has no symbols
/Library/Developer/CommandLineTools/usr/bin/ranlib: file: arch-darwin-c-debug-noshared/lib/libpetsc.a(baijfact81.o) has no symbols
/Library/Developer/CommandLineTools/usr/bin/ranlib: file: arch-darwin-c-debug-noshared/lib/libpetsc.a(densehdf5.o) has no symbols
/Library/Developer/CommandLineTools/usr/bin/ranlib: file: arch-darwin-c-debug-noshared/lib/libpetsc.a(feceed.o) has no symbols
/Library/Developer/CommandLineTools/usr/bin/ranlib: file: arch-darwin-c-debug-noshared/lib/libpetsc.a(fvceed.o) has no symbols
/Library/Developer/CommandLineTools/usr/bin/ranlib: file: arch-darwin-c-debug-noshared/lib/libpetsc.a(plexhdf5xdmf.o) has no symbols

Includes the removal of unnecessary custom fortran stubs.

show more ...


# f69e25f9 18-Oct-2024 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jrwrigh/plex_sfc_21bit_index' into 'main'

plex sfc: Expand ZCode encoding to 21 bits per index

See merge request petsc/petsc!7899


# ea7b3863 04-Oct-2024 James Wright <james@jameswright.xyz>

plex sfc: Add log event for box mesh creation


# 4c88272d 19-Sep-2024 Satish Balay <balay@mcs.anl.gov>

Merge branch 'stefanozampini/petscfe-housekeeping' into 'main'

FEM housekeeping

See merge request petsc/petsc!7848


# b9d9555d 16-Sep-2024 Stefano Zampini <stefano.zampini@gmail.com>

DMInitializePackage: Align log event name to the other FEM events


# 2fd2f86a 20-May-2024 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/release'


# 55fe2ca2 15-May-2024 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2024-05-14/fix-threadsafety-bug/release' into 'release'

Fix bug in threadsafety code

See merge request petsc/petsc!7549


# 57013ac8 14-May-2024 Barry Smith <bsmith@mcs.anl.gov>

Fix bug in threadsafety code


# 396ca264 14-May-2024 Satish Balay <balay@mcs.anl.gov>

Merge branch 'knepley/feature-geometry-model' into 'main'

Plex: Upgrade geometry model capability

See merge request petsc/petsc!7540


# 7625649e 10-May-2024 Matthew G. Knepley <knepley@gmail.com>

DM+Plex: Now we can register different geometric models for mesh refinement
- Add a registration list for geometry model functions
- Add DM method snaptogeommodel


# 55cda6f5 25-Apr-2024 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/release'


# 99e79f2f 25-Apr-2024 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2024-04-24/doc-fixes/release' into 'release'

release docs fixes

See merge request petsc/petsc!7498


12345678910>>...13