History log of /petsc/include/petscmat.h (Results 401 – 425 of 2308)
Revision Date Author Comments
# ffec9659 24-Mar-2020 Satish Balay <balay@mcs.anl.gov>

Merge branch 'denera/snes-qn-harmonization' into 'master'

SNESQN harmonization with MATLMVM objects

See merge request petsc/petsc!2620


# 864588a7 23-Mar-2020 Alp Dener <alp.dener@me.com>

refactored LMVM matrix names for Broyden-class methods


# 5b8888ca 21-Mar-2020 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/hzhng/matproduct-api'


# 4222ddf1 13-Jan-2020 Hong Zhang <hzhang@mcs.anl.gov>

This branch reorganizes the API of mat-mat operations: A*B, At*B, A*Bt, PtAP, RARt, A*B*C
- See matproduct.c for detailed description of new API
- removed API function XXXSymbolic() and XXXNumeric()

This branch reorganizes the API of mat-mat operations: A*B, At*B, A*Bt, PtAP, RARt, A*B*C
- See matproduct.c for detailed description of new API
- removed API function XXXSymbolic() and XXXNumeric()
- removed subroutines MatMatMult_xxx, MatPtAP_xxx, ...
- modified MatxxxSymbolic_XXX() prototype (product is an input now)
- selection of algorithm is in MatProductSetFromOptions_xxx()

show more ...


# f6516afe 03-Feb-2020 Satish Balay <balay@mcs.anl.gov>

Merge branch 'rmills/bindtocpu-not-pintocpu' into 'master'

Changed XXXPinToCPU() to XXXBindToCPU() to prevent confusion.

See merge request petsc/petsc!2477


# b470e4b4 03-Feb-2020 Richard Tran Mills <rmills@rmills.org>

Changed XXXPinToCPU() to XXXBindToCPU() to prevent confusion.

The reason for this change is that we already use the terminology
"pinned" to refer to memory that is non-pageable, in the context of
Pe

Changed XXXPinToCPU() to XXXBindToCPU() to prevent confusion.

The reason for this change is that we already use the terminology
"pinned" to refer to memory that is non-pageable, in the context of
PetscSF as well as allocating host memory when GPUs are being employed.

show more ...


# 276f8f1b 23-Jan-2020 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2019-12-01/nd-default-cholesky-icc-aij' into 'master'

Change the default behavior of PCCHOLESKY to use nested dissection...

See merge request petsc/petsc!2344


# 9bd791bb 02-Dec-2019 Barry Smith <bsmith@mcs.anl.gov>

Change the default behavior of PCCHOLESKY to use nested dissection ordering for AIJ matrices

Previously the defaults where hardwired to natural since SBAIJ only supports natural. But this meant that

Change the default behavior of PCCHOLESKY to use nested dissection ordering for AIJ matrices

Previously the defaults where hardwired to natural since SBAIJ only supports natural. But this meant that when run
with AIJ the default was low efficiency.

Commit-type: optimization
Reported-by: Ed Bueler <elbueler@alaska.edu>

show more ...


# 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


# 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


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

Mat: Add MatGetValuesLocal()


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

MatOperation: add missing entry for MatTransposeSolve()


# 33a59f26 29-Nov-2019 Patrick Sanan <patrick.sanan@gmail.com>

Mat: Update notes on new MATOPs being listed in headers

finclude.h changed to src/mat/f90-mod/petscmat.h


# 925668a4 31-Dec-2019 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/maint'


# fec14ded 31-Dec-2019 Satish Balay <balay@mcs.anl.gov>

Merge branch 'Fande-Kong/bug_weight_partition_parmetis' into 'maint'

Edge weights and ParMETIS

See merge request petsc/petsc!2294


# ebf67979 22-Dec-2019 Fande Kong <fdkong.jd@gmail.com>

MatPartitioning: by default, do not apply edge weights

If users want to use edge weight, they need to call -mat_partitioning_use_edge_weights

or API MatPartitioningSetUseEdgeWeights


# 2f838b0b 09-Dec-2019 Barry Smith <bsmith@mcs.anl.gov>

Merge branch 'barry/2019-12-09/emergency-fix-master' into 'master'

Fix to corrupted petscmat.h introduced by doing docs-only change

See merge request petsc/petsc!2366


# d4db15c4 09-Dec-2019 Barry Smith <bsmith@mcs.anl.gov>

Fix to corrupted petscmat.h introduced by doing docs-only change

Commit-type: bug-fix


# c3c833a4 08-Dec-2019 Barry Smith <bsmith@mcs.anl.gov>

Merge branch 'barry/2019-12-08/coloring-man' into 'master'

Add cross-links for MatOrdering, DMCreateColoring(), MatCreateColoring() and...

See merge request petsc/petsc!2361


# ec5066bd 08-Dec-2019 Barry Smith <bsmith@mcs.anl.gov>

Add cross-links for MatOrdering, DMCreateColoring(), MatCreateColoring() and other ordering, coloring, and partitioning routines

Commit-type: documenation


# 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


# d0eddb9b 07-Nov-2019 Satish Balay <balay@mcs.anl.gov>

Merge branch 'mark/fix-viewfromoptions' into 'master'

prototype for ViewFromOptions macro-->functions

See merge request petsc/petsc!2083


# fe2efc57 07-Nov-2019 Mark <cal2princeton@yahoo.com>

prototype for ViewFromOptions macro-->functions


# 4c3e8622 01-Nov-2019 Satish Balay <balay@mcs.anl.gov>

Merge branch 'matshellvectype' into 'master'

MatShell - add SetVecType

See merge request petsc/petsc!2249


1...<<11121314151617181920>>...93