History log of /petsc/src/mat/impls/aij/mpi/mpiaij.h (Results 301 – 325 of 526)
Revision Date Author Comments
# 5a576424 05-Mar-2013 Jed Brown <jed@59A2.org>

visibility: use PETSC_INTERN when possible

Hg-commit: 3b4bfb5c23843293f1f08790b48437080a32eb42


# b2573a8a 05-Mar-2013 Barry Smith <bsmith@mcs.anl.gov>

completed removing unneeded EXTERN_C_BEGIN/END from Mat directories and converting to PETSC_EXTERN_C for constructors
tested with and without dynamic with and without C++

Hg-commit: 7d27d7f4d9ea3bfe

completed removing unneeded EXTERN_C_BEGIN/END from Mat directories and converting to PETSC_EXTERN_C for constructors
tested with and without dynamic with and without C++

Hg-commit: 7d27d7f4d9ea3bfe6616fafdfb32d046b5db53a1

show more ...


# 82c86c8f 16-Feb-2013 Barry Smith <bsmith@mcs.anl.gov>

petscctable.h and petscmatlab.h shold not be included in petscsys.h

Hg-commit: 84ac1a0e8bb6899bb6d64a2004d4e3e7923b00da


# 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


# b769355b 31-Dec-2012 Jed Brown <jed@59A2.org>

merge PetscSF implementation

Hg-commit: 98dccc99445b69cb7a66312149eb16fec359e294


# bcaeba4d 31-Dec-2012 Barry Smith <bsmith@mcs.anl.gov>

removed adic stuff

Hg-commit: 99933b6f66a48c78b00a3952edfaf6191df65340


# 58eb850c 04-Dec-2012 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: 471b9bb30817cc593dd6bb024348450073dd6625


# 414894bd 04-Dec-2012 Hong Zhang <hzhang@mcs.anl.gov>

optimize MatPtAPNumeric_MPIAIJ_MPIAIJ() by malloc array apa in MatPtAPSymbolic.

Hg-commit: 2178bd8de75a11c8b832eb6844a50ef78b3294e7


# 43208f3f 27-Nov-2012 Richard Tran Mills <rmills@ornl.gov>

Automerge.

Hg-commit: 6ac94d6e269a383c5b658488ff4022ab8f63808d


# 53355915 19-Nov-2012 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: 8439ab33a27932ffd4abbf55152e4f6260ab06a4


# ad2d13e5 18-Nov-2012 Jed Brown <jed@59A2.org>

merge

Hg-commit: be265b567b712d0795d99086ba21cd7fe81f37d0


# e82dfdf1 18-Nov-2012 Matthew G Knepley <knepley@gmail.com>

Merge

Hg-commit: a55ce8d2c14fe32082f5ed6a0096c9382f7f86a1


# f996eeb8 18-Nov-2012 Hong Zhang <hzhang@mcs.anl.gov>

add MatMatMatMult() for mpiaij matrix implemented by Mike

Hg-commit: a682a93086ef7546682c3c66e2e4c0370bc4275d


# cf3ca8ce 26-Oct-2012 Hong Zhang <hzhang@mcs.anl.gov>

cleanup MatPtAP for mpiaij matrix; rm MatPtAP_Basic()

Hg-commit: f6debe79aa665c5b45ffa91e0d3d7d114dfd92c1


# 6c2930d4 18-Sep-2012 Shri Abhyankar <abhyshr@mcs.anl.gov>

Commit after merge

Hg-commit: 29c41d281e3ece3127c753661dccfd04e452b7f8


# 3e08d2be 18-Sep-2012 Barry Smith <bsmith@mcs.anl.gov>

removed trailing blanks from source code
added rule rmtrailingblanks accessible via make ACTION=remtrailingblanks tree

Hg-commit: 6e3652165d48aa5f3e94dd66bf607adea6fac27a


# d5d5282e 19-Jul-2012 Brad Aagaard <baagaard@usgs.gov>

Merge.

Hg-commit: a14455a9811c9485ecd5fdd98bc20d9f2d731daa


# ab1b013a 10-Jul-2012 Hong Zhang <hzhang@mcs.anl.gov>

add option '-mattransposematmult_viamatmatmult' for experimenting
C=P^T*A via R=Pt and C=R*A

Hg-commit: 7a3b7f66cbb6b3607d723de9a7edcbdd988b0822


# 48fab831 09-Jul-2012 Brad Aagaard <baagaard@usgs.gov>

Merge

Hg-commit: 8f74ca6da3dda2e92c9063777436a7e360bcc637


# 0f55b88d 03-Jul-2012 Satish Balay <balay@mcs.anl.gov>

backout all chmod stuff in bf971ba58125
[but keep diffs to src/mat/impls/aij/mpi/mpimatmatmult.c ]

Hg-commit: 4a812fc1f35496ce2717c7da9ef12ffabbd13258


# c0174eb7 03-Jul-2012 Mark F. Adams <mark.adams@columbia.edu>

removed a spurious call to MatSetBlockSize.

Hg-commit: bf971ba58125bd8cf7ceb2a9d0f5cdf27c27cc6a


# 2327d61d 01-Jul-2012 Satish Balay <balay@mcs.anl.gov>

#122365 cuda compile fixes

Hg-commit: 95d14884e1c076a81529b52fbf1d6360f537c592


# bbf3fe20 30-May-2012 Paul Mullowney <paulm@txcorp.com>

Code for setting matrix data via MatSetOption/MatSetFromOptions is working.

Hg-commit: 32aee254a63d1b8a7e35b24855ebc647d510e965


# ca45077f 25-May-2012 Paul Mullowney <paulm@txcorp.com>

Code for setting Matrix Storage types (via SetOption, SetFromOptions) appears to be working correctly. Also, I now have MatMultTranspose(Add) working for CUSPARSE type so one can do least squares kry

Code for setting Matrix Storage types (via SetOption, SetFromOptions) appears to be working correctly. Also, I now have MatMultTranspose(Add) working for CUSPARSE type so one can do least squares krylov solvers (lsqr) via PETSc on GPUs.

Hg-commit: db11b8fc0ec0bbe2daeb9fbcbcf6c2bcc2385d4b

show more ...


1...<<11121314151617181920>>...22