History log of /petsc/src/dm/impls/plex/plex.c (Results 51 – 75 of 1780)
Revision Date Author Comments
# 2fdc6cce 30-Apr-2025 Satish Balay <balay@mcs.anl.gov>

Merge branch 'knepley/fix-plex-fem-funcs' into 'main'

Plex: Make integration functions public

See merge request petsc/petsc!8361


# 754e4fba 29-Apr-2025 Matthew G. Knepley <knepley@gmail.com>

Plex: Make integration functions public
- Rename
DMPlexComputeResidual_Internal() --> DMPlexComputeResidualForKey()
DMPlexComputeJacobian_Internal() --> DMPlexComputeJacobianByKey()
DMPlexCompu

Plex: Make integration functions public
- Rename
DMPlexComputeResidual_Internal() --> DMPlexComputeResidualForKey()
DMPlexComputeJacobian_Internal() --> DMPlexComputeJacobianByKey()
DMPlexComputeJacobian_Action_Internal() --> DMPlexComputeJacobianActionByKey()
DMPlexComputeResidual_Hybrid_Internal() --> DMPlexComputeResidualHybridByKey()
DMPlexComputeJacobian_Hybrid_Internal() --> DMPlexComputeJacobianHybridByKey()

show more ...


# a02648fd 23-Apr-2025 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jolivet/cleanup-symbols' into 'main'

Do not expose unneeded symbols

See merge request petsc/petsc!8335


# 7984b70e 23-Apr-2025 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jrwrigh/partition_balance' into 'main'

plex: Use isoperiodicPointSF for mat partition algorithm

Closes #1745

See merge request petsc/petsc!8336


# e0459489 22-Apr-2025 James Wright <james@jameswright.xyz>

plex: Use isoperiodicPointSF for mat partition algorithm

Use the isoperiodicPointSF when creating the dual graph for the
mesh paritioning so that the partition cuts can also be optimized


# d6acfc2d 21-Apr-2025 Pierre Jolivet <pierre@joliv.et>

Do not expose unneeded symbols


# 09b68a49 04-Apr-2025 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/release'


# 95934b0d 02-Apr-2025 Satish Balay <balay@mcs.anl.gov>

Merge branch 'knepley/feature-plextransform-save' into 'main'

Save Plex transform in DM

See merge request petsc/petsc!8263


# 61f058f9 01-Apr-2025 Matthew G. Knepley <knepley@gmail.com>

Plex: Add ability to save a mesh transform


# 1a61deb2 31-Mar-2025 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2025-03-29/docs-fortran/release' into 'release'

Fix manual pages related to Fortran

See merge request petsc/petsc!8257


# feaf08ea 31-Mar-2025 Barry Smith <bsmith@mcs.anl.gov>

Fix manual pages related to Fortran

Remove a couple of dead Fortran bindings


# 6d8694c4 20-Mar-2025 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2024-04-29/add-fortran-enums' into 'main'

Major updates to Fortran interface

See merge request petsc/petsc!7517


# ce78bad3 20-Feb-2025 Barry Smith <bsmith@petsc.dev>

Fortran 90: fully embrace After 34 years!

- deprecate use of 'F90' in Fortran function names
- use Fortran pointers when appropriate
- the new Fortran API is not backward compatible with previous ve

Fortran 90: fully embrace After 34 years!

- deprecate use of 'F90' in Fortran function names
- use Fortran pointers when appropriate
- the new Fortran API is not backward compatible with previous versions!
- also clean up inconsistent PETSc code detected by new Fortran generation tools
- drop use of bfort
- automatically generate all the Fortran PETSc objects, enums etc from the include files
- generate most of the Fortran interface definitions and functions from the source code
- simplify the number and organization of Fortran modules

Co-authored-by: Jose E. Roman <jroman@dsic.upv.es>

show more ...


# d053ff77 27-Jan-2025 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jolivet/remove-unneeded-mpicast' into 'main'

Remove unneeded PetscMPIIntCast() for routines using PetscCount

Closes #1661

See merge request petsc/petsc!8099


# e91c04df 26-Jan-2025 Pierre Jolivet <pierre@joliv.et>

Remove unneeded PetscMPIIntCast() for routines using PetscCount

Fix #1661


# 8f3ed387 07-Jan-2025 Satish Balay <balay@mcs.anl.gov>

Merge branch 'knepley/feature-hamiltonian-ex2-hdiv' into 'main'

TS Hamiltonian ex2: Fixed 1D mixed EM

See merge request petsc/petsc!8069


# e6bf2fb5 05-Jan-2025 Matthew G. Knepley <knepley@gmail.com>

Plex: Fix 1D Plex viewer for P0


# fcb342c8 27-Dec-2024 Satish Balay <balay@mcs.anl.gov>

Merge branch 'knepley/fix-plex-interpolate-tensor' into 'main'

Plex: FIx tensor interpolation

See merge request petsc/petsc!8057


# 5e2c5519 17-Dec-2024 Matthew G. Knepley <knepley@gmail.com>

Plex: Add flag to prefer tensor ordering in interpolation


# e169c97a 21-Nov-2024 Satish Balay <balay@mcs.anl.gov>

Merge branch 'knepley/feature-swarm-pyvista' into 'main'

Swarm: Initial Viz with PyVista

See merge request petsc/petsc!8004


# 8926a64e 07-Nov-2024 Matthew G. Knepley <knepley@gmail.com>

Plex: Turn on Python viewer for Vecs
- Fix 1D viz


# ef9588a5 28-Oct-2024 Satish Balay <balay@mcs.anl.gov>

Merge branch 'release'


# 4e98a4a8 24-Oct-2024 Satish Balay <balay@mcs.anl.gov>

Merge branch 'stefanozampini-release-patch-15393' into 'release'

DMPLEX: remove flush of VTK viewer

See merge request petsc/petsc!7956


# be37439e 21-Oct-2024 Satish Balay <balay@mcs.anl.gov>

Merge branch 'stefanozampini/useless-cast' into 'main'

Remove useless cast

See merge request petsc/petsc!7894


# 835f2295 05-Oct-2024 Stefano Zampini <stefano.zampini@gmail.com>

Brain dead fixes for useless casts


12345678910>>...72