Fix typos
CI: update checkclangformat to use clang-format-19.1.0
Remove unneeded parentheses
Fix MPIU_* routines to always return MPI error codes and thus be usable with PetscCallMPI()Introduce MPIU_Count to be used when MPI_Count is not available
Change from deprecated PETSC_MAX/MIN_INT to PETSC_INT_MAX/MINCommit-type: i.e. error-checking, optimization, bug-fix, portability-fix, testing-fix, style-fix, feature, documentation, exampleFunded
Change from deprecated PETSC_MAX/MIN_INT to PETSC_INT_MAX/MINCommit-type: i.e. error-checking, optimization, bug-fix, portability-fix, testing-fix, style-fix, feature, documentation, exampleFunded-by:Project:Time: hoursReported-by:Thanks-to:Development Tools: Vim, Emacs, Eclipse
show more ...
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
MatAXPY_Basic: avoid unnecessary type comparisons
MatAXPY: workaround for Mat types that do not support MatGetRow()
Merge branch 'origin/release' with a revert of !7720
Minor visibility redundancy
MatAXPY: fix for Mat[Hermitian]Transpose case
Mat: revise comments
This requires some changes to user FORTRAN codePass PETSC_NULL_XXX_ARRAY when passing a NULL as an argument that is expecting an arrayPass PETSC_NULL_ENUM when argument returns an enum instead of
This requires some changes to user FORTRAN codePass PETSC_NULL_XXX_ARRAY when passing a NULL as an argument that is expecting an arrayPass PETSC_NULL_ENUM when argument returns an enum instead of PETSC_NULL_INTEGERPass 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_XXXThe compiler will now automatically prevent you from using the wrong argument type for the first three bullets aboveThis will also require an update sowing with the new sowing branch this MR is using.
All constructors should do PetscAssertPointer on output objectReported-by: Blaise BourdinConstructors should not initialize the output to NULL upon entry, serves no purposeFix some formatting i
All constructors should do PetscAssertPointer on output objectReported-by: Blaise BourdinConstructors should not initialize the output to NULL upon entry, serves no purposeFix some formatting in constructors
Merge remote-tracking branch 'origin/release'
Minor docs fixes
Add more details on Vec/MatGetOwnershipRange() and how the values are determined.Reported-by: Sayan Bhattacharjee
Update source code removing all unneeded /*@C and associated manual stubs and interfaces
MatHeaderMerge: preserve old composed objects and functions
PCBDDC: support multi-element local matricesStructOfArrays->ArrayOfStruct for BDDC graph node metadataimplement squaring of local graphImplement customization loading to test Hdiv and HcurlAdded
PCBDDC: support multi-element local matricesStructOfArrays->ArrayOfStruct for BDDC graph node metadataimplement squaring of local graphImplement customization loading to test Hdiv and HcurlAdded tests
MatView_Binary_BlockSizes: respect skip info
Add MatCreateFromISLocalToGlobalMappingNow is a private symbols since the matrix-free implementationis not yet complete
Mat: guarantee preallocation in MatDiagonalSet()
12345678910>>...47