History log of /petsc/src/mat/impls/aij/seq/aij.c (Results 1326 – 1350 of 2495)
Revision Date Author Comments
# 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


# 5337c6f8 19-Jul-2011 Amlan Barua <abarua@iit.edu>

Commit after merge

Hg-commit: e2b726c74d0d7fc5394ae02eab45450941867c70


# df17f0d5 18-Jul-2011 Kerry Stevens <kstevens@spetjhiong.com>

commit after merge from petsc-dev (MatMult_Add function)

Hg-commit: 95a831be5dc2ba75bb17311cad14d2f38977c0b7


# c370d283 18-Jul-2011 Kerry Stevens <kstevens@spetjhiong.com>

committed after merging Stevens & Smith changes

Hg-commit: 4180409d5c98871cc6c7e567a401ce07f093e17f


# 9e800a48 18-Jul-2011 Kerry Stevens <kstevens@spetjhiong.com>

corrected a problem that prohibited NON-thread pool & sequential from running

Hg-commit: 8809389b99ffe444be7e29a598d4ec17a3a9d0b6


# ba61063d 15-Jul-2011 Barry Smith <bsmith@mcs.anl.gov>

added PETSC_USE_PTHREAD_CLASSES protection
removed // comments
added protection of pthread_barrier does not exist

Hg-commit: 972a3b80c9a6f09bc54db7149d59da967e72545e


# 51d315f7 15-Jul-2011 Kerry Stevens <kstevens@spetjhiong.com>

added thread pool versions

Hg-commit: 77a23f76a8d8ac73a47e6098a1f3e3805e47baf0


# 0f9369f8 13-Jul-2011 Mark F. Adams <mark.adams@columbia.edu>

refactored gamg PC. Parallel code added, not complete. MIS interface made better for future migration to a matop.

Hg-commit: 018311eb3f493463af3eaf23b17b29cb816f2ca6


# 3bb38d48 01-Jul-2011 Jungho Lee <julee@mcs.anl.gov>

Merge with Hong's changes

Hg-commit: 42ea6410b553d575c0cb76fe64e976e62982db72


# f15663dc 27-Jun-2011 Barry Smith <bsmith@mcs.anl.gov>

cleaned up MatMultAdd_SeqAIj() to match MatMult_SeqAIJ()
changed KSPSolve_LSQR() to only compute matrix norm requested (which is currently never) rather than for each solve

Hg-commit: b43bb77e3c20c7

cleaned up MatMultAdd_SeqAIj() to match MatMult_SeqAIJ()
changed KSPSolve_LSQR() to only compute matrix norm requested (which is currently never) rather than for each solve

Hg-commit: b43bb77e3c20c759ac5e2fafd53ef058199516fe

show more ...


# 0ca81413 23-Jun-2011 Kerry Stevens <kstevens@spetjhiong.com>

added more pthread vector functions
added a pthread matrix function (not yet operational)

Hg-commit: 402caddad6a4ab372111fbc5baac892290efd412


# 4dcab191 27-May-2011 Barry Smith <bsmith@mcs.anl.gov>

added DMClearGlobalVectors() that destroys all the stashed global vectors
added DM_SNESVI basics for supporting the use of DM with the VI solvers basic version with no multigrid works

Hg-commit: 3ba

added DMClearGlobalVectors() that destroys all the stashed global vectors
added DM_SNESVI basics for supporting the use of DM with the VI solvers basic version with no multigrid works

Hg-commit: 3baea364d1194fdae279c6bd14ddd04795eaaea2

show more ...


# 42951b8f 27-May-2011 Dmitry Karpeev <karpeev@mcs.anl.gov>

Merge.

Hg-commit: c1943a07162526276566519aa6187052e11ecc3d


# 0e63999f 24-May-2011 Jungho Lee <julee@mcs.anl.gov>

commit after merge
:w!

Hg-commit: 252b7df528f9cdb484d150ba2d30e13a98447883


# 992144d0 15-May-2011 Barry Smith <bsmith@mcs.anl.gov>

moved localtoglobal mapping bmapping of matrices and vectors into the PetscLayout object

Hg-commit: 9101686a27a1dc39bda221d0212c5e4e16e2b091


# aa5ea44d 15-May-2011 Barry Smith <bsmith@mcs.anl.gov>

MatDuplicate_XXX() and MatGetVecs_XXX() now reference the previous objects PetscLayout instead of making a new one for the created objects

Hg-commit: 09acbe7f87158c1125044b0743c911c532c88a17


# 2576faa2 21-Jan-2012 Jed Brown <jed@59A2.org>

Fixes for insertion error options.

Option should be set if "real" preallocation information was
provided. If PETSC_DECIDE was used, then do not error. The option is
inherited through a DisAssemble_*

Fixes for insertion error options.

Option should be set if "real" preallocation information was
provided. If PETSC_DECIDE was used, then do not error. The option is
inherited through a DisAssemble_* operation.

Hg-commit: e675ef955f926f7569d867832ae3d74f566041a1

show more ...


# 5a262507 19-Jan-2012 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: defcbc7d2f2fb488acee2669a22ffa3e39f10043


# 7827cd58 16-Jan-2012 Jed Brown <jed@59A2.org>

Preallocation routines set MAT_NEW_NONZERO_ALLOCATION_ERR

Hg-commit: 631dbd3be1c5a3778cfbb484eb5cec7d7e4571a3


# 639d86e3 13-Jan-2012 Sean Farley <sean@mcs.anl.gov>

Merge

Hg-commit: 0fb617426806c222fb6fb5e47365b6c3688c614c


# d39137a2 12-Jan-2012 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: d540875a63b3c979c82b6a7fa7f062571e906d10


# fc08c53f 12-Jan-2012 Hong Zhang <hzhang@mcs.anl.gov>

bugfix of PCSetUp_BJacobi_Multiproc() when pc->setupcalled
add MatReuse to MatGetMultiProcBlock()

Hg-commit: 9d656d587efb559e6cc5e954dc5cab476fa5d812


# 247e2d92 06-Jan-2012 Jed Brown <jed@59A2.org>

Mass revert file modes that were made executable in f6e61ee9c329

Hg-commit: 116d90d0b66125cee0db3e7351047057e756baf5


1...<<51525354555657585960>>...100