History log of /petsc/src/mat/impls/dense/seq/dense.c (Results 51 – 75 of 1341)
Revision Date Author Comments
# 07c83e99 06-Oct-2024 Jose E. Roman <jroman@dsic.upv.es>

Fix more int conversion warnings in complex builds


# 4a997463 20-Sep-2024 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jczhang/2024-09-05/feature-mat-get-vpb' into 'main'

PC: add new mat ops MATOP_GET_{BLOCK, VBLOCK}_DIAGONAL

See merge request petsc/petsc!7811


# 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


# 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 ...


# 42ce410b 05-Sep-2024 Junchao Zhang <jczhang@anl.gov>

PC: add new mat ops MATOP_GET_{BLOCK, VBLOCK}_DIAGONAL

so that a shell matrix can return its own (variable) point blocks in a matrix for use in PC (V)PBJacobi


# 96fb8409 30-Jul-2024 Satish Balay <balay@mcs.anl.gov>

Merge branch 'release'


# 01a397fa 30-Jul-2024 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jolivet/fix-error-message' into 'release'

MatDensePlaceArray: fix error in error message

See merge request petsc/petsc!7727


# 6635c364 30-Jul-2024 Pierre Jolivet <pierre@joliv.et>

MatDensePlaceArray: fix error in error message


# 8a7d4057 25-Jul-2024 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/release'


# a02afcd5 24-Jul-2024 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jolivet/fix-matdensegetcolumnvec-disassembled' into 'release'

MatDenseGetColumnVec: error out if there are outstanding VecSetValues()

See merge request petsc/petsc!7713


# 4186a4bb 23-Jul-2024 Pierre Jolivet <pierre@joliv.et>

MatDenseGetColumnVec: error out if there are outstanding VecSetValues()


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

Merge branch 'jolivet/fix-dense-factorization' into 'main'

Tweaking of when to call MatPropagateSymmetryOptions() or not

See merge request petsc/petsc!7701


# c956ced0 18-Jul-2024 Pierre Jolivet <pierre@joliv.et>

MatPropagateSymmetryOptions in MatDuplicate and not always in
MatCreateSubMatrices


# 456f4312 14-Jun-2024 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jolivet/fix-missing-field-initializers' into 'main'

Mat: fix -Wmissing-field-initializers

See merge request petsc/petsc!7628


# 4cc2b5b5 14-Jun-2024 Pierre Jolivet <pierre@joliv.et>

Mat: fix -Wmissing-field-initializers


# a623e290 12-Jun-2024 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2024-05-29/minor-fortran-stub-cleanup' into 'main'

More improvements to Fortran stubs and interfaces

See merge request petsc/petsc!7598


# 5d83a8b1 30-May-2024 Barry Smith <bsmith@mcs.anl.gov>

This requires some changes to user FORTRAN code

Pass PETSC_NULL_XXX_ARRAY when passing a NULL as an argument that is expecting an array
Pass PETSC_NULL_ENUM when argument returns an enum instead of

This requires some changes to user FORTRAN code

Pass PETSC_NULL_XXX_ARRAY when passing a NULL as an argument that is expecting an array
Pass PETSC_NULL_ENUM when argument returns an enum instead of PETSC_NULL_INTEGER
Pass 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_XXX

The compiler will now automatically prevent you from using the wrong argument type for the first three bullets above
This will also require an update sowing with the new sowing branch this MR is using.

show more ...


# 4a6a4c7c 29-May-2024 Satish Balay <balay@mcs.anl.gov>

Merge branch 'knepley/fix-dm-field-facedata' into 'main'

DMField: Quadrature was wrong for affine branch of facedata

See merge request petsc/petsc!7547


# 8c4a67a0 19-May-2024 Stefano Zampini <stefano.zampini@gmail.com>

MATDENSE: allow NULL

revert 0be0d8bde7cbed9986facbcd3689d3188b7894db


# 5fe01c21 22-Mar-2024 Satish Balay <balay@mcs.anl.gov>

Merge branch 'hsuh/dense-lmvm-squashed' into 'main'

Dense LMVM

See merge request petsc/petsc!7371


# 0be0d8bd 14-Mar-2024 Hansol Suh <hsuh@anl.gov>

MatMult-ColumnRanges support added


# 4d179fb4 19-Mar-2024 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jolivet/add-matmatsolvetranspose_seqaij' into 'main'

MatMatSolveTranspose_SeqAIJ and minor housekeeping

See merge request petsc/petsc!7386


# 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


12345678910>>...54