History log of /petsc/src/mat/impls/sbaij/mpi/sbaijov.c (Results 151 – 175 of 281)
Revision Date Author Comments
# 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


# 8caf3d72 18-Sep-2012 Barry Smith <bsmith@mcs.anl.gov>

code to match PETSc style guide for if (xxx) for (xxx) sizeof(xxx)

Hg-commit: 01e0d19bcd83a980fb5e8e32b294a95da72b405f


# 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


# 94bacf5d 01-Apr-2012 Barry Smith <bsmith@mcs.anl.gov>

Phase 2 of update of PetscBT: PetscBTDestroy() takes pointer

Hg-commit: aca1f1363559db957297829187a5e034ace731de


# 53b8de81 01-Apr-2012 Barry Smith <bsmith@mcs.anl.gov>

phase 1 of PetscBT conversion: changed from Macros to static functions

Hg-commit: 7b64fe46b771f1e27250f571813ebf7716745437


# deeea0db 07-Oct-2011 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: 2e38230693469702fd02f8db8b5417ede06c7aed


# 1c4982eb 06-Oct-2011 Hong Zhang <hzhang@mcs.anl.gov>

bugfix for MatIncreaseOverlap_MPISBAIJ()

Hg-commit: b6f7404c321fc742b796808d1e54b77a6175d5e4


# 4da72fa9 06-Oct-2011 Hong Zhang <hzhang@mcs.anl.gov>

add 'allrows' to MatGetSubMatrices_MPIBAIJ_local() to avoid calling nonscalable ISGetIndices()

Hg-commit: 4f6c9b1ff2e5d7832f9e1a1716751b1cb7e0a64e


# c17803e7 01-Oct-2011 Jed Brown <jed@59A2.org>

Merge TS adaptivity work, some conflicts with Emil's explicit stages for Rosenbrock

In merging Emil's work, I added a flag for an explicit stage instead of
redirecting through a different function.

Merge TS adaptivity work, some conflicts with Emil's explicit stages for Rosenbrock

In merging Emil's work, I added a flag for an explicit stage instead of
redirecting through a different function. It is less code and more
clear, I think.

Hg-commit: 1aa32ce28475592f35bc148baeecb41ed3995a50

show more ...


# bb47af7d 01-Oct-2011 Barry Smith <bsmith@mcs.anl.gov>

commiit after merge

Hg-commit: 2f9449e8e0b477318b1cea8d6a46b8fe0836bd5c


# 307b7a18 30-Sep-2011 Hong Zhang <hzhang@mcs.anl.gov>

add special case "allcolumns" to MatGetSubMatrices_MPIBAIJ_Local()
for scalability. Remove non-scalable colmap. See changeset 20197:1093ea5868ec on MPIAIJ

Hg-commit: abe18fb0e4d548c12fe822dc2a9d43a1

add special case "allcolumns" to MatGetSubMatrices_MPIBAIJ_Local()
for scalability. Remove non-scalable colmap. See changeset 20197:1093ea5868ec on MPIAIJ

Hg-commit: abe18fb0e4d548c12fe822dc2a9d43a1bcc36153

show more ...


# a6963c91 27-Sep-2011 Victor Minden <victorminden@gmail.com>

commit after merge

Hg-commit: 5f0cb0de0a8c7783ecc1afa8ea3838c3bf8dcac2


# 81c732df 27-Sep-2011 Hong Zhang <hzhang@mcs.anl.gov>

merge from the release

Hg-commit: 003b6fef9eb701c5cb4a9866830e909adea15bf5


# 24b64d82 27-Sep-2011 Hong Zhang <hzhang@mcs.anl.gov>

rm C++ style comment that was accidentally pushed with the previous change set

Hg-commit: f127636ed65e551e9df322e515a64504d6495de7


# 3b3c4b7e 27-Sep-2011 Hong Zhang <hzhang@mcs.anl.gov>

merge from release with minor edit on isblock.c

Hg-commit: 70fe517ef28a01974b3bd58d45be5b1ed8f022e8


# 05d8c843 27-Sep-2011 Hong Zhang <hzhang@mcs.anl.gov>

add 'nkeys' to ISCompressIndicesGeneral() to make it scalable when PETSC_USE_CTABLE
Ref: http://petsc.cs.iit.edu/petsc/petsc-dev/rev/39de4196260f (a bad change made in 2004)

Hg-commit: 8cc43958d6493

add 'nkeys' to ISCompressIndicesGeneral() to make it scalable when PETSC_USE_CTABLE
Ref: http://petsc.cs.iit.edu/petsc/petsc-dev/rev/39de4196260f (a bad change made in 2004)

Hg-commit: 8cc43958d6493e4eeb199b935ab256ab96f3dc6d

show more ...


# 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


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

Mass revert file modes that were made executable in f6e61ee9c329

Hg-commit: 116d90d0b66125cee0db3e7351047057e756baf5


# 832f7384 01-Jan-2012 Matthew G Knepley <knepley@gmail.com>

Merge

Hg-commit: ee8d91ae0580d1d4fa92be38a18d40c838b9a257


# 14e519b0 31-Dec-2011 Mark F. Adams <mark.adams@columbia.edu>

changed MatMatMult to MatTranposeMatMult.

Hg-commit: f6e61ee9c329774cd5343eea1ee6b7432be17c3f


# a0769a71 27-Apr-2011 Satish Balay <balay@mcs.anl.gov>

convert some c++ syntax to c

Hg-commit: e6c5fa377d698402fe35d535ea950bfe6cf9e9b0


# 40e43650 21-Apr-2011 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: 3c0ada216fd048f1d4ba20e7535afe3ca2893c94


12345678910>>...12