History log of /petsc/src/dm/impls/plex/plexsubmesh.c (Results 76 – 100 of 630)
Revision Date Author Comments
# d7849d59 20-Apr-2023 Satish Balay <balay@mcs.anl.gov>

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

Fix PetscCallMPI(MPI_Allreduce()) with PETSc types

See merge request petsc/petsc!6348


# 712fec58 19-Apr-2023 Pierre Jolivet <pierre@joliv.et>

Fix PetscCallMPI(MPI_Allreduce()) with PETSc types


# d01c6957 28-Mar-2023 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2023-03-25/fix-more-manualpages' into 'main'

More manual page fixes

See merge request petsc/petsc!6233


# 2fe279fd 28-Mar-2023 Barry Smith <bsmith@mcs.anl.gov>

More manual page fixes


# b6b5caf9 27-Mar-2023 Satish Balay <balay@mcs.anl.gov>

Merge branch 'knepley/feature-hybrid-mass' into 'main'

Plex: Can now specify a mass weighting to hybrid residual

See merge request petsc/petsc!6210


# 0e18dc48 26-Mar-2023 Matthew G. Knepley <knepley@gmail.com>

Plex+FE: Fixed cohesive cell integration
- Now PetscFEGeom face data also calculates orientations
- Added DMPlexReorderCohesiveSupports()
- Now ensure that cohesive cell end cap supports are oriented

Plex+FE: Fixed cohesive cell integration
- Now PetscFEGeom face data also calculates orientations
- Added DMPlexReorderCohesiveSupports()
- Now ensure that cohesive cell end cap supports are oriented
- Match quadrature from cohesive end caps with bulk cells

show more ...


# 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


# 5a7a9864 14-Mar-2023 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jeremy/less-strcpy-strcat' into 'main'

Use Petsc[Strncpy,Strlcat,Memcpy] over Petsc[Strcpy,Strcat]

Closes #1332

See merge request petsc/petsc!6115


# c6a7a370 24-Feb-2023 Jeremy L Thompson <jeremy@jeremylt.org>

Clean up PETSc str ops to use more secure implementations where possible. These include:

- Use PetscStrncpy()/PetscStrlcat()/PetscMemcpy() over PetscStrcpy()/PetscStrcat()
- Use PetscArraycpy() over

Clean up PETSc str ops to use more secure implementations where possible. These include:

- Use PetscStrncpy()/PetscStrlcat()/PetscMemcpy() over PetscStrcpy()/PetscStrcat()
- Use PetscArraycpy() over PetscMemcpy() as appropriate for string buffer copying
- Use built in string from name over hardcoding
- Use sizeof over hardcoded length
- Replace some Strlcat with Strncpy when offset is known

show more ...


# 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


# 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


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

Plex: Fix DMPlexLabelAddCells()
- Allow hybrid cells if the points in the label are hybrid


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

Merge remote-tracking branch 'origin/release'


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

Merge branch 'knepley-release-patch-53260' into 'release'

Fix Plex submesh doc

See merge request petsc/petsc!5862


# 40cdb708 20-Nov-2022 Matthew Knepley <knepley@gmail.com>

Update src/dm/impls/plex/plexsubmesh.c


# ee6d7c45 07-Nov-2022 Satish Balay <balay@mcs.anl.gov>

Merge branch 'knepley/fix-mark-boundary-parallel' into 'main'

Plex: In parallel, do not mark boundary faces that are on the parallel boundary

See merge request petsc/petsc!5809


# 429fa399 06-Nov-2022 Matthew G. Knepley <knepley@gmail.com>

Plex: In parallel, do not mark boundary faces that are on the parallel boundary


# 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


# 061e922f 22-Sep-2022 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jacobf/2022-09-21/2-bike-2-shed' into 'main'

Feature: Bicycle Storage Facility 2

See merge request petsc/petsc!5661


# d71ae5a4 21-Sep-2022 Jacob Faibussowitsch <jacob.fai@gmail.com>

source code format changes due to .clang-format changes


# 26d72632 20-Sep-2022 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jolivet/fix-implicit-fallthrough' into 'main'

Fix -Wimplicit-fallthrough

See merge request petsc/petsc!5655


12345678910>>...26