History log of /petsc/src/mat/interface/matrix.c (Results 326 – 350 of 3231)
Revision Date Author Comments
# 4279555e 08-Mar-2023 Satish Balay <balay@mcs.anl.gov>

Fix build error with linux-misc-32bit


# 5a7a9864 14-Mar-2023 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jeremy/less-strcpy-strcat' into 'main'

Use Petsc[Strncpy,Strlcat,Memcpy] over Petsc[Strcpy,Strcat]

Closes #1332

See merge request petsc/petsc!6115


# 2f1953c4 14-Mar-2023 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jacobf/2023-01-11/matdensecupm' into 'main'

Feature: MATDENSECUPM

See merge request petsc/petsc!6049


# c6a7a370 24-Feb-2023 Jeremy L Thompson <jeremy@jeremylt.org>

Clean up PETSc str ops to use more secure implementations where possible. These include:

- Use PetscStrncpy()/PetscStrlcat()/PetscMemcpy() over PetscStrcpy()/PetscStrcat()
- Use PetscArraycpy() over

Clean up PETSc str ops to use more secure implementations where possible. These include:

- Use PetscStrncpy()/PetscStrlcat()/PetscMemcpy() over PetscStrcpy()/PetscStrcat()
- Use PetscArraycpy() over PetscMemcpy() as appropriate for string buffer copying
- Use built in string from name over hardcoding
- Use sizeof over hardcoded length
- Replace some Strlcat with Strncpy when offset is known

show more ...


# 4742e46b 22-Feb-2023 Jacob Faibussowitsch <jacob.fai@gmail.com>

MatDense CUPM


# 6c749b74 07-Mar-2023 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2023-03-01/fix-mat-man-pages' into 'main'

Cleanup of mat manual pages

See merge request petsc/petsc!6134


# 2ef1f0ff 01-Mar-2023 Barry Smith <bsmith@mcs.anl.gov>

Cleanup of mat manual pages

Commit-type: documentation


# 7a3a620f 24-Feb-2023 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jolivet/housekeeping' into 'main'

Double spaces, wrong backticks, or unneeded braces

See merge request petsc/petsc!6110


# aa624791 24-Feb-2023 Pierre Jolivet <pierre@joliv.et>

Double spaces, wrong backticks, or unneeded braces


# a682ec2a 23-Feb-2023 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2023-02-17/man-page-fixes-huge-jacob-automatic' into 'main'

A variety of manual page fixes for problems found by Jacob's lint or noted...

See merge request petsc/petsc!6088


# 27430b45 23-Feb-2023 Barry Smith <bsmith@mcs.anl.gov>

A variety of manual page fixes for problems found by Jacob's lint or noted while fixing those problems

Commit-type: docs-only


# b047e4b5 17-Feb-2023 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2022-09-12/fix-mat-preallocation' into 'main'

try to build efficient hash table allocation directly into Mat

See merge request petsc/petsc!5621


# 26cec326 08-Dec-2022 Barry Smith <bsmith@mcs.anl.gov>

Add support for Mat to allow skipping preallocation by having the first round of MatSetValues use hash

* MATPREALLOCATOR can be deprecated as well as possibly some other preallocation macros/routine

Add support for Mat to allow skipping preallocation by having the first round of MatSetValues use hash

* MATPREALLOCATOR can be deprecated as well as possibly some other preallocation macros/routines
* Optimizations such as direct support for MatSetValuesBlocked() for *BAIJ can be added in the future

Commit-type: feature
/spend 25h

show more ...


# 2975ceb4 13-Feb-2023 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/release'


# 5853ffcd 10-Feb-2023 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2023-02-06/fix-mat-manpages/release' into 'release'

fix up matrix.c manual pages, yet again

See merge request petsc/petsc!6027


# ab12c000 08-Feb-2023 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jacobf/2023-01-21/improve-ci-coverage' into 'main'

Improve CI Coverage

See merge request petsc/petsc!6000


# 7df6f684 06-Feb-2023 Barry Smith <bsmith@mcs.anl.gov>

fix up matrix.c manual pages, yet again

Commit-type: documentation
/spend 20m


# b6e6beb4 07-Feb-2023 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/release'


# ff6a9541 07-Feb-2023 Jacob Faibussowitsch <jacob.fai@gmail.com>

Improve Mat and DM coverage by ifdef-ing out unused code that otherwise should not count
towards coverage


# ba6b57f5 06-Feb-2023 Satish Balay <balay@mcs.anl.gov>

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

Docs: fix extra spaces/ticks/missing parentheses

See merge request petsc/petsc!6025


# c5dec841 06-Feb-2023 Pierre Jolivet <pierre@joliv.et>

Docs: fix extra spaces/ticks/missing parentheses


# 37d05b02 06-Feb-2023 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/release'


# b877537e 05-Feb-2023 Satish Balay <balay@mcs.anl.gov>

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

Fix Typos

See merge request petsc/petsc!6024


# da81f932 05-Feb-2023 Pierre Jolivet <pierre@joliv.et>

Fix Typos


# 31d78bcd 02-Feb-2023 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jacobf/2022-12-10/petscerrorcode-nodiscard' into 'main'

Feature: Non-discardable PetscErrorCode

See merge request petsc/petsc!5923


1...<<11121314151617181920>>...130