History log of /petsc/doc/changes/dev.md (Results 126 – 150 of 172)
Revision Date Author Comments
# 4c712d99 27-Apr-2025 ksagiyam <k.sagiyama@imperial.ac.uk>

plexsubmesh: make submesh inherit CG/DG coordinate elements


# 588b05f9 17-Jun-2025 Satish Balay <balay@mcs.anl.gov>

Merge branch 'kjansen/MRcontinue_Run_withTest' into 'main'

TS: Alternate approaches for continuing runs

See merge request petsc/petsc!7870


# 8e562f8d 20-Mar-2025 James Wright <james@jameswright.xyz>

ts: Add -ts_run_steps and -ts_monitor_solution_skip_initial

Co-authored-by: Kenneth E. Jansen <kenneth.jansen@colorado.edu>
Co-authored-by: Jed Brown <jed@jedbrown.org>
Co-authored-by: Barry Smith <

ts: Add -ts_run_steps and -ts_monitor_solution_skip_initial

Co-authored-by: Kenneth E. Jansen <kenneth.jansen@colorado.edu>
Co-authored-by: Jed Brown <jed@jedbrown.org>
Co-authored-by: Barry Smith <bsmith@mcs.anl.gov>

show more ...


# 85df088b 16-Jun-2025 Satish Balay <balay@mcs.anl.gov>

Merge branch 'knepley/fix-plex-orient-sf' into 'main'

Plex: Fix handling of NULL locals in PlexOrient

See merge request petsc/petsc!8443


# cbf8f02c 05-Jun-2025 Matthew G. Knepley <knepley@gmail.com>

SNES: Make SNESTestJacobian() report the norms


# 997bf629 04-Jun-2025 Matthew G. Knepley <knepley@gmail.com>

Plex: Fix interface for boundary integration
- Change argument order for `DMPlexComputeBdResidualSingle()` and `DMPlexComputeBdJacobianSingle()` to match domain functions
- Add `DMPlexComputeBdResidu

Plex: Fix interface for boundary integration
- Change argument order for `DMPlexComputeBdResidualSingle()` and `DMPlexComputeBdJacobianSingle()` to match domain functions
- Add `DMPlexComputeBdResidualSingleByKey()` and `DMPlexComputeBdJacobianSingleByLabel()`

show more ...


# 9d633c0c 04-Jun-2025 Matthew G. Knepley <knepley@gmail.com>

PetscBT: Add copy


# 1cddb31e 09-Jun-2025 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2025-06-06/add-fortran-petscobjectnullify' into 'main'

Add #define PetscObjectNullify(o) o%v = PETSC_FORTRAN_TYPE_INITIALIZE to allow...

See merge request petsc/petsc!8465


# a7a02aae 07-Jun-2025 Barry Smith <bsmith@mcs.anl.gov>

Add #define PetscObjectNullify(o) o%v = PETSC_FORTRAN_TYPE_INITIALIZE to allow Fortran users to reset a variable to behave as if it had just been declared and not yet been assigned a PETSc object.

R

Add #define PetscObjectNullify(o) o%v = PETSC_FORTRAN_TYPE_INITIALIZE to allow Fortran users to reset a variable to behave as if it had just been declared and not yet been assigned a PETSc object.

Reported-by: Glenn Hammond

show more ...


# a16d7c54 05-Jun-2025 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2025-05-27/docs-build-in-petsc-arch' into 'main'

Build the docs files in $PETSC_ARCH when

See merge request petsc/petsc!8444


# 26199062 05-Jun-2025 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2025-05-17/fix-ksp-typedef-function-prototypes' into 'main'

Clean up the use of typedef function prototypes for KSP

See merge request petsc/petsc!8431


# 7f019730 27-May-2025 Barry Smith <bsmith@mcs.anl.gov>

Build the docs files in $PETSC_ARCH when

PETSC_ARCH is set and make docs is used

Otherwise the docs continue to be built in the doc directory.

Does not apply to petsc4py docs


# 4d4d2bdc 17-May-2025 Barry Smith <bsmith@mcs.anl.gov>

Clean up the use of typedef function prototypes for KSP


# 1bafe4bb 20-May-2025 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2025-05-15/fix-func-typedef-names' into 'main'

All typedef for functions are of the form (XXXXFn)(...) not (*XXXXyyyy)(....)

See merge request petsc/petsc!8408


# f8662bd6 15-May-2025 Barry Smith <bsmith@mcs.anl.gov>

Fix PetscProbFunc


# 2192575e 15-May-2025 Barry Smith <bsmith@mcs.anl.gov>

All typedef for functions are of the form (XXXXFn)(...) not (*XXXXyyyy)(....)


# 9d8735f1 19-May-2025 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2025-05-15/add-typedef-fn' into 'main'

Add some typedef XXXFn that currently use the prototype directly in code for some matrix objects

See merge request petsc/petsc!8409


# 2ba42892 16-May-2025 Barry Smith <bsmith@mcs.anl.gov>

Add `MatFDColoringFn` typedef


# 4f3e17a8 16-May-2025 Barry Smith <bsmith@mcs.anl.gov>

Add typedef for MatMFFD funtion prototypes


# 34731ec5 15-May-2025 Barry Smith <bsmith@mcs.anl.gov>

Add some typedef XXXFn that currently use the prototype

Add MatNullSpaceRemoveFn


# 21657465 18-May-2025 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2025-05-03/add-dolphinx-package' into 'main'

add --download-dolfinx

See merge request petsc/petsc!8371


# d03e3399 18-May-2025 Barry Smith <bsmith@mcs.anl.gov>

Add support for --download-dolphinx and its needed packages

Also add saving of pythonpath and PYTHONPATH in pkgconfig and petscvariables for users to access


# 022ab154 12-May-2025 Satish Balay <balay@mcs.anl.gov>

Merge branch 'knepley/feature-dm-bounds' into 'main'

Plex: Now allow variable bounds along boundaries

See merge request petsc/petsc!8402


# 01468941 11-May-2025 Matthew G. Knepley <knepley@gmail.com>

Plex: Now allow variable bounds along boundaries
- Add DM_BC_LOWER_BOUND and DM_BC_LOWER_BOUND
- Add DMHasBound()
- Add DMPlexInsertBounds() and implementation DMPlexInsertBounds_Plex()


# 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


1234567