History log of /petsc/src/sys/objects/options.c (Results 26 – 50 of 919)
Revision Date Author Comments
# b1aa7d88 10-Feb-2025 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2025-01-23/fix-petscshmgetdeallocatearray-rank-0/release' into 'release'

Fix bug in PetscShmgetDeallocateArray needs to call...

See merge request petsc/petsc!8092


# 8d6650c0 07-Feb-2025 Barry Smith <bsmith@mcs.anl.gov>

improve docs


# 7255af2b 23-Jan-2025 Barry Smith <bsmith@mcs.anl.gov>

Fix bug in PetscShmgetDeallocateArray needs to call PetscCheck(!shmdt(next->addr), since that is not called in the unmap on rank 0

Reported-by: Marsha Berger
Reported-by: Randy Leveque


# 9fb873d9 10-Dec-2024 Satish Balay <balay@mcs.anl.gov>

Merge branch 'reche23/remove-deadcode' into 'main'

Remove dead code

See merge request petsc/petsc!7641


# 08d7fc57 21-Jun-2024 René Chenard <rene.chenard.1@ulaval.ca>

The value of 'usehashtable' is always 'PETSC_TRUE'.


# 7799f373 11-Nov-2024 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jolivet/minor-housekeeping' into 'main'

Minor housekeeping

See merge request petsc/petsc!7999


# b82c1cbe 10-Nov-2024 Pierre Jolivet <pierre@joliv.et>

Sys: use prefix in deprecation message


# be37439e 21-Oct-2024 Satish Balay <balay@mcs.anl.gov>

Merge branch 'stefanozampini/useless-cast' into 'main'

Remove useless cast

See merge request petsc/petsc!7894


# 835f2295 05-Oct-2024 Stefano Zampini <stefano.zampini@gmail.com>

Brain dead fixes for useless casts


# ad781fe3 21-Oct-2024 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2024-09-29/fix-function-typedef-style' into 'main'

Unify handling of context destructors

See merge request petsc/petsc!7900


# 49abdd8a 29-Sep-2024 Barry Smith <bsmith@mcs.anl.gov>

Unifies all context destructors to have a form of PetscCtxDestroyFn == PetscErrorCode (*)(void **)

Changes the previous subset of destructor APIs that used PetscErrorCode (*)(void *) (mostly those t

Unifies all context destructors to have a form of PetscCtxDestroyFn == PetscErrorCode (*)(void **)

Changes the previous subset of destructor APIs that used PetscErrorCode (*)(void *) (mostly those that
used PetscContainer

- Now allows any context to be a PetscObject
- Will provide a cleaner mapping to bindings in other languages
- Simplifies the maintenance of PETSc source code; improves clarity

Not backward compatible, compiler warnings will tell users what functions need to be updated

show more ...


# 308af4e5 09-Oct-2024 Satish Balay <balay@mcs.anl.gov>

Merge branch 'knepley/fix-plex-hdf5-fields' into 'main'

Plex+HDF5: Restore previous behavior for version 1.1.0 output

See merge request petsc/petsc!7934


# b33a4df8 08-Oct-2024 Matthew G. Knepley <knepley@gmail.com>

Options: Safer code


# 0a78fc91 02-Oct-2024 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/release'


# 160390d7 29-Sep-2024 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jolivet/typos' into 'release'

Fix typos

See merge request petsc/petsc!7893


# d7c1f440 29-Sep-2024 Pierre Jolivet <pierre@joliv.et>

Fix typos


# f8aa7b25 28-Sep-2024 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jczhang/2024-09-27/add-PetscOptionsGetBool3' into 'main'

Add PetscOptionsGetBool3()

See merge request petsc/petsc!7888


# 9e296098 28-Sep-2024 Junchao Zhang <jczhang@mcs.anl.gov>

Sys: add PetscOptionsGetBool3()


# d8e47b63 17-Sep-2024 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2024-09-02/rebased-fix-conversion-warnings' into 'main'

Compiler finds (and forbid) casts from higher precision integers to lower

See merge request petsc/petsc!7806


# dd460d27 10-Sep-2024 Barry Smith <bsmith@mcs.anl.gov>

Fixes for clang-tidy


# 6497c311 25-Aug-2024 Barry Smith <bsmith@mcs.anl.gov>

Add to CI compilers flags '-Wconversion', '-Wno-sign-conversion', '-Wno-float-conversion', '-Wno-implicit-float-conversion']

Also fix the code to repository to compile cleanly with these flags in th

Add to CI compilers flags '-Wconversion', '-Wno-sign-conversion', '-Wno-float-conversion', '-Wno-implicit-float-conversion']

Also fix the code to repository to compile cleanly with these flags in the CI

show more ...


# ec42381f 20-Jul-2024 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2024-06-15/deprecate-petsc-current' into 'main'

Deprecate the use of PETSC_DEFAULT with PETSC_CURRENT since PETSC_DEFAULT is a...

See merge request petsc/petsc!7634


# b3480c81 15-Jun-2024 Barry Smith <bsmith@mcs.anl.gov>

Deprecate the use of PETSC_DEFAULT with PETSC_CURRENT for KSPSetTolerances() since PETSC_DEFAULT is a confusing (and wrong) term in current usage.

Add support to KSPSetTolerances() to accept PETSC_D

Deprecate the use of PETSC_DEFAULT with PETSC_CURRENT for KSPSetTolerances() since PETSC_DEFAULT is a confusing (and wrong) term in current usage.

Add support to KSPSetTolerances() to accept PETSC_DETERMINE to reset the value back to the default when the object was created

show more ...


# eca7e54b 14-Jul-2024 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/release'


# c52ffa67 12-Jul-2024 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jolivet/fix-docs' into 'release'

Docs fixes

See merge request petsc/petsc!7682


12345678910>>...37