History log of /petsc/include/petscmat.h (Results 1326 – 1350 of 2308)
Revision Date Author Comments
# aa5a9175 02-May-2011 Dahai Guo <dhguo@ncsa.uiuc.edu>

add sbstream format - for symmetric matrix tuning.

Hg-commit: 464c0a3c7213ffff467aef837bf79b19dc87e79a


# 0716a85f 29-Apr-2011 Barry Smith <bsmith@mcs.anl.gov>

made MatGetColumnNorms() a regular Matrix method

Hg-commit: e77bc61fd34680ee3143981502be4ad417d0c455


# 11bd1e4d 28-Apr-2011 Lisandro Dalcin <dalcinl@gmail.com>

API Change:[Mat] Remove iscopy,reuse from MatGetDiagonlBlock()

* Now it should return a borrowed reference.

* MATDENSE was updated to cache the the diagonal block

Hg-commit: dbddbea75f68dca2821e78

API Change:[Mat] Remove iscopy,reuse from MatGetDiagonlBlock()

* Now it should return a borrowed reference.

* MATDENSE was updated to cache the the diagonal block

Hg-commit: dbddbea75f68dca2821e7818ebd56b2b79bbbaf9

show more ...


# c0cdd4a1 27-Apr-2011 Dahai Guo <dhguo@ncsa.uiuc.edu>

#71395 Add new matrix formats (BSTRM and SBSTRM) that are good at prefetching.
Tested on IBM-P7 with MatMult with "cfd.2.10"

Hg-commit: bd4d42fd7f0b82ecaa07ce3480e86280567fd887


# 13f847ee 24-Apr-2011 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: bc5d9702bc936a054ee88f09736bdffbefc137e6


# b717e993 24-Apr-2011 Jed Brown <jed@59A2.org>

Make MatNullSpaceView public

Hg-commit: 6d15bc611cb397f3c13ea95cf2920908cfa87186


# 6bc0bbbf 21-Apr-2011 Barry Smith <bsmith@mcs.anl.gov>

updated PetscTableDestroy() to new paradigm

Hg-commit: ac57dd2a39d9e719ebeec1c5179c4469b71a8d21


# 9b08a598 15-Apr-2011 Barry Smith <bsmith@mcs.anl.gov>

commit after terrible merge

Hg-commit: 6ee623422368621da3dca005325b05a2fcd6d6bb


# fcfd50eb 15-Apr-2011 Barry Smith <bsmith@mcs.anl.gov>

partcially completed making PETSc object destructors take & for the argument

Hg-commit: e5e776c3749e6dc0b2c108f7f84f10a7aaba55f5


# 68b022c8 15-Apr-2011 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: 335e836c7798747e6242df554ae58fe4db9f803f


# 186e87ac 14-Apr-2011 Lisandro Dalcin <dalcinl@gmail.com>

Consistency fixes in TS implementations

Hg-commit: d61d4edfbdd9789b60da9ca15a988644c7a12092


# 4a2b5492 31-Mar-2011 Barry Smith <bsmith@mcs.anl.gov>

fixed MatGetLocalMatXXX() to use MatMPIAIJ....() names and add check for correct matrix type in MatGetLocalMatCondensed()

Hg-commit: 7120c6eae677a03ac8adc6ba63982a8e8bec3dff


# 9c6ac3b3 24-Mar-2011 Barry Smith <bsmith@mcs.anl.gov>

fixed missing extern_cxx thing in petscdmda.h
got rid of MatMFFDSetFromOptions() since should use MatSetFromOptions()
fixed const in veccusp.cu that didn't allow yin += 3

Hg-commit: 1a1910616a5100b

fixed missing extern_cxx thing in petscdmda.h
got rid of MatMFFDSetFromOptions() since should use MatSetFromOptions()
fixed const in veccusp.cu that didn't allow yin += 3

Hg-commit: 1a1910616a5100bb4f998cfba4c697d9b2502721

show more ...


# d34fcf5f 20-Mar-2011 Barry Smith <bsmith@mcs.anl.gov>

fixed some PCReset

Hg-commit: 1a6f5fc1c27b74d8f5d610cf83563c4ec287b72b


# dce485f0 21-Feb-2011 Barry Smith <bsmith@mcs.anl.gov>

added KSPReset()
changed PCDestroy() to use PCReset()
changed VecDestroy() and MatDestroy() to zero pointer

Hg-commit: e3a0adf50e88a7c67465681b9f8393abb75b1cda


# 20803bd0 09-Feb-2011 Matthew G Knepley <knepley@gmail.com>

Merge

Hg-commit: 674bc8187eb8d0423d5e5713bd4ba8a46a2b8020


# ef52e503 07-Feb-2011 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: 4c534f54b62235c414e62d7c89c01672398a762d


# dedccee8 06-Feb-2011 Hong Zhang <hzhang@mcs.anl.gov>

add new mattype FFT, a super class for FFTW

Hg-commit: 9254333d29a2df9c43693edfe6cf90c790c9fb71


# a4cc638b 03-Feb-2011 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: e246b88b71fc8f87ced708a39590e0e42d089835


# 1f8c7532 01-Feb-2011 Hong Zhang <hzhang@mcs.anl.gov>

replace mattype SeqFFTW with FFTW; add mattype FFT (not implement yet)

Hg-commit: 0fb971e33acd6593c731b57138eb2420bda8bed6


# 8154be41 21-Jan-2011 Barry Smith <bsmith@mcs.anl.gov>

changed names of all GPU related functions, macros and variables that involve CUSP to use the string CUSP instead of the misleading CUDA

Hg-commit: 3264fa4049fd83eceb12c85feb980ef207360220


# 581f5847 19-Jan-2011 Victor Minden <victorminden@gmail.com>

commit after merge

Hg-commit: 0b018a3bb889b6b7655da1780481307119052edf


# 60c890c7 17-Jan-2011 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: 70c222ae5e92550675d1910f70d5e482d7bf1b42


# c8883902 17-Jan-2011 Jed Brown <jed@59A2.org>

Add MatNestSetSubMats and make MatNest creation go through MatCreate_Nest

Also consolidate setting ops table so that only implemented functions
are referenced (instead of setting all explicitly to z

Add MatNestSetSubMats and make MatNest creation go through MatCreate_Nest

Also consolidate setting ops table so that only implemented functions
are referenced (instead of setting all explicitly to zero which is brittle).

Hg-commit: e470e09bf78d95ff9fe1cde89e87ada198466df7

show more ...


# b3a44c85 15-Jan-2011 Barry Smith <bsmith@mcs.anl.gov>

update MatSeqAIJFindZeroRows() to MatFindNonzeroRows()

Hg-commit: fbda5d24d43b60060a19e9257c1b0ad376959dc0


1...<<51525354555657585960>>...93