History log of /petsc/src/mat/impls/dense/mpi/mpidense.c (Results 76 – 100 of 1213)
Revision Date Author Comments
# dd8e379b 19-Mar-2024 Pierre Jolivet <pierre@joliv.et>

Docs: fix missing or extra dash in right-hand side


# ec50fa89 13-Mar-2024 Satish Balay <balay@mcs.anl.gov>

Merge branch 'stefanozampini/firedrake-1' into 'main'

Updates for Firedrake: first batch

See merge request petsc/petsc!7358


# a80ceddf 11-Mar-2024 Stefano Zampini <stefano.zampini@gmail.com>

MATDENSE: support NULL in MatSetValues


# 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


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

Remove multiple parentheses and extra semicolon

git grep -l -E "\(\([a-zA-Z0-9_]+\)\(\*[a-zA-Z0-9_]+\)[, )]" | xargs sed -r -i'' 's#\(\(([a-zA-Z0-9_]+)\)\(\*([a-zA-Z0-9_]+)\)([, )])#\(\(\1\)\*\2\3#g

Remove multiple parentheses and extra semicolon

git grep -l -E "\(\([a-zA-Z0-9_]+\)\(\*[a-zA-Z0-9_]+\)[, )]" | xargs sed -r -i'' 's#\(\(([a-zA-Z0-9_]+)\)\(\*([a-zA-Z0-9_]+)\)([, )])#\(\(\1\)\*\2\3#g'
git grep -l -E "Petsc(.)*\(\(\*[a-zA-Z0-9_]*\)," | xargs sed -r -i'' 's#Petsc([a-zA-Z0-9_]*)\(\(\*([a-zA-Z0-9_]*)\), #Petsc\1(*\2, #g'
git grep -l -E "([\!\&\~\*\(]|\)\)|\([^,\*\(]+\**\))\(([a-zA-Z0-9_]+((\.|->)[a-zA-Z0-9_]+|\[[a-zA-Z0-9_ \%\+\*\-]+\])+)\)" | xargs sed -r -i'' 's#([\!\&\~\*\(]|\)\)|\([^,\*\(]+\**\))\(([a-zA-Z0-9_]+((\.|->)[a-zA-Z0-9_]+|\[[a-zA-Z0-9_ \%\+\*\-]+\])+)\)#\1\2#g'

show more ...


# 4d86920d 10-Feb-2024 Pierre Jolivet <pierre@joliv.et>

checkbadSource: rules for PetscFunctionBegin and derivatives


# 2398a04f 09-Feb-2024 Satish Balay <balay@mcs.anl.gov>

Merge branch 'adams/feature-jacobi-l1' into 'main'

Mat: GetAbsSum (l1) row norms; PCJacobi: add scaled L1 diagonal approximation

See merge request petsc/petsc!7260


# eede4a3f 09-Feb-2024 Mark Adams <524115-markadams4@users.noreply.gitlab.com>

Mat: GetAbsSum (l1) row norms; PCJacobi: add scaled L1 diagonal approximation


# 7345e615 11-Jan-2024 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jolivet/enable-ubsan' into 'main'

Proper UBSan suppression file and last fixes

See merge request petsc/petsc!7166


# 3c4b05c5 10-Jan-2024 Satish Balay <balay@mcs.anl.gov>

Merge branch 'blanca/mat-mult-hermitian-transpose' into 'main'

Support for MatMultHermitianTranspose with MATDENSE, MATNEST and MATSCALAPACK

See merge request petsc/petsc!7171


# 459e8d23 20-Dec-2023 Blanca Mellado Pinto <bmelpin@dsic.upv.es>

Added MatMultHermitianTranspose and MatMultHermitianTransposeAdd for MATSEQDENSE and MATMPIDENSE


# f1e99121 05-Jan-2024 Pierre Jolivet <pierre@joliv.et>

Important fixes


# 942d34d0 03-Jan-2024 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jolivet/fix-ubsan' into 'main'

Pacify UBSan

See merge request petsc/petsc!7158


# 8e3a54c0 24-Dec-2023 Pierre Jolivet <pierre@joliv.et>

Sys: add PetscSafePointerPlusOffset() to pacify UBSan


# b2015df8 29-Nov-2023 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jolivet/feature-matmatmult-mpidense-mpidense' into 'main'

MatMatMult_MPIDense_MPIDense without Elemental

See merge request petsc/petsc!7067


# 5d8c7819 28-Nov-2023 Pierre Jolivet <pierre@joliv.et>

MatProduct_AB for mpidense-mpidense without Elemental


# 67af85e8 28-Nov-2023 Pierre Jolivet <pierre@joliv.et>

Proper option when doing matrix-dense matrix multiplications


# 07e90273 28-Nov-2023 Pierre Jolivet <pierre@joliv.et>

Remove useless code and misc fixes


# 7b506345 14-Nov-2023 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2023-10-19/fix-pcview-redundant/release' into 'main'

Fix bugs in handling PetscViewerGetSubViewer() and tabing in ASCII viewers

See merge request petsc/petsc!6948


# fe8fb074 19-Oct-2023 Barry Smith <bsmith@mcs.anl.gov>

Fix bugs in handling PetscViewerGetSubViewer() and tabing in ASCII viewers

Reported-by: Pierre Jolivet


# 555033ea 26-Sep-2023 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jolivet/fix-elemental-lda' into 'main'

Fix MatConvert_MPIDense_Elemental() with non-trivial LDA

See merge request petsc/petsc!6894


# e8e8640d 26-Sep-2023 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jolivet/rm-first-empty-line' into 'main'

Remove first and last empty lines

See merge request petsc/petsc!6892


# 92bec4ee 26-Sep-2023 Pierre Jolivet <pierre@joliv.et>

Remove first and last empty lines


# f709e8d7 26-Sep-2023 Pierre Jolivet <pierre@joliv.et>

Fix MatConvert_MPIDense_Elemental() with non-trivial LDA


# 9c5460f9 17-Aug-2023 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jacobf/2023-08-09/linter-detect-static-function-candidates' into 'main'

Linter detect possible static functions

See merge request petsc/petsc!6796


12345678910>>...49