History log of /petsc/src/dm/interface/dm.c (Results 251 – 275 of 1790)
Revision Date Author Comments
# 5dca41c3 06-Jan-2023 Jed Brown <jed@jedbrown.org>

DMPlex: expose -dm_plex_shape zbox and document zbox/isoperiodicity


# 5f06a3dd 30-Dec-2022 Jed Brown <jed@jedbrown.org>

DMPlex SFC: Isoperiodic with partitioning/distribute support

* give all edges consistent orientation
* This ensures that edges are matched consistently. It's overkill, but we
trim that work an

DMPlex SFC: Isoperiodic with partitioning/distribute support

* give all edges consistent orientation
* This ensures that edges are matched consistently. It's overkill, but we
trim that work another time.
* isoperiodic face SF is migrated during DMDistribute
* tests/ex49: add command-line diagnostic and control of tensor ordering
* quash -Wmaybe-uninitialized false positives

show more ...


# 6725e60d 29-Dec-2022 Jed Brown <jed@jedbrown.org>

DMPlex SFC: periodicity working in serial

-dm_plex_box_sfc -dm_plex_box_bd periodic,none,none

* 1-element periodicity
* Single global representation of coordinates
* DMGlobalToLocal applies offset

DMPlex SFC: periodicity working in serial

-dm_plex_box_sfc -dm_plex_box_bd periodic,none,none

* 1-element periodicity
* Single global representation of coordinates
* DMGlobalToLocal applies offset to periodic points
* periodicity is only supported in one dimension at present

show more ...


# 1ea65430 04-Jan-2023 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/release'


# a41402af 04-Jan-2023 Satish Balay <balay@mcs.anl.gov>

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

Winter cleaning

See merge request petsc/petsc!5948


# 35cb6cd3 30-Dec-2022 Pierre Jolivet <pierre@joliv.et>

Fix some typos


# 679dad9e 16-Dec-2022 Satish Balay <balay@mcs.anl.gov>

Merge branch 'knepley/fix-plex-periodic-faces' into 'main'

Knepley/fix plex periodic faces

See merge request petsc/petsc!5917


# 46560f82 13-Dec-2022 Matthew G. Knepley <knepley@gmail.com>

DM: Fortran bindings for DMSetField() and DMAddField()


# 8425d0c9 08-Dec-2022 Satish Balay <balay@mcs.anl.gov>

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

Many Plex fixes

See merge request petsc/petsc!5907


# f60fa741 07-Dec-2022 Matthew G. Knepley <knepley@gmail.com>

DM: Fixes for projection and DMComputeExactSolution()
- Global projection should initialize the local vector
- When computing the solution over multiple labels, need to do everything locally and then

DM: Fixes for projection and DMComputeExactSolution()
- Global projection should initialize the local vector
- When computing the solution over multiple labels, need to do everything locally and then insert at the end.

show more ...


# 990be990 23-Nov-2022 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/release'


# d9370626 21-Nov-2022 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2022-11-15/fix-more-dm-man-pages/release' into 'release'

fix more un-updated DMPLEX manual pages

See merge request petsc/petsc!5839


# a1cb98fa 16-Nov-2022 Barry Smith <bsmith@mcs.anl.gov>

fix more un-updated DMPLEX manual pages

Commit-type: documentation


# 786e2ac0 03-Nov-2022 Satish Balay <balay@mcs.anl.gov>

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

DM: Rework options handling for coordinate DM

Closes #1275

See merge request petsc/petsc!5789


# dd4c3f67 31-Oct-2022 Matthew G. Knepley <knepley@gmail.com>

DM: Rework options handling for coordinate DM
- DMSetFromOptions() also calls it for the coordinate DM
- Give coordinate DM the prefix cdm_ + DM prefix
- Plex turns off reordering and calls SetFromOp

DM: Rework options handling for coordinate DM
- DMSetFromOptions() also calls it for the coordinate DM
- Give coordinate DM the prefix cdm_ + DM prefix
- Plex turns off reordering and calls SetFromOptions
- PlexTransform marks setfromoptionscalled on the transformed DM
- Fix options prefix and setfromoptions in DMPlexProjectCoordinates()

show more ...


# a207d08e 30-Oct-2022 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/release'


# ed31fb71 30-Oct-2022 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jose/codespell-typos' into 'release'

A few more codespell fixes

See merge request petsc/petsc!5786


# d5b43468 29-Oct-2022 Jose E. Roman <jroman@dsic.upv.es>

A few more codespell fixes


# e3f8113e 24-Oct-2022 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/release'


# e70d0aa9 24-Oct-2022 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jolivet/fix-spacing-docs' into 'release'

Docs: remove or add space before back tick

See merge request petsc/petsc!5761


# e6d3c4ed 21-Oct-2022 Pierre Jolivet <pierre@joliv.et>

Docs: remove or add space before back tick


# 7d8d4117 17-Oct-2022 Satish Balay <balay@mcs.anl.gov>

Merge branch 'knepley/feature-ephemeral-mesh' into 'main'

Plex: First implementation of ephemeral meshes

See merge request petsc/petsc!5738


# 9f4ada15 12-Oct-2022 Matthew G. Knepley <knepley@gmail.com>

Plex: First implementation of ephemeral meshes
- Add DMPlexGet/RestoreOrientedCone()
- Add a transform to Plex, which makes it an ephemeral mesh
- Add depth information to PlexTransform
- Fix filter

Plex: First implementation of ephemeral meshes
- Add DMPlexGet/RestoreOrientedCone()
- Add a transform to Plex, which makes it an ephemeral mesh
- Add depth information to PlexTransform
- Fix filter transform
- Fix Plex view for ephemeral meshes
- Right now, check mesh->tr for an ephemeral mesh, but later we could
make a subclass
- Remove DMPlexAddConeSize()

show more ...


# dcdbcfb0 30-Sep-2022 Satish Balay <balay@mcs.anl.gov>

Merge branch 'JDBetteridge/petsc4py_gc_fix' into 'main'

Add memory cleanup operations suitable for managed languages, and corresponding calls to petsc4py

See merge request petsc/petsc!4619


# 62e5d2d2 30-Sep-2022 JDBetteridge <j.betteridge@imperial.ac.uk>

Add memory cleanup operations suitable for managed languages, and corresponding calls to petsc4py


1...<<11121314151617181920>>...72