History log of /petsc/src/dm/impls/plex/plex.c (Results 276 – 300 of 1780)
Revision Date Author Comments
# c9c77995 06-Feb-2023 Matthew G. Knepley <knepley@gmail.com>

Plex: Fix VecViewDraw for periodic boundaries


# 0b457fc3 10-Feb-2023 Satish Balay <balay@mcs.anl.gov>

Merge branch 'knepley/fix-natural-view' into 'main'

Knepley/fix natural view

See merge request petsc/petsc!6043


# f16a8b29 09-Feb-2023 Matthew G. Knepley <knepley@gmail.com>

Plex: Fix global-to-natural in view


# 37d05b02 06-Feb-2023 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/release'


# b877537e 05-Feb-2023 Satish Balay <balay@mcs.anl.gov>

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

Fix Typos

See merge request petsc/petsc!6024


# da81f932 05-Feb-2023 Pierre Jolivet <pierre@joliv.et>

Fix Typos


# 31d78bcd 02-Feb-2023 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jacobf/2022-12-10/petscerrorcode-nodiscard' into 'main'

Feature: Non-discardable PetscErrorCode

See merge request petsc/petsc!5923


# 3ba16761 10-Dec-2022 Jacob Faibussowitsch <jacob.fai@gmail.com>

Make PetscErrorCode a non-discardable enum


# 20b5e584 13-Jan-2023 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jed/plex-variable-point-block-nodal' into 'main'

DM/PCVPBJACOBI: support for field node blocking

See merge request petsc/petsc!5971


# 0e762ea3 12-Jan-2023 Jed Brown <jed@jedbrown.org>

DMBlockingType: use DM_BLOCKING_TOPOLOGICAL_POINT to clarify meaning

Reported-by: Barry Smith


# 863027ab 12-Jan-2023 Jed Brown <jed@jedbrown.org>

DMBlockingType: add support for field node blocking

We used point blocking in the past, meaning that all dofs on a
topological point (cell, face, edge, vertex) were densely coupled in the
point-bloc

DMBlockingType: add support for field node blocking

We used point blocking in the past, meaning that all dofs on a
topological point (cell, face, edge, vertex) were densely coupled in the
point-block diagonal. This is expensive and often unnecessary. Field
node blocking reduces PCVPBJACOBI setup and apply cost for cubic and
higher elements.

show more ...


# 114237d5 09-Jan-2023 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jed/dm-plex-box-sf' into 'main'

DM: parallel periodic box mesh with Z-order

See merge request petsc/petsc!5411


# 46139095 02-Jan-2023 Jed Brown <jed@jedbrown.org>

DMPlex: add Generate event for all the basic/internal mesh creation steps

Does not include interpolation, which is typically much more expensive,
unless interpolation is a mandatory part of creating

DMPlex: add Generate event for all the basic/internal mesh creation steps

Does not include interpolation, which is typically much more expensive,
unless interpolation is a mandatory part of creating the initial
topology. Does not include extrusion and similar transforms since those
have their own events.

show more ...


# 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 ...


# 4e2e9504 28-Dec-2022 Jed Brown <jed@jedbrown.org>

DMPlex SFC: create face periodicity

This introduces a new DMPlexSetPeriodicFaceSF(), but does not yet use it
when creating global spaces.


# 8abb650a 06-Jan-2023 Satish Balay <balay@mcs.anl.gov>

Merge branch 'knepley/feature-plex-hypercubic' into 'main'

Hypercubic Plex lattices

See merge request petsc/petsc!5955


# cfb853ba 05-Dec-2021 Matthew G. Knepley <knepley@gmail.com>

Plex: Add hypercubic lattices in any dimension


# 43cdf1eb 21-Dec-2022 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/release'


# adcfa051 20-Dec-2022 Satish Balay <balay@mcs.anl.gov>

Merge branch 'bourdin/fix-exodus-segfault' into 'release'

exodusII: fix segfault in dmView

See merge request petsc/petsc!5930


# bdbfaa5d 18-Dec-2022 Blaise Bourdin <bourdin@mcmaster.ca>

exodusII: fix segfault in dmView

DMViewExodusii segfaulted when called on a DM with empty Cell Sets label on some ranks
This only became a problem after MR !4133 was integrated since previousl

exodusII: fix segfault in dmView

DMViewExodusii segfaulted when called on a DM with empty Cell Sets label on some ranks
This only became a problem after MR !4133 was integrated since previously `DMPlexCreateExodusFromFile`
would only create these labels on rank 0

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


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

Fix missing "Key" and incorrect "Command" for manual page listing of Options Database Key(s):

Commit-type: documentation
/spend 10m


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

fix more un-updated DMPLEX manual pages

Commit-type: documentation


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