History log of /petsc/include/petscdm.h (Results 26 – 50 of 755)
Revision Date Author Comments
# 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


# 7585a5d2 08-Apr-2024 Satish Balay <balay@mcs.anl.gov>

Merge branch 'knepley/fix-plex-coord-localize' into 'main'

Knepley/fix plex coord localize

See merge request petsc/petsc!7438


# a4b8866c 05-Apr-2024 Matthew G. Knepley <knepley@gmail.com>

DM: Add sparse localization interface


# 5f6a2456 01-Mar-2024 Satish Balay <balay@mcs.anl.gov>

Merge branch 'knepley/fix-subdm-interface' into 'main'

DM: Inching closer to an expanded subDM specification

See merge request petsc/petsc!7328


# dd072f5f 28-Feb-2024 Matthew G. Knepley <knepley@gmail.com>

DM: Inching closer to an expanded subDM specification


# c5997e43 16-Feb-2024 Satish Balay <balay@mcs.anl.gov>

Merge branch 'knepley/fix-plex-io-section-perm' into 'main'

Plex: Flexible creation of section permutations

See merge request petsc/petsc!7258


# adc21957 02-Feb-2024 Matthew G. Knepley <knepley@gmail.com>

Plex: Flexible creation of section permutations
- Add createsectionpermutation to DM ops
- Change DMPlexReorderDefaultFlag to DMReorderDefaultFlag
- Move DMReorderDefaultFlag to the correct header

A

Plex: Flexible creation of section permutations
- Add createsectionpermutation to DM ops
- Change DMPlexReorderDefaultFlag to DMReorderDefaultFlag
- Move DMReorderDefaultFlag to the correct header

Apply 1 suggestion(s) to 1 file(s)

show more ...


# 3bdd2efe 28-Jan-2024 Satish Balay <balay@mcs.anl.gov>

Merge branch 'stefanozampini/snes-ex11' into 'main'

New simplified SNES + PLEX example

See merge request petsc/petsc!7235


# e4d5475e 25-Jan-2024 Stefano Zampini <stefano.zampini@gmail.com>

DMPLEX: handle material parameters in subdomain callbacks

Add DMClearAuxiliaryVec


# b22c9ba6 08-Jan-2024 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/release'


# 338bea87 08-Jan-2024 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2024-01-04/fix-includes-man-pages/release' into 'release'

Barry/2024 01 04/fix includes man pages/release

See merge request petsc/petsc!7165


# af27ebaa 05-Jan-2024 Barry Smith <bsmith@mcs.anl.gov>

Fix manual page formating in include directory


# 1f5f95ac 03-Jan-2024 Satish Balay <balay@mcs.anl.gov>

Merge branch 'knepley/fix-plex-create-and-view' into 'main'

Fixes for Plex creation and viewing

See merge request petsc/petsc!7159


# 85036b15 03-Jan-2024 Matthew G. Knepley <knepley@gmail.com>

DM: Correct misspelling


# d80fe35c 31-Dec-2023 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jed/plex-project-fixes' into 'main'

DM: fix DM for BC projection and quadratic perf bug

See merge request petsc/petsc!7151


# c306944f 29-Dec-2023 Jed Brown <jed@jedbrown.org>

DMPolytopeTypeIsHybrid: factor out of DMPlexGetSimplexOrBoxCells


# 8c641679 02-Nov-2023 Satish Balay <balay@mcs.anl.gov>

Merge branch 'knepley/fix-plex-tmp-space' into 'main'

Plex: Improve calculation of temp space

See merge request petsc/petsc!6989


# 476787b7 02-Nov-2023 Matthew G. Knepley <knepley@gmail.com>

Plex: Introducting new DMPolytopeType for arbitrary faces and cells, allowing to create and distribute arbitrary polygonal/polyhedral meshes (e.g. voronoi meshes)

Co-Authored-By: Fabien Evard <fabie

Plex: Introducting new DMPolytopeType for arbitrary faces and cells, allowing to create and distribute arbitrary polygonal/polyhedral meshes (e.g. voronoi meshes)

Co-Authored-By: Fabien Evard <fabien.evrard@ovgu.de>

show more ...


# 15c913a0 26-Oct-2023 Satish Balay <balay@mcs.anl.gov>

Merge branch 'knepley/feature-plex-high-order-view' into 'main'

Plex: Enable high order viewing

See merge request petsc/petsc!6959


# 5e8c9ebd 26-Oct-2023 Satish Balay <balay@mcs.anl.gov>

Merge branch 'knepley/fix-plex-setup' into 'main'

Plex: Fix setup for RDycore

See merge request petsc/petsc!6877


# e44f6aeb 26-Oct-2023 Matthew G. Knepley <knepley@gmail.com>

Plex: Enable high order viewing - Refinement recreates affine coordinates - Default for draw viewer - Replace DMProjectCoordinates() with DMSetCoordinateDisc() - Add argument to DMPlexCreateCoordinat

Plex: Enable high order viewing - Refinement recreates affine coordinates - Default for draw viewer - Replace DMProjectCoordinates() with DMSetCoordinateDisc() - Add argument to DMPlexCreateCoordinateSpace()

show more ...


# 5962854d 01-Oct-2023 Matthew G. Knepley <knepley@gmail.com>

Plex: Updates for FVM
- Add DMPlexInsertBoundaryValuesFVM()
- Add -dm_plex_print_fvm
- Fix copy of diagnostic flags


# 9a75acf6 16-Sep-2023 Satish Balay <balay@mcs.anl.gov>

Merge branch 'knepley/fix-plex-ceed' into 'main'

Plex: More work adding in CEED backend

See merge request petsc/petsc!6870


# d2b2dc1e 10-Sep-2023 Matthew G. Knepley <knepley@gmail.com>

Plex: More work adding in CEED backend
- Add DMPlexGetUseCeed() and DMPlexSetUseCeed()
- Need to propagate useCeed flag
- When using CEED, make tensor order the default, but shut it off for matrix in

Plex: More work adding in CEED backend
- Add DMPlexGetUseCeed() and DMPlexSetUseCeed()
- Need to propagate useCeed flag
- When using CEED, make tensor order the default, but shut it off for matrix insertion since this is still done by Plex kernels
- 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 - Do not give CEED negative offsets

show more ...


12345678910>>...31