| #
af0e4c05
|
| 09-Feb-2026 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'MarDiehl/editorconfig' into 'main'
define format conventions for multiple editors
See merge request petsc/petsc!8967
|
| #
2a28adfc
|
| 16-Jan-2026 |
Martin Diehl <mail@martin-diehl.net> |
define format conventions
from editorconfig.org: EditorConfig helps maintain consistent coding styles for multiple developers working on the same project across various editors and IDEs. The EditorC
define format conventions
from editorconfig.org: EditorConfig helps maintain consistent coding styles for multiple developers working on the same project across various editors and IDEs. The EditorConfig project consists of a file format for defining coding styles and a collection of text editor plugins that enable editors to read the file format and adhere to defined styles. EditorConfig files are easily readable and they work nicely with version control systems.
show more ...
|
| #
4e8208cb
|
| 31-Jan-2026 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2026-01-13/ftn-generation-for-context-functions' into 'main'
Fortran generation of interface definitions for functions that take and return context variables (void *ctx and PetC
Merge branch 'barry/2026-01-13/ftn-generation-for-context-functions' into 'main'
Fortran generation of interface definitions for functions that take and return context variables (void *ctx and PetCtx ctx)
See merge request petsc/petsc!8956
show more ...
|
| #
2a8381b2
|
| 13-Jan-2026 |
Barry Smith <bsmith@mcs.anl.gov> |
Add automatic generated fortran support for setting and returning contexts
Major cleanup of the code for setting and returning application (previously called user) contexts - PetscCtx ctx is now t
Add automatic generated fortran support for setting and returning contexts
Major cleanup of the code for setting and returning application (previously called user) contexts - PetscCtx ctx is now the standard for passing in contexts - PetscCtxRt ctx is the standard for passing out contexts, including context destroy routines based on PetscCtxDestroyFn
Both of these are typedef to void*
Also removed most use of user and userctx for context arguments now consistently named ctx
Improved documentation on PetscCtx and PetscCtxRt and on how to use contexts (including getting them) from Fortran
show more ...
|
| #
97aba221
|
| 31-Jul-2025 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2025-07-25/change-makealletags-to-makeetags' into 'main'
Change make alletags to make etags since it always makes all of them
See merge request petsc/petsc!8593
|
| #
343dd72a
|
| 31-Jul-2025 |
Barry Smith <bsmith@mcs.anl.gov> |
Change make alletags to make etags since it always makes all of them
|
| #
7b2fcb5d
|
| 28-Jul-2025 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jolivet/proper-capitalization' into 'main'
configure: fix capitalization of multiple packages and PETSc itself
See merge request petsc/petsc!8597
|
| #
f605775f
|
| 26-Jul-2025 |
Pierre Jolivet <pierre@joliv.et> |
configure: fix capitalization of multiple packages and PETSc itself
|
| #
b11d9968
|
| 08-Apr-2025 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/release'
|
| #
d000e8ac
|
| 08-Apr-2025 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2025-04-01/docs-mv-rst-md/release' into 'release'
move last of the doc rst files over to md files
See merge request petsc/petsc!8271
|
| #
7f296bb3
|
| 08-Apr-2025 |
Barry Smith <bsmith@mcs.anl.gov> |
move last of the doc rst files over to md files
|