History log of /petsc/src/sys/objects/options.c (Results 51 – 75 of 919)
Revision Date Author Comments
# 0241b274 10-Jul-2024 Pierre Jolivet <pierre@joliv.et>

Docs: fix nonexisting functions and variables


# fbbac14a 28-Jun-2024 Satish Balay <balay@mcs.anl.gov>

Merge branch 'release'


# 2ea6136b 26-Jun-2024 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2024-06-25/minor-docs/release' into 'release'

Minor docs fixes

See merge request petsc/petsc!7646


# 7e6f8dd6 26-Jun-2024 Barry Smith <bsmith@mcs.anl.gov>

Minor docs fixes


# 14e7b07e 21-Jun-2024 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/release'


# f7d32ff3 18-Jun-2024 Satish Balay <balay@mcs.anl.gov>

Merge branch 'fix-PetscOptionsClearValue-monitor' into 'release'

Fix the monitoring of PetscOptionsClearValue.

See merge request petsc/petsc!7624


# 432b765a 16-Jun-2024 René Chenard <rene.chenard.1@ulaval.ca>

Fix the monitoring of PetscOptionsClearValue.

Co-authored-by: Barry Smith <bsmith@mcs.anl.gov>
Co-authored-by: Stefano Zampini <stefano.zampini@gmail.com>


# a623e290 12-Jun-2024 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2024-05-29/minor-fortran-stub-cleanup' into 'main'

More improvements to Fortran stubs and interfaces

See merge request petsc/petsc!7598


# 5d83a8b1 30-May-2024 Barry Smith <bsmith@mcs.anl.gov>

This requires some changes to user FORTRAN code

Pass PETSC_NULL_XXX_ARRAY when passing a NULL as an argument that is expecting an array
Pass PETSC_NULL_ENUM when argument returns an enum instead of

This requires some changes to user FORTRAN code

Pass PETSC_NULL_XXX_ARRAY when passing a NULL as an argument that is expecting an array
Pass PETSC_NULL_ENUM when argument returns an enum instead of PETSC_NULL_INTEGER
Pass arrays (and not scalar values) when the argument is expecting an array; this means replace, for example, the argument v with [v]
Use PetscObjectIsNull(obj) to check if the object is NULL, instead of obj == PETSC_NULL_XXX

The compiler will now automatically prevent you from using the wrong argument type for the first three bullets above
This will also require an update sowing with the new sowing branch this MR is using.

show more ...


# cef0416b 15-May-2024 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2024-04-26/fix-sowing-viewers' into 'main'

Remove manual Fortran stubs for PetscViewer and PetscObject arguments since now handled by sowing

See merge request petsc/petsc!7511


# ffeef943 28-Apr-2024 Barry Smith <bsmith@mcs.anl.gov>

Update to sowing version that supports PetscViewer and PetscObject

Remove manual Fortran stubs for PetscViewer and PetscObject arguments since now handled by sowing

Also handles the passing of null

Update to sowing version that supports PetscViewer and PetscObject

Remove manual Fortran stubs for PetscViewer and PetscObject arguments since now handled by sowing

Also handles the passing of null objects correctly

show more ...


# dce0f0b7 04-May-2024 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/release'


# 99a8d4ba 02-May-2024 Satish Balay <balay@mcs.anl.gov>

Merge branch 'stefanozampini/minors' into 'release'

petsc4py: do not call MatSetUp if context is None

See merge request petsc/petsc!7520


# 27304958 30-Apr-2024 Stefano Zampini <stefano.zampini@gmail.com>

PetscOptionsValidKey: fix compilation warning for gcc 12.3

warning: ignoring return value of 'strtod' declared with attribute 'warn_unused_result' [-Wunused-result]


# 1ed6e3ff 25-Apr-2024 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2024-04-13/fix-sowing-strings' into 'main'

Update PETSc to use sowing bfort that handles string arguments and PETSC_NULL_INT

See merge request petsc/petsc!7480


# cc4c1da9 14-Apr-2024 Barry Smith <bsmith@mcs.anl.gov>

Update source code removing all unneeded /*@C and associated manual stubs and interfaces


# 970231d2 07-Mar-2024 Satish Balay <balay@mcs.anl.gov>

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

clang-format version 18

See merge request petsc/petsc!6902


# 00045ab3 11-Feb-2024 Pierre Jolivet <pierre@joliv.et>

Remove carriage return in Petsc(Assert|Check)()

git grep -l -E "Petsc(Assert|Check)\(.*\\\n\"[,)]" | xargs sed -r -i'' 's#Petsc(Assert|Check)\((.*)\\n"([,)])#Petsc\1\(\2\"\3#g'

Suggested-by: Stefan

Remove carriage return in Petsc(Assert|Check)()

git grep -l -E "Petsc(Assert|Check)\(.*\\\n\"[,)]" | xargs sed -r -i'' 's#Petsc(Assert|Check)\((.*)\\n"([,)])#Petsc\1\(\2\"\3#g'

Suggested-by: Stefano Zampini

show more ...


# 0225d672 01-Feb-2024 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2024-01-31/docs-minor-options-database' into 'main'

Fix details in options database manual pages related to if the values have been set

See merge request petsc/petsc!7255


# 9314d9b7 01-Feb-2024 Barry Smith <bsmith@mcs.anl.gov>

Fix details in options database manual pages related to if the values have been set


# 1f5f95ac 03-Jan-2024 Satish Balay <balay@mcs.anl.gov>

Merge branch 'knepley/fix-plex-create-and-view' into 'main'

Fixes for Plex creation and viewing

See merge request petsc/petsc!7159


# 54a546c1 02-Jan-2024 Matthew G. Knepley <knepley@gmail.com>

Sys: PetscOptionsFindPairPrefix_Private() should also pass back the option it found


# 186cd71f 24-Jul-2023 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jacobf/2023-07-19/lint-apply-ts' into 'main'

Manual linter fixes: ts

See merge request petsc/petsc!6736


# 42747ad1 21-Jul-2023 Jacob Faibussowitsch <jacob.fai@gmail.com>

... and apply it


# cfd92c66 22-Jul-2023 Satish Balay <balay@mcs.anl.gov>

Merge branch 'tisaac/feature-type-generic-petsc-valid-pointer' into 'main'

Implement a type generic PetscValidPointer

See merge request petsc/petsc!6693


12345678910>>...37