History log of /petsc/src/dm/impls/plex/plexcreate.c (Results 226 – 250 of 1183)
Revision Date Author Comments
# a403f267 10-Apr-2023 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jed/dmplex-events' into 'main'

DM: add events for plex creation, projection, transforms, offsets

See merge request petsc/petsc!6301


# 708be2fd 08-Apr-2023 Jed Brown <jed@jedbrown.org>

DM: add events for plex creation, projection, transforms, offsets

These often account for a lot of time, but were not captured in any
events, leading to mystery time in the overall log_view.


# 80f6d96d 01-Apr-2023 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/release'


# 08eaad2d 01-Apr-2023 Satish Balay <balay@mcs.anl.gov>

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

Fix typos, portability issues, segmentation fault

See merge request petsc/petsc!6267


# aaa8cc7d 31-Mar-2023 Pierre Jolivet <pierre@joliv.et>

Fix some documentation and typos


# e9f36840 18-Mar-2023 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2023-03-08/fix-man-pages-detected-by-lint' into 'main'

Fix many manual pages

See merge request petsc/petsc!6162


# 20f4b53c 09-Mar-2023 Barry Smith <bsmith@mcs.anl.gov>

Fix manual pages based on reports from Jacob's lint tool

Commit-type: documentation


# 2695622a 16-Mar-2023 Satish Balay <balay@mcs.anl.gov>

Merge branch 'stefanozampini/snes' into 'main'

Improve Trust-Region support in SNES

See merge request petsc/petsc!6150


# 6f2c871a 06-Mar-2023 Stefano Zampini <stefano.zampini@gmail.com>

Fix sanitizer errors


# ab12c000 08-Feb-2023 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jacobf/2023-01-21/improve-ci-coverage' into 'main'

Improve CI Coverage

See merge request petsc/petsc!6000


# ff6a9541 07-Feb-2023 Jacob Faibussowitsch <jacob.fai@gmail.com>

Improve Mat and DM coverage by ifdef-ing out unused code that otherwise should not count
towards coverage


# 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


# 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


# 5dca41c3 06-Jan-2023 Jed Brown <jed@jedbrown.org>

DMPlex: expose -dm_plex_shape zbox and document zbox/isoperiodicity


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


# 3431e603 28-Dec-2022 Jed Brown <jed@jedbrown.org>

DMPlex SFC: add "Face Sets" and normalize coordinate space

libCEED fluids examples run with this


# 3e72e933 08-Jul-2022 Jed Brown <jed@jedbrown.org>

DM: experimental box mesh in parallel using Z-order

Adding -dm_plex_box_sfc activates this feature. The elements are equally
partitioned and Z-order is used to identify vertices. A partitioner can
b

DM: experimental box mesh in parallel using Z-order

Adding -dm_plex_box_sfc activates this feature. The elements are equally
partitioned and Z-order is used to identify vertices. A partitioner can
be used to clean up, or use -dm_distribute 0 to keep the z-order
distribution.

show more ...


# 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


12345678910>>...48