History log of /petsc/src/dm/impls/plex/plex.c (Results 251 – 275 of 1780)
Revision Date Author Comments
# db485b19 08-Jun-2023 Stefano Zampini <stefano.zampini@gmail.com>

DMPlex: Small cleanup


# a03d55ff 07-Jun-2023 Stefano Zampini <stefano.zampini@gmail.com>

PetscHash: Move IJK and IJKL in private library headers

shift to hashing tuples to [0,n)


# 0f949f0b 20-Jun-2023 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jed/dmplex-scalable-is' into 'main'

DMPlexCreatePointNumbering: use COMM_SELF

Closes #1402

See merge request petsc/petsc!6614


# d1c35871 19-Jun-2023 Jed Brown <jed@jedbrown.org>

DMPlexCreatePointNumbering: use COMM_SELF

This fixes #1402, a 32-bit overflow in the global number of points even
when the global number of dofs is less than 2B. The indices in the IS
are entirely l

DMPlexCreatePointNumbering: use COMM_SELF

This fixes #1402, a 32-bit overflow in the global number of points even
when the global number of dofs is less than 2B. The indices in the IS
are entirely local so COMM_SELF is semantically correct.

show more ...


# 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


# 49154744 22-Apr-2023 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/release'


# 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


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


# 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


# 07218a29 17-Mar-2023 Matthew G. Knepley <knepley@gmail.com>

Plex: Can now specify a mass weighting to hybrid residual
- This is not a complete fix. We need to match up quadrature points across the interface.


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

Merge branch 'jolivet/cleanup' into 'main'

Docs: more cleanup

See merge request petsc/petsc!6202


# 0462cc06 18-Mar-2023 Pierre Jolivet <pierre@joliv.et>

Docs: more cleanup


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


# 7a3a620f 24-Feb-2023 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jolivet/housekeeping' into 'main'

Double spaces, wrong backticks, or unneeded braces

See merge request petsc/petsc!6110


# aa624791 24-Feb-2023 Pierre Jolivet <pierre@joliv.et>

Double spaces, wrong backticks, or unneeded braces


# 71efe6b0 22-Feb-2023 Satish Balay <balay@mcs.anl.gov>

Merge branch 'danofinn/swarm-example-landau-damping' into 'main'

Swarm: Add swarm ex9 Landau damping + tests (ex6, ex8, snes/ex15)

See merge request petsc/petsc!6026


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