History log of /petsc/src/sys/objects/options.c (Results 76 – 100 of 919)
Revision Date Author Comments
# 4f572ea9 18-Jul-2023 Toby Isaac <toby.isaac@gmail.com>

Rename PetscValidPointer -> PetscAssertPointer


# 7a2f837d 06-Jul-2023 Toby Isaac <toby.isaac@gmail.com>

Deploy new PetscValidPointer, remove PetscValidXXXPointer


# 02477ebb 15-Jul-2023 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jacobf/2023-06-30/enable-doc-lint' into 'main'

Enable docs linting

See merge request petsc/petsc!6667


# 10450e9e 12-Jul-2023 Jacob Faibussowitsch <jacob.fai@gmail.com>

Manual linter fixes: sys


# aec76313 12-Jul-2023 Jacob Faibussowitsch <jacob.fai@gmail.com>

Lint apply: sys


# 479160d7 12-Jul-2023 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2023-07-02/nice-error-message-when-first-error-is-not-properly-handled' into 'main'

When the user does not properly handle a returned error code and another error...

See merge r

Merge branch 'barry/2023-07-02/nice-error-message-when-first-error-is-not-properly-handled' into 'main'

When the user does not properly handle a returned error code and another error...

See merge request petsc/petsc!6655

show more ...


# e9a33e21 09-Jul-2023 Barry Smith <bsmith@mcs.anl.gov>

Need to have test harness remove -options_left to tests that test handling of errors in tests

Commit-type: testing


# bb110a73 26-Jun-2023 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jacobf/2023-06-05/petscoptions-cleanup' into 'main'

Clean up aoptions.c

See merge request petsc/petsc!6554


# 10c654e6 05-Jun-2023 Jacob Faibussowitsch <jacob.fai@gmail.com>

Clean up aoptions.c and options.c


# 6bb0c1aa 02-Jun-2023 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2023-05-26/allow-mpiaij-32bit-large-nz' into 'main'

Allow viewing and loading MATMPIAIJ matrices with a total number of nonzeros greater than PETSC_INT_MAX

See merge request pet

Merge branch 'barry/2023-05-26/allow-mpiaij-32bit-large-nz' into 'main'

Allow viewing and loading MATMPIAIJ matrices with a total number of nonzeros greater than PETSC_INT_MAX

See merge request petsc/petsc!6514

show more ...


# 7d44c3ad 27-May-2023 Barry Smith <bsmith@mcs.anl.gov>

Shorten error message about unused options when error

Commit-type: useability


# 4bd3d7f8 27-May-2023 Barry Smith <bsmith@mcs.anl.gov>

fix formatting in output from PetscOptionsDeprecated_Private()

Commit-type: usability


# 597312bb 02-May-2023 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/release'


# 2106c2ab 02-May-2023 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2023-04-26/fix-fileio-man-pages/release' into 'release'

Cleanup of manual pages in src/sys/fileio

See merge request petsc/petsc!6381


# 21532e8a 02-May-2023 Barry Smith <bsmith@mcs.anl.gov>

Cleanup of manual pages in src/sys/fileio


# 7168d968 02-May-2023 Satish Balay <balay@mcs.anl.gov>

Merge branch 'stefanozampini/fix-setinf' into 'release'

Fixes for -fp_trap

See merge request petsc/petsc!6372


# 3872ee93 27-Apr-2023 Stefano Zampini <stefano.zampini@gmail.com>

Support fp_trap in CI


# 93157f12 12-Apr-2023 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2023-04-08/remove-unneeded-redundant-petscoptionsxxx-for-depricated-option' into 'main'

Clean up the code and docs on the usage of PetscOptionsDeprecated() and when...

See merge

Merge branch 'barry/2023-04-08/remove-unneeded-redundant-petscoptionsxxx-for-depricated-option' into 'main'

Clean up the code and docs on the usage of PetscOptionsDeprecated() and when...

See merge request petsc/petsc!6300

show more ...


# 4ead3382 08-Apr-2023 Barry Smith <bsmith@mcs.anl.gov>

Clean up the code and docs on the usage of PetscOptionsDeprecated() and when the previous call to PetscOptionsXXX('oldname') may be removed from the source code

Commit-type: housekeeping
Thanks-to:

Clean up the code and docs on the usage of PetscOptionsDeprecated() and when the previous call to PetscOptionsXXX('oldname') may be removed from the source code

Commit-type: housekeeping
Thanks-to: Pierre Jolivet

Branch-name: barry/2023-04-08/remove-unneeded-redundant-petscoptionsxxx-for-depricated-option
Branch-root: main
Branch-purpose: PetscOptionsDeprecated(oldname,newname) negates the need to retain the old PetscOptionsXXX(oldname) but in some places the old call was unnessacerily retained causing confusing with new code being written that mimic the unneeded code.

show more ...


# 80f6d96d 01-Apr-2023 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/release'


# 08eaad2d 01-Apr-2023 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jolivet/fix-typos-portability' into 'release'

Fix typos, portability issues, segmentation fault

See merge request petsc/petsc!6267


# aaa8cc7d 31-Mar-2023 Pierre Jolivet <pierre@joliv.et>

Fix some documentation and typos


# e9f36840 18-Mar-2023 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2023-03-08/fix-man-pages-detected-by-lint' into 'main'

Fix many manual pages

See merge request petsc/petsc!6162


# 20f4b53c 09-Mar-2023 Barry Smith <bsmith@mcs.anl.gov>

Fix manual pages based on reports from Jacob's lint tool

Commit-type: documentation


# bd5f20c3 15-Mar-2023 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jacobf/2023-03-14/fixup-use-petscstrncpy-strlcat-memcpy' into 'main'

Fixup !6115

See merge request petsc/petsc!6187


12345678910>>...37