History log of /petsc/src/mat/interface/matrix.c (Results 726 – 750 of 3231)
Revision Date Author Comments
# a170cc9e 13-Jan-2020 Satish Balay <balay@mcs.anl.gov>

Merge branch 'psanan/mat-errors-for-missing-maps' into 'master'

Mat: MatGetValuesLocal(): error if local-to-global mapping not provided

See merge request petsc/petsc!2431


# 81e24981 13-Jan-2020 Satish Balay <balay@mcs.anl.gov>

Merge branch 'psanan/mat-errors-for-missing-maps-maint' into 'maint'

MatSetValuesLocal(): better error message when missing local-to-global maps

See merge request petsc/petsc!2432


# 60a4e99f 09-Jan-2020 Stefano Zampini <stefano.zampini@gmail.com>

Merge branch 'master' into 'stefanozampini/sfwin-reuse-win'

# Conflicts:
# config/BuildSystem/config/packages/MPI.py


# 92d43a07 07-Jan-2020 Patrick Sanan <patrick.sanan@gmail.com>

Mat: MatSetValuesLocal(): error if local-to-global mapping not provided

Provide more-intelligible error messages if local-to-global mappings are not available when required. Otherwise, a null argume

Mat: MatSetValuesLocal(): error if local-to-global mapping not provided

Provide more-intelligible error messages if local-to-global mappings are not available when required. Otherwise, a null argument error is triggered on the call to ISLocalToGlobalMappingApply().

show more ...


# f147e314 22-May-2019 Patrick Sanan <patrick.sanan@gmail.com>

Mat: MatGetValuesLocal(): error if local-to-global mapping not provided

Provide more-intelligible error messages if local-to-global mappings are
not available when required. Otherwise, a null argume

Mat: MatGetValuesLocal(): error if local-to-global mapping not provided

Provide more-intelligible error messages if local-to-global mappings are
not available when required. Otherwise, a null argument error is
triggered on the call to ISLocalToGlobalMappingApply().

show more ...


# 8372926a 06-Jan-2020 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/maint'


# 39f118ab 05-Jan-2020 Satish Balay <balay@mcs.anl.gov>

Merge branch 'psanan/dmstag-dmstagmatgetvaluesstencil' into 'master'

DMStag: Add DMStagMatGetValuesStencil()

See merge request petsc/petsc!2337


# 0ed881af 05-Jan-2020 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jolivet/fix-documentation' into 'maint'

Missing manual page

See merge request petsc/petsc!2425


# 6d33885c 05-Jan-2020 prj- <pierre.jolivet@enseeiht.fr>

Missing manual page


# e265f6d6 03-Jan-2020 Patrick Sanan <patrick.sanan@gmail.com>

Mat: Add MatGetValuesLocal()


# 36a1a007 07-Dec-2019 Patrick Sanan <patrick.sanan@gmail.com>

MatSetValuesLocal: change word on man page


# 14931f3e 19-Dec-2019 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/maint'


# c0564ec5 18-Dec-2019 Satish Balay <balay@mcs.anl.gov>

Merge branch 'stefanozampini/wip-for-maint' into 'maint'

Small bugfixes

See merge request petsc/petsc!2406


# da90ff51 17-Dec-2019 Stefano Zampini <stefano.zampini@gmail.com>

Mat: more verbose error messages for unsupported operations


# cfa24316 12-Dec-2019 Satish Balay <balay@mcs.anl.gov>

Merge branch 'stefanozampini/fix-matpropagateopts' into 'master'

MatPropagateSymmetryOptions: special case for SYMMETRY_ETERNAL

See merge request petsc/petsc!2348


# 3956966f 03-Dec-2019 Stefano Zampini <stefano.zampini@gmail.com>

MatPropagateSymmetryOptions: special case for SYMMETRY_ETERNAL

Reported-by: Eric.Chamberland@giref.ulaval.ca


# ccbe3378 26-Nov-2019 Satish Balay <balay@mcs.anl.gov>

Merge branch 'stefanozampini/update-suitesparse' into 'master'

Update SuiteSparse to use github releases + fixes to SBAIJ hermitian complex case

See merge request petsc/petsc!2305


# 856afa8b 21-Nov-2019 Stefano Zampini <stefano.zampini@gmail.com>

Mat: propagate properly symmetry options


# eb1ec7c1 20-Nov-2019 Stefano Zampini <stefano.zampini@gmail.com>

MATSBAIJ: Fix Hermitian MatMult for Seq and MPI code paths

we can reuse the same MatMult operation with no impact for non-complex builds
Remove improper check for the hermitian complex case from Mat

MATSBAIJ: Fix Hermitian MatMult for Seq and MPI code paths

we can reuse the same MatMult operation with no impact for non-complex builds
Remove improper check for the hermitian complex case from MatGetFactor and move it where it actually belongs
Fix conversion routines from SBAIJ when the hermitian flag is set

show more ...


# 3e8f5055 18-Nov-2019 Stefano Zampini <stefano.zampini@gmail.com>

minor


# 2ac3ca50 24-Nov-2019 Barry Smith <bsmith@mcs.anl.gov>

Merge branch 'BarrySmith-master-patch-36993' into 'master'

Remove unneeded check on factor type; since may be shell matrix and the...

See merge request petsc/petsc!2307


# 343f6dcb 20-Nov-2019 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/maint'


# b4865b55 20-Nov-2019 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jose/factortype-matsolvetranspose' into 'maint'

Allow MatSolveTranspose() on shell matrices

See merge request petsc/petsc!2298


# cc904275 12-Nov-2019 Jose E. Roman <jroman@dsic.upv.es>

Allow MatSolveTranspose() on shell matrices


# 43061d93 18-Nov-2019 Barry Smith <bsmith@mcs.anl.gov>

Remove unneeded check on factor type; since may be shell matrix and the ability to solve is indicated by the function being present.

Check for solve only when absolutely needed instead of at the to

Remove unneeded check on factor type; since may be shell matrix and the ability to solve is indicated by the function being present.

Check for solve only when absolutely needed instead of at the top of the function

check for mat->factorerrortype in more places.

show more ...


1...<<21222324252627282930>>...130