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


# 7d6a0e61 15-Aug-2011 Barry Smith <bsmith@mcs.anl.gov>

updated discussion of PETSc with threads
fixed MATSEQPTHREADAIJ to MATSEQAIJPTHREAD

Hg-commit: 264131f1283f2e9b3d7687b1b961f6b25c50057e


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

commit after merge

Hg-commit: 023d6c6af2b31621eff92a00274d614b53ecfb4b


# 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


# 8fed605b 11-Aug-2011 Jungho Lee <julee@mcs.anl.gov>

Commit after merge

Hg-commit: 7f48dd4b1e198216fbda86e3334f09b8817f9bd6


# 34fc4b71 11-Aug-2011 Jed Brown <jed@59A2.org>

Remove unused variable

Hg-commit: d0cc4cc46d4b4e01436ebfc114a9910808b3ce04


# 8a813f54 11-Aug-2011 Jed Brown <jed@59A2.org>

Spell "PetscImaginaryPart" correctly

Hg-commit: 2bec26de86df93c86fe764f929b8887dc21b5c8a


# 2c990fa1 09-Aug-2011 Hong Zhang <hzhang@mcs.anl.gov>

bugfix of MatView() for factored seqaij and seqsbaij matrices

Hg-commit: b2a05b2919dfa8cfa9deeaf89b795711aa2a0691


# 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


# 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


# 7beb759e 23-Jul-2011 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: 3588111ae446783418e6d80584c2c73dd6251041


# 63db405b 23-Jul-2011 Barry Smith <bsmith@mcs.anl.gov>

unprotected pthreadclasses stuff
changed petscthread.py to not set pthreadclasses if not asked for, I don't fucking understand buildsystem

Hg-commit: 78fe98403c3fd0d24b12154743e831052982380c


# 700485dd 22-Jul-2011 Satish Balay <balay@mcs.anl.gov>

make sure the default [without] pthread build works on mac/linux

Hg-commit: 3808130f8ca50168716c9a605970cb69fb7beb7e


# f9a65687 22-Jul-2011 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: 6d8058bbbe89952da025d8fa2c683bf9eab738d2


# b50af74f 22-Jul-2011 Barry Smith <bsmith@mcs.anl.gov>

fixed fix of seqpthread vector and seqaijpthread to compile with c++

Hg-commit: 7b1cb1002f2d2c2300226483b7873be08fdd17d5


# 4b83fb64 22-Jul-2011 Barry Smith <bsmith@mcs.anl.gov>

Brad's fixes to get the Pthread Vec and Mat classes to compile with C++

Hg-commit: 077de594679dd06aa3a59be67bd36f3e72830a9e


# 39a3ad4e 22-Jul-2011 Mark F. Adams <mark.adams@columbia.edu>

Added some support for reduced processors on coarse grids of PC GAMG.

Hg-commit: 4feec2af672bd385b3916e88adf996e9a8933c4e


# 1dd75c29 22-Jul-2011 Kerry Stevens <kstevens@spetjhiong.com>

commit after merge

Hg-commit: 3bf01fac98a3d658df5a9ca709c44bb8f15f7102


# cfcfc605 22-Jul-2011 Kerry Stevens <kstevens@spetjhiong.com>

added functionality to map threads to cores on NON thread pool case

Hg-commit: 449c14ae9417e8418bf2d8e3c6483d3439439f76


# aace9779 22-Jul-2011 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: 1ea8fef83cccbba4479c8951027894ba1abaa156


# ff34cdc8 22-Jul-2011 Barry Smith <bsmith@mcs.anl.gov>

changed PETSC_USE_PTHREAD_CLASS to PETSC_HAVE_PTHREADCLASS so that name matches pthreadclasses.py name and cmake makes sure that specific code gets compiled

Hg-commit: 0a01a8e82fe4f48e319b836eb8da0

changed PETSC_USE_PTHREAD_CLASS to PETSC_HAVE_PTHREADCLASS so that name matches pthreadclasses.py name and cmake makes sure that specific code gets compiled

Hg-commit: 0a01a8e82fe4f48e319b836eb8da000af0532501

show more ...


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

merged

Hg-commit: c4459015d5e9b51f3ac8894e3c399faea3997870


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