History log of /petsc/src/dm/impls/plex/plexsubmesh.c (Results 26 – 50 of 630)
Revision Date Author Comments
# a623e290 12-Jun-2024 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2024-05-29/minor-fortran-stub-cleanup' into 'main'

More improvements to Fortran stubs and interfaces

See merge request petsc/petsc!7598


# 5d83a8b1 30-May-2024 Barry Smith <bsmith@mcs.anl.gov>

This requires some changes to user FORTRAN code

Pass PETSC_NULL_XXX_ARRAY when passing a NULL as an argument that is expecting an array
Pass PETSC_NULL_ENUM when argument returns an enum instead of

This requires some changes to user FORTRAN code

Pass PETSC_NULL_XXX_ARRAY when passing a NULL as an argument that is expecting an array
Pass PETSC_NULL_ENUM when argument returns an enum instead of PETSC_NULL_INTEGER
Pass arrays (and not scalar values) when the argument is expecting an array; this means replace, for example, the argument v with [v]
Use PetscObjectIsNull(obj) to check if the object is NULL, instead of obj == PETSC_NULL_XXX

The compiler will now automatically prevent you from using the wrong argument type for the first three bullets above
This will also require an update sowing with the new sowing branch this MR is using.

show more ...


# 4a6a4c7c 29-May-2024 Satish Balay <balay@mcs.anl.gov>

Merge branch 'knepley/fix-dm-field-facedata' into 'main'

DMField: Quadrature was wrong for affine branch of facedata

See merge request petsc/petsc!7547


# 5390be7d 16-May-2024 Matthew G. Knepley <knepley@gmail.com>

Plex: Can now process vertex sets for cohesive labels from the command line


# 5e7afd63 13-May-2024 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2024-05-09/revert-dmplexconstructghostcells-fortran-stub' into 'main'

Put back the dmplexconstructghostcells() manual fortran stub because new...

See merge request petsc/petsc!7

Merge branch 'barry/2024-05-09/revert-dmplexconstructghostcells-fortran-stub' into 'main'

Put back the dmplexconstructghostcells() manual fortran stub because new...

See merge request petsc/petsc!7538

show more ...


# 57c54e38 13-May-2024 Barry Smith <bsmith@mcs.anl.gov>

Put back the dmplexconstructghostcells() manual fortran stub because new sowing does not yet automatically handle passing PETSC_NULL_INTEGER argument.

Reported-by: Adrian Croucher


# 1ed6e3ff 25-Apr-2024 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2024-04-13/fix-sowing-strings' into 'main'

Update PETSc to use sowing bfort that handles string arguments and PETSC_NULL_INT

See merge request petsc/petsc!7480


# cc4c1da9 14-Apr-2024 Barry Smith <bsmith@mcs.anl.gov>

Update source code removing all unneeded /*@C and associated manual stubs and interfaces


# 0c3d0987 17-Apr-2024 Satish Balay <balay@mcs.anl.gov>

Merge branch 'knepley/feature-plex-transform-cohesive' into 'main'

Plex: First step toward parallel cohesive cell creation

See merge request petsc/petsc!7459


# 0542aa8c 12-Apr-2024 Matthew G. Knepley <knepley@gmail.com>

Plex: Major changes to the behavior of cohesive cells
- Ghost cohesive cells now have no special marking (was shift3)
- By default, impinging faces separating fault sides do not split, but instead fo

Plex: Major changes to the behavior of cohesive cells
- Ghost cohesive cells now have no special marking (was shift3)
- By default, impinging faces separating fault sides do not split, but instead force unsplit nodes on the fault

show more ...


# 8c77480b 04-Apr-2024 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/release'


# 66a6ed2f 31-Mar-2024 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jose/release/docstring' into 'release'

Docstring fixes

See merge request petsc/petsc!7425


# 9cde84ed 31-Mar-2024 Jose E. Roman <jroman@dsic.upv.es>

Docstring fixes


# c2b1fde0 14-Mar-2024 Satish Balay <balay@mcs.anl.gov>

Merge branch 'ksagiyam/plex_submesh_minimal_0' into 'main'

plex: add arguments to DMPlexFilter()

See merge request petsc/petsc!7362


# 30cbcd5d 20-Nov-2023 ksagiyam <k.sagiyama@imperial.ac.uk>

plexsubmesh: add sanitizeSubmesh to DMPlexFilter()


# 4d00ad26 20-Nov-2023 ksagiyam <k.sagiyama@imperial.ac.uk>

plexsubmesh: add ignoreLabelHalo to DMPlexFilter()


# fdb4e32b 25-Oct-2023 ksagiyam <k.sagiyama@imperial.ac.uk>

plexsubmesh: add ownershipTransferSF to DMPlexFilter()


# 970231d2 07-Mar-2024 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jolivet/clang-format-18' into 'main'

clang-format version 18

See merge request petsc/petsc!6902


# 4ad8454b 09-Feb-2024 Pierre Jolivet <pierre@joliv.et>

Remove some unneeded parentheses


# e5865050 26-Jan-2024 Satish Balay <balay@mcs.anl.gov>

Merge branch 'knepley/fix-p4est-bc' into 'main'

Fix Plex BC for p4est

See merge request petsc/petsc!7234


# bbb57e68 24-Jan-2024 Matthew G. Knepley <knepley@gmail.com>

Plex: Fix DMPlexMarkBoundaryFaces() to work with DMForest


# 942d34d0 03-Jan-2024 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jolivet/fix-ubsan' into 'main'

Pacify UBSan

See merge request petsc/petsc!7158


# 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


# 8e3a54c0 24-Dec-2023 Pierre Jolivet <pierre@joliv.et>

Sys: add PetscSafePointerPlusOffset() to pacify UBSan


12345678910>>...26