History log of /petsc/src/dm/impls/plex/plexsfc.c (Results 51 – 75 of 80)
Revision Date Author Comments
# 66976f2f 14-Aug-2023 Jacob Faibussowitsch <jacob.fai@gmail.com>

Add static to internal functions


# cfd92c66 22-Jul-2023 Satish Balay <balay@mcs.anl.gov>

Merge branch 'tisaac/feature-type-generic-petsc-valid-pointer' into 'main'

Implement a type generic PetscValidPointer

See merge request petsc/petsc!6693


# 4f572ea9 18-Jul-2023 Toby Isaac <toby.isaac@gmail.com>

Rename PetscValidPointer -> PetscAssertPointer


# 02477ebb 15-Jul-2023 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jacobf/2023-06-30/enable-doc-lint' into 'main'

Enable docs linting

See merge request petsc/petsc!6667


# 60225df5 12-Jul-2023 Jacob Faibussowitsch <jacob.fai@gmail.com>

Lint apply: dm


# 8c38e02a 03-Jun-2023 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/release'


# 4ff55f77 01-Jun-2023 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2023-05-27/improve-tutorials/release' into 'release'

Minor cleanup of website tutorials

See merge request petsc/petsc!6520


# 1cc06b55 27-May-2023 Barry Smith <bsmith@mcs.anl.gov>

change to consistent use of ch_xxx for chapter names in the docs, instead of a mix of ch_xx and chapter_xx


# 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


# 615a6304 05-Mar-2023 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2023-03-03/fix-man-missing-level' into 'main'

Add Level: to manual pages currently missing it

See merge request petsc/petsc!6142


# 53c0d4ae 03-Mar-2023 Barry Smith <bsmith@mcs.anl.gov>

Add Level: to manual pages currently missing it

Commit-type: documentation


# 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


# 7c7da2b8 23-Jan-2023 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jacobf/2023-01-13/modernize-cleanup-petscsys-h' into 'main'

Modernize and clean up petscsys.h

See merge request petsc/petsc!5976


# f3fa974c 13-Jan-2023 Jacob Faibussowitsch <jacob.fai@gmail.com>

Modernize and clean up petscsys.h

- Deprecate PETSC_NULL.
- Switch from preprocessor defines to anonymous enums for constant expressions.
- Surround macro arguments in ().
- Remove redundant casts.

Modernize and clean up petscsys.h

- Deprecate PETSC_NULL.
- Switch from preprocessor defines to anonymous enums for constant expressions.
- Surround macro arguments in ().
- Remove redundant casts.
- Clean up overly complex preprocessor defines in various PetscMem*() functions.

show more ...


# 16611aed 13-Jan-2023 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jed/plex-isoperiodic-coord-projection' into 'main'

DMPlex: fix isoperiodic coordinate projection for high order elements

See merge request petsc/petsc!5970


# 729bdd54 12-Jan-2023 Jed Brown <jed@jedbrown.org>

DMPlex zbox: fix affine coordinate index for cubic and higher order spaces


# 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


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

DMPlex SFC: optimize Z traversals using octet skips

Z-traversal cost is now negligible in all cases I can readily measure.


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


1234