History log of /petsc/src/mat/impls/aij/mpi/mpimatmatmult.c (Results 426 – 450 of 634)
Revision Date Author Comments
# 4b91bfc3 07-Jul-2013 Barry Smith <bsmith@mcs.anl.gov>

Merge branch 'barry/x-virtual' into barry/uams


# 275476c6 03-Jul-2013 Matthew G. Knepley <knepley@gmail.com>

Mat: Need a scope when declaring variables in a switch block


# 119a7e7d 03-Jul-2013 Matthew G. Knepley <knepley@gmail.com>

Merge branch 'master' of bitbucket.org:petsc/petsc

# By Hong Zhang
# Via Hong Zhang
* 'master' of bitbucket.org:petsc/petsc:
rename MatTransposeMatMultxxx_MPIAIJ_MPIAIJ_Scalable() -> MatTransposeM

Merge branch 'master' of bitbucket.org:petsc/petsc

# By Hong Zhang
# Via Hong Zhang
* 'master' of bitbucket.org:petsc/petsc:
rename MatTransposeMatMultxxx_MPIAIJ_MPIAIJ_Scalable() -> MatTransposeMatMultxxx_MPIAIJ_MPIAIJ() - default
rename MatTransposeMatMultSymbolic_MPIAIJ_MPIAIJ() -> MatTransposeMatMultSymbolic_MPIAIJ_MPIAIJ_nonscalable cleanup.
cleanup MatTransposeMatMult_MPIAIJ_MPIAIJ(): use Elist for options on experimental algorithms
cleanup MatPtAP_SeqAIJ_SeqAIJ(): use Elist for options on experimental algorithms
rename MatMatMultSymbolic_MPIAIJ_MPIAIJ_Scalable -> MatMatMultSymbolic_MPIAIJ_MPIAIJ because this routine is default
rm redundant test runex94_2_matmatmult
cleanup MatMatMult_MPIAIJ_MPIAIJ(): use Elist for options on experimental algorithms rename MatMatMultSymbolic_MPIAIJ_MPIAIJ -> MatMatMultSymbolic_MPIAIJ_MPIAIJ_nonscalable (non-default)
cleanup MatMatMult_SeqAIJ_SeqAIJ(): use Elist for options on experimental algorithms

show more ...


# 3fa0a38b 03-Jul-2013 Hong Zhang <hzhang@mcs.anl.gov>

Merge branch 'hzhang/mat-cleanup'


# 6da69ca6 02-Jul-2013 Hong Zhang <hzhang@mcs.anl.gov>

rename MatTransposeMatMultxxx_MPIAIJ_MPIAIJ_Scalable() -> MatTransposeMatMultxxx_MPIAIJ_MPIAIJ() - default


# 2bbb1c24 02-Jul-2013 Hong Zhang <hzhang@mcs.anl.gov>

rename MatTransposeMatMultSymbolic_MPIAIJ_MPIAIJ() -> MatTransposeMatMultSymbolic_MPIAIJ_MPIAIJ_nonscalable
cleanup.


# c216dbf3 02-Jul-2013 Hong Zhang <hzhang@mcs.anl.gov>

cleanup MatTransposeMatMult_MPIAIJ_MPIAIJ(): use Elist for options on experimental algorithms


# b2405163 28-Jun-2013 Hong Zhang <hzhang@mcs.anl.gov>

rename MatMatMultSymbolic_MPIAIJ_MPIAIJ_Scalable -> MatMatMultSymbolic_MPIAIJ_MPIAIJ because this routine is default


# 0fc8cf34 27-Jun-2013 Hong Zhang <hzhang@mcs.anl.gov>

cleanup MatMatMult_MPIAIJ_MPIAIJ(): use Elist for options on experimental algorithms
rename MatMatMultSymbolic_MPIAIJ_MPIAIJ -> MatMatMultSymbolic_MPIAIJ_MPIAIJ_nonscalable (non-default)


# e33c197d 11-Jun-2013 Richard Mills <rtm@eecs.utk.edu>

Merged petsc/petsc into rmills/petsc master.


# 3ff4c91c 30-Apr-2013 Hong Zhang <hzhang@mcs.anl.gov>

log events of symbolic and numeric mat-mat operations


# a983c5aa 28-Mar-2013 Jungho Lee <julee@mcs.anl.gov>

Merge branch 'master' of bitbucket.org:petsc/petsc


# 4d2d963c 28-Mar-2013 Richard Mills <rtm@eecs.utk.edu>

Merged petsc/petsc into rmills/petsc master


# e1d27e54 28-Mar-2013 Jed Brown <jed@59A2.org>

Merge branch 'barry/rm-xxxregisterdynamic' into jed/ts-eimex

PetscObjectComposeFunctionDynamic() and TSRegisterDynamic() were
replaced by PetscObjectComposeFunction() and TSRegister(), both of which

Merge branch 'barry/rm-xxxregisterdynamic' into jed/ts-eimex

PetscObjectComposeFunctionDynamic() and TSRegisterDynamic() were
replaced by PetscObjectComposeFunction() and TSRegister(), both of which
drop the string name argument.

* barry/rm-xxxregisterdynamic: (82 commits)
...

Conflicts:
src/ts/interface/tsregall.c

show more ...


# 365a8a9e 21-Mar-2013 Barry Smith <bsmith@mcs.anl.gov>

removed excessive use of CHKMEMQ;


# 4042b796 17-Mar-2013 Jed Brown <jed@59A2.org>

Merge branch 'master' into jed/ts-eimex

Sync to include Git conversion, PETSC_EXTERN, and minor API changes.

Conflicts:
src/ts/interface/tsregall.c


# ce94432e 13-Feb-2013 Barry Smith <bsmith@mcs.anl.gov>

added PetscObjectComm() and used it to replace (((PetscObject)obj)->comm)

Hg-commit: 3da37c458124ad48ae939f4e9823e4430ee0b8be


# d9799b0b 12-Feb-2013 Jed Brown <jed@59A2.org>

Merge branch 'private-impl-headers'

petsc-private/petscimpl.h and vecimpl.h are no longer included by
petscsys.h and petscvec.h. Some inline functions become normal functions
as a consequence of the

Merge branch 'private-impl-headers'

petsc-private/petscimpl.h and vecimpl.h are no longer included by
petscsys.h and petscvec.h. Some inline functions become normal functions
as a consequence of these changes.

Hg-commit: 5c59734726c7c41f493a5f5b9303cfab5c66ae21

show more ...


# 9a6d0b0b 11-Feb-2013 Jed Brown <jed@59A2.org>

petscvec.h no longer includes petsc-private/vecimpl.h

This makes dependence on Vec internals more explicit. Almost all
impacted dependencies fall in two categories:

* reference to vec->map: could b

petscvec.h no longer includes petsc-private/vecimpl.h

This makes dependence on Vec internals more explicit. Almost all
impacted dependencies fall in two categories:

* reference to vec->map: could be eliminated by adding VecGetLayout(),
which is probably a good idea anyway.

* dependence on VecScatter_MPI_General: this is low-level anyway, so I
don't think there is much to gain by abstraction.

Hg-commit: 612ef938483b9f0137f3e95bc1d14775547d74f1

show more ...


# 0298fd71 08-Feb-2013 Barry Smith <bsmith@mcs.anl.gov>

removed PETSC_NULL from C and Fortran (except declaration in C for backward compatibility). Kept PETSC_NULL_xxx for Fortran
Fixed a few bugs where PETSC_NULL had been used incorrectly.

Hg-commit: 05

removed PETSC_NULL from C and Fortran (except declaration in C for backward compatibility). Kept PETSC_NULL_xxx for Fortran
Fixed a few bugs where PETSC_NULL had been used incorrectly.

Hg-commit: 054705a517d7f4388a8a084415d7478cbe95dff4

show more ...


# 7e590d5f 03-Feb-2013 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: db805e8197486aa7db018c01793dec447b9e9cbb


# 26fbe8dc 02-Feb-2013 Karl Rupp <rupp@mcs.anl.gov>

Uncrustified src/mat/*.

Hg-commit: 5c6f04286a6cfcd98361b2479b884c0041d95b73


# e79ce49d 02-Feb-2013 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: f37b1e00e84f4f2c19b94a78ed2de72bd29e5778


# 2205254e 02-Feb-2013 Karl Rupp <rupp@mcs.anl.gov>

Partially uncrustified /src/mat/*

Hg-commit: f66b7241e67ccd55e47747ce1f2433e82e4f86b9


# f23aa3dd 25-Jan-2013 Barry Smith <bsmith@mcs.anl.gov>

generally SETERRQXX does not belong on its own line
also fixed formatting issues in dgmres.c (ugh)

Hg-commit: e3fffdf67cd55655a36785a0abc7c197e98ca7cd


1...<<11121314151617181920>>...26