History log of /petsc/src/sys/objects/options.c (Results 1 – 25 of 919)
Revision Date Author Comments
# 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 ...


# b97dbd2e 09-Jan-2026 Satish Balay <balay@mcs.anl.gov>

Merge branch 'fix-options-left' into 'main'

Fixes doc and behaviour of an unset -options_left value as reported in #1834.

Closes #1834

See merge request petsc/petsc!8905


# a51b1039 19-Dec-2025 Eric Chamberland <ericc@giref.ulaval.ca>

Fixes doc and behaviour of an unset -options_left value as reported in #1834.

Now, `-options_left` and `-options_view` are independent.


# 18ea161e 25-Sep-2025 Satish Balay <balay@mcs.anl.gov>

Merge branch 'stefanozampini/fixes-before-release' into 'main'

small fixes before release

See merge request petsc/petsc!8717


# ff757e9e 09-Sep-2025 Stefano Zampini <stefano.zampini@gmail.com>

PetscOptionsGetXXXArray: Check pointer only if nmax > 0


# 8112c1cb 22-Sep-2025 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2025-09-04/deprecate-mpiu-bool' into 'main'

Deprecate MPIU_BOOL which used to be for PETSc's enum Bool but now is just MPI_C_BOOL

See merge request petsc/petsc!8691


# 5440e5dc 04-Sep-2025 Barry Smith <bsmith@mcs.anl.gov>

Deprecate MPIU_BOOL which used to be for PETSc' enum Bool but now is just MPI_C_BOOL so no longer needs its own name


# 5c36b41b 04-Sep-2025 Satish Balay <balay@mcs.anl.gov>

Merge branch 'stefanozampini/add-test-superludist-fail' into 'main'

petsc_harness.sh: no error code tests for timeouts

See merge request petsc/petsc!8681


# 13d105a8 02-Sep-2025 Stefano Zampini <stefano.zampini@gmail.com>

PetscOptionsGetEList: improve error message

enclosing wrong options in ""


# 834855d6 27-Aug-2025 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jolivet/clang-format-21' into 'main'

clang-format-21

See merge request petsc/petsc!8202


# ac530a7e 03-Jun-2025 Pierre Jolivet <pierre@joliv.et>

Remove unnecessary braces around one-liners

git grep -lE "[ ]*(if|for|while) \(.*\) {[^;]*;[^;]*}$" -- '*.c' '*.cxx' '*.cu' '*.h' '*.hpp' '*.cpp' | xargs sed -i '' -E 's#([ ]*)(if|for|while) \((.*)\

Remove unnecessary braces around one-liners

git grep -lE "[ ]*(if|for|while) \(.*\) {[^;]*;[^;]*}$" -- '*.c' '*.cxx' '*.cu' '*.h' '*.hpp' '*.cpp' | xargs sed -i '' -E 's#([ ]*)(if|for|while) \((.*)\) {([^;]*);([^;]*)}$#\1\2 \(\3\)\4;\5#'

show more ...


# 966bd95a 25-May-2025 Pierre Jolivet <pierre@joliv.et>

Convert some SETERRQ() to PetscCheck()


# 44430c49 30-May-2025 Satish Balay <balay@mcs.anl.gov>

Merge branch 'release'


# 9276e935 30-May-2025 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/fix-ftn-stubs' into 'release'

Fix a couple bugs in current Fortran stubs

See merge request petsc/petsc!8452


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

Fix a couple bugs in current Fortran stubs


# 0d821f60 30-Apr-2025 Satish Balay <balay@mcs.anl.gov>

Merge branch 'release'


# efe48414 30-Apr-2025 Satish Balay <balay@mcs.anl.gov>

Merge branch 'stefanozampini/deprecated-option-no-overwrite' into 'release'

Deprecated options should not overwrite option values if the latter are given

See merge request petsc/petsc!8362


# 5669f5d8 30-Apr-2025 Stefano Zampini <stefano.zampini@gmail.com>

PetscOptionsDeprecated: do not overwrite new option if it is provided


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

Merge remote-tracking branch 'origin/release'


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


# 7a533827 10-Feb-2025 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/release'


12345678910>>...37