History log of /petsc/src/mat/impls/maij/maij.c (Results 276 – 300 of 499)
Revision Date Author Comments
# 5a4671ae 30-Dec-2012 Barry Smith <bsmith@mcs.anl.gov>

removed trailing spaces from all files

Hg-commit: 1cfa55059afe46c5145e0e830cd797b97216abfb


# a2ea699e 30-Dec-2012 Barry Smith <bsmith@mcs.anl.gov>

ran clang --analyze over PETSc and fixed many of the complaints. Mostly missing CHKERRQ() and set but not used variables, no bugs found, lots of complaints about null references, not sure what is up

ran clang --analyze over PETSc and fixed many of the complaints. Mostly missing CHKERRQ() and set but not used variables, no bugs found, lots of complaints about null references, not sure what is up with that; gets in the way of real useful messages.

Hg-commit: c183c49f249a22d7ef32be2c51749bad41445e53

show more ...


# 0d2bece7 15-Dec-2012 Barry Smith <bsmith@mcs.anl.gov>

XXXiew_Private() -> XXXViewFromOptions()

Hg-commit: 956ff26f22f2a1ac0320a5a195731edd8cf3234a


# ccad63c3 14-Dec-2012 Barry Smith <bsmith@mcs.anl.gov>

updated MatView_Private() and -mat_view to new paradigm for accessing -xxx_view options via PetscOptionsGetViewer()

Hg-commit: 48311e8a6a065367ee181abfeb345fa704b2d6ee


# 9e03dfbb 15-Nov-2012 Hong Zhang <hzhang@mcs.anl.gov>

add MatPtAP_MPIAIJ_MPIMAIJ()

Hg-commit: e8414f86f82cc6d22ef14f7e409b6d6640fac8a1


# 9432901b 30-Oct-2012 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: 0b71d5824eb6a5fbd5c8e6f5f8c096ba0ed8e636


# 15221df2 30-Oct-2012 Jed Brown <jed@59A2.org>

Add missing extern "C" for MAIJ, use PETSC_EXTERN_C

Hg-commit: b87236803b94fa43415310c2aa7d4942c2935ed3


# d2b207f1 30-Oct-2012 Peter Brune <brune@mcs.anl.gov>

Fixed C++ compile errors in mpiaij/maij introduced in 9d907e29898c and b884acfe1171.

Hg-commit: c2a192410fe20975f207896fc951e569196b73a7


# f110ebd8 29-Oct-2012 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: 1172ca22f3358a8f3811f3ee93b4f3ad848fa830


# 2121bac1 29-Oct-2012 Hong Zhang <hzhang@mcs.anl.gov>

add MatPtAP_SeqAIJ_SeqMAIJ() to be consistent with changes made on MatPtAP_xxx

Hg-commit: b884acfe117115716c2c2ece4b6b6815749e4d42


# 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


# 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


# e5996a9a 15-May-2012 Paul Mullowney <paulm@txcorp.com>

updated and merged from petsc-dev

Hg-commit: 4bdbb24181fe1c8ce13e9b82c1d499b152c3d14f


# 356c569e 11-May-2012 Barry Smith <bsmith@mcs.anl.gov>

MATMAIJ now errors with nice message if one does not use MatCreateMAIJ()

Hg-commit: 9ed72d3f4a32d7bad4e751f7329a4790db284f8a


# 251f4c67 27-Apr-2012 Dmitry Karpeev <karpeev@mcs.anl.gov>

PetscTypeCompare -> PetscObjectTypeCompare

Hg-commit: 3fc8f665421ddb862bf4d1ba95505378246340be


# a34bdc0b 09-Apr-2012 Barry Smith <bsmith@mcs.anl.gov>

removed code that called VecSetBlockSize() after VecCreateSeq() or VecCreateMPI()
one cannot now call VecSetBlockSize() after the matrix data structures have been instantiated

Hg-commit: a3cf1453061

removed code that called VecSetBlockSize() after VecCreateSeq() or VecCreateMPI()
one cannot now call VecSetBlockSize() after the matrix data structures have been instantiated

Hg-commit: a3cf14530613b3e06de7e18c464fb2202dd921cf

show more ...


# 778a2246 09-Apr-2012 Barry Smith <bsmith@mcs.anl.gov>

VecCreateXXXWithArray() now takes a bs argument since there is no other way to pass the block size in during creation process

Hg-commit: 465282368ed7696decd83c3d3b111f39348a7d40


# 8e7768b9 24-Mar-2012 Matthew G Knepley <knepley@gmail.com>

Merge

Hg-commit: f997b2abc12025b16065184c2bb279689bbd06ac


# b45d2f2c 24-Mar-2012 Jed Brown <jed@59A2.org>

Rename include/private/ to include/petsc-private/

Hg-commit: 9a1730720b0d9756437b40462617551504641ade


# 2632470a 05-Mar-2012 Jed Brown <jed@59A2.org>

merge SNES/DM refactor

Hg-commit: 31d66a4917111e3b9e87bf19170c2c9421b4e8be


# 69b1f4b7 02-Mar-2012 Barry Smith <bsmith@mcs.anl.gov>

changed MatCreateMPIXXX() to MatCreateXXX() since that is what they are

Hg-commit: 88fb4066e05405d3c444fb00dd00ab15e805b3e3


# 51322221 28-Feb-2012 Jungho Lee <julee@mcs.anl.gov>

commit after merge

Hg-commit: e8d19a834d936a4816c3abf3af0b68733c00be11


# 38ea2233 01-Feb-2012 Matthew G Knepley <knepley@gmail.com>

Merge

Hg-commit: da7192eda3c2721456f07edf54ad1d0c14243f79


1...<<11121314151617181920