History log of /petsc/src/mat/impls/aij/mpi/mpiaij.c (Results 1501 – 1525 of 2754)
Revision Date Author Comments
# 7037fc97 19-Sep-2011 Peter Brune <brune@cs.uchicago.edu>

commit after merge

Hg-commit: 58b11639468a9f0b0b163b4e0ffc28d6efca1c9e


# 04ce4bd4 19-Sep-2011 Hong Zhang <hzhang@mcs.anl.gov>

merge from petsc-3.2

Hg-commit: 07774763ee5d4cba9fb0f5d4e3504cf5b2469911


# 44b1af1b 17-Sep-2011 Barry Smith <bsmith@mcs.anl.gov>

error in SETERRQ(((PetscObject)mat)->comm should have been matin

Hg-commit: a8dd8a8d3e90ed7328b67e09478212f33f10ea98


# 6d434a30 08-Sep-2011 Jed Brown <jed@59A2.org>

merge from 3.2

Hg-commit: 31af1635d5290ddab9b25370ed558f209984fe18


# eb0395db 07-Sep-2011 Satish Balay <balay@mcs.anl.gov>

merge from 32

Hg-commit: a6cf9aa9bfe3165ebbaa1b2e3d982001b2b3a0e6


# d1adec66 07-Sep-2011 Jed Brown <jed@59A2.org>

Capitalization of MatGetSeqNonzeroStructure_*

Hg-commit: 432d3ecc38d15f875bbb51da08d33bb777123d77


# 12ab58b9 07-Sep-2011 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: 6235e9c2da5045aca4ab413e83dbcc931db87e78


# 5de62a1a 07-Sep-2011 Barry Smith <bsmith@mcs.anl.gov>

changed MatView_MPIAIJ_Binary() to use MPILong_Send/Recv() for large matrices

Hg-commit: 60e5247066d1075069c91c03e567dadd0e00bb3b


# b35a58c1 18-Aug-2011 Peter Brune <brune@cs.uchicago.edu>

commit after merge

Hg-commit: 57a939f6a8380c8e7b5c9aa7c5851802805697c0


# bf1048b3 17-Aug-2011 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: 9db8ce5d1752c7b2dc1f675d198df901278cd5a5


# 37868618 17-Aug-2011 Matthew G Knepley <knepley@gmail.com>

Added MatSetValuesBatch()
- The idea is to extract parallelism here, analogous to MatSetValuesBlocked()
- The default implementation just does a loop over MatSetValues() calls

Hg-commit: 5b195adbe6e

Added MatSetValuesBatch()
- The idea is to extract parallelism here, analogous to MatSetValuesBlocked()
- The default implementation just does a loop over MatSetValues() calls

Hg-commit: 5b195adbe6eb86917bc786cd1579c07684d7579e

show more ...


# 8f1a2a5e 12-Aug-2011 Barry Smith <bsmith@mcs.anl.gov>

changed sqrt() to PetscSqrtReal() to work properly with __float128
changed some %G to use %14.12e and (double) to work with __float128

Hg-commit: a8faa4e64896cf76f3f64094484ef5e06761417b


# 1c001b75 07-Aug-2011 Mark F. Adams <mark.adams@columbia.edu>

itrying to check this in again. Added smoothed aggregation to PC GAMG, no really working.

Hg-commit: b0df5e777baf74893ca1df5fe9447ed4d19891a1


# e655b608 05-Aug-2011 Peter Brune <brune@cs.uchicago.edu>

merge

Hg-commit: 51248f62f2a5209585746c0bcf900565a4b48480


# bbead8a2 04-Aug-2011 Barry Smith <bsmith@mcs.anl.gov>

updated PCPBJACOBI to work for AIJ matrices with set block size also

Hg-commit: 0e020f5b49d3e02ffdf403ba777ccbc6d0077bb9


# 1a83262e 03-Aug-2011 Amlan Barua <abarua@iit.edu>

Commit after merge.

Hg-commit: f68c05adc36cc3466526c6c62d31054433fb70f4


# 5738af9b 28-Jul-2011 Mark F. Adams <mark.adams@columbia.edu>

Added protection for MPI_Exscan

Hg-commit: fac491a43a3f192434554bd91818c8d8053b98cf


# 5c0f0b64 28-Jul-2011 Barry Smith <bsmith@mcs.anl.gov>

MatSetOption_MPIAIJ has this code:

switch(op) {
...;
case MAT_IGNORE_OFF_PROC_ENTRIES:
a->donotstash = PETSC_TRUE;
break;
...
}

This appears to be an inadvertant bug that's been in the sources si

MatSetOption_MPIAIJ has this code:

switch(op) {
...;
case MAT_IGNORE_OFF_PROC_ENTRIES:
a->donotstash = PETSC_TRUE;
break;
...
}

This appears to be an inadvertant bug that's been in the sources since
2001.

Hg-commit: 8f281cda86e52106530f6b391a11befac5d249c2

show more ...


# 423d130b 27-Jul-2011 Jungho Lee <julee@mcs.anl.gov>

Merge after commit

Hg-commit: 37cbe816d3ef8fad39deb027ea00c1e7ccf3baa6


# d9ababd3 25-Jul-2011 Amlan Barua <abarua@iit.edu>

Commit after merge.

Hg-commit: 720025667472551fe914ddd172c60ed7657f120c


# 28ebca64 23-Jul-2011 Barry Smith <bsmith@mcs.anl.gov>

I don't know what I'm doing but its fun

Hg-commit: 04be4e9009c3d01343bcc31f18eb59f5cb97f0c8


# 9de22321 21-Jul-2011 Gwynneth Davidoff <Gwynneth.Davidoff@students.olin.edu>

merged

Hg-commit: c4459015d5e9b51f3ac8894e3c399faea3997870


# a9dd385a 20-Jul-2011 Kerry Stevens <kstevens@spetjhiong.com>

commit after merge

Hg-commit: 59912091e4e990b0eaddd1a4026f537e8864cac5


# a8a9a7c6 20-Jul-2011 Amlan Barua <abarua@iit.edu>

Commit after merge

Hg-commit: ce947a14195e6c7308962989edbd747d2041e3e0


# bb20721c 20-Jul-2011 Jed Brown <jed@59A2.org>

merge

Hg-commit: 61419c93de4faea2d096d9955ef50868ec248878


1...<<61626364656667686970>>...111