History log of /petsc/src/mat/impls/baij/seq/baij.c (Results 676 – 700 of 1525)
Revision Date Author Comments
# 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


# c3df09d6 21-Oct-2012 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: ed1a46afbb3ca05b94b623600c6c387ba23868ed


# 1a83f524 21-Oct-2012 Jed Brown <jed@59A2.org>

Const-correctness for MatGetRowIJ()/MatGetColumnIJ()

The arrays have always been read-only according to the
documentation. This patch should cause no behavioral change.

This const-correctness casca

Const-correctness for MatGetRowIJ()/MatGetColumnIJ()

The arrays have always been read-only according to the
documentation. This patch should cause no behavioral change.

This const-correctness cascaded into the private ordering and coloring
routines.

Hg-commit: 7efa5f739222584a785675705479b4e17c346e6e

show more ...


# 7a3afff6 15-Oct-2012 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: 89503a96f70dd4d497719d2597342d8944de9c22


# 5021d80f 14-Oct-2012 Jed Brown <jed@59A2.org>

Symmetry options are handled by MatSetValues(), remove 'unused' warnings in implementations

Hg-commit: fb44390d0731356a11547b41b85e16c498ba91ed


# 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


# 8c778c55 19-Aug-2012 Barry Smith <bsmith@mcs.anl.gov>

removed PLAPACK interface
Removed generic MatGetArray/MatRestoreArray()

Hg-commit: 43ffc442c8fd7c7b840af42cbd49288755158b7c


# 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


# 8382e67f 26-Jun-2012 Paul Mullowney <paulm@txcorp.com>

committing after previous merge.

Hg-commit: 62ea3b3249ac52e1d599b51313301ac9e25ed491


# f1301baf 25-Jun-2012 Matthew G Knepley <knepley@gmail.com>

Merge

Hg-commit: 5fd7344ebb01d47fc51348189c58908ebeb94702


# 4e269d77 07-Jun-2012 Peter Brune <brune@mcs.anl.gov>

Fixes for the interaction of PCMG and TS w.r.t. hacks in MatFDColoring

Hg-commit: ea036b984a55f55ad28d0cc072122128a7d3812c


# 713ccfa9 02-Jun-2012 Jed Brown <jed@59A2.org>

Make MatInvertBlockDiagonal return const because the user is not intended to modify this copy

Hg-commit: a86c8fe2e1845e1ac77307240b83c5ed8b8aca08


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

Pulled in changes from petsc-dev. make tests passing. Everything looks good.

Hg-commit: 94eb5d50210da3db6d654576e30f2a31ec2adf25


# 8f1be1ba 04-Jun-2012 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: b6288000eb19ebe906b5d56941e71f07fd808fb3


# 233d8684 02-Jun-2012 Jed Brown <jed@59A2.org>

merge from release-3.3

Hg-commit: b957d7fb681d04f0e5a88c2d3c1e997664056cdc


# 6dad612a 18-May-2012 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: 385772f7a560d67dae5108e5cd455273b99579fc


# 8ece6314 18-May-2012 Shri Abhyankar <abhyshr@mcs.anl.gov>

Fixed bug in setting nz in MatStoreValues_SeqBAIJ and MatRetrieveValues_SeqBAIJ

Hg-commit: deb5d43851059bfd5590dc690f2b7cc47f229283


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

PetscTypeCompare -> PetscObjectTypeCompare

Hg-commit: 3fc8f665421ddb862bf4d1ba95505378246340be


# f27dfc53 11-Apr-2012 Peter Brune <brune@mcs.anl.gov>

Commit after merge

Hg-commit: dd9de3c9b6c26331f5d70e21b5ec7304b66251d1


# e02043d6 10-Apr-2012 Barry Smith <bsmith@mcs.anl.gov>

Removed unneeded setting of Mat Block size, should respect already set value, removed unneeded checking of negative blocksize this is handled in PetscLayoutSetUp().

Hg-commit: 2d1c2b03ef3a0925025555

Removed unneeded setting of Mat Block size, should respect already set value, removed unneeded checking of negative blocksize this is handled in PetscLayoutSetUp().

Hg-commit: 2d1c2b03ef3a0925025555e660e6834a4bd0a50c

show more ...


# 535b19f3 08-Apr-2012 Barry Smith <bsmith@mcs.anl.gov>

removed processing of -mat_block_size from MatXXXSetPreallocation() routines moved to MatSetFromOptions()
fixed various locations that reset blocksize after Mat was setup

Hg-commit: 253c882709a78d62

removed processing of -mat_block_size from MatXXXSetPreallocation() routines moved to MatSetFromOptions()
fixed various locations that reset blocksize after Mat was setup

Hg-commit: 253c882709a78d627d884888fbdb4a7528173c93

show more ...


1...<<21222324252627282930>>...61