History log of /petsc/src/mat/impls/sbaij/seq/sbaij.c (Results 601 – 625 of 1290)
Revision Date Author Comments
# 72ca7aa7 25-Jan-2013 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: 0abf89d5ee6edf91e6393c34ebd34611a44a1ae3


# be332245 25-Jan-2013 Karl Rupp <rupp@mcs.anl.gov>

Partially unified indentation to two spaces rather than 3, 5, etc.

Hg-commit: 72aceb82fa10cae79a777f91c00d187d4e02f4f6


# c5a46771 22-Jan-2013 Barry Smith <bsmith@mcs.anl.gov>

commit aftr merge

Hg-commit: 854807b200896ff0e3d6fb344a549ed1a2b93850


# 1147fc2a 21-Jan-2013 Karl Rupp <rupp@mcs.anl.gov>

Reformatting: 'No space after a '(' or before a ')''

Hg-commit: 797341a7bfba18bb97e6da668b36bad2e5977356


# 519f805a 20-Jan-2013 Karl Rupp <rupp@mcs.anl.gov>

Replaced '#ifdef' and '#ifndef' with '#if defined()' and '#if !defined()'.

Hg-commit: b3ebae8b626a88c2ac067fd7c3f04f229b43f305


# f5f7c1b9 19-Jan-2013 Karl Rupp <rupp@mcs.anl.gov>

Carefully replaced more '){' by ') {', added checker script

Hg-commit: a0037010be00b56a68354d942365c8f8df63198a


# 307fe9f8 18-Jan-2013 Karl Rupp <rupp@mcs.anl.gov>

Carefully removed \t from src/mat/. All sources are now free from tabs (exceptions: LaTeX docs, ftn-auto/ folders)

Hg-commit: 41ce18e98b1c9ae2af455e6fa76b9abd371521ee


# 140e18c1 15-Jan-2013 Barry Smith <bsmith@mcs.anl.gov>

removed silly abreviations

Hg-commit: 0641f9ef776cf11cc3336b494981da756bf9d14f


# 19436ca2 14-Jan-2013 Jed Brown <jed@59A2.org>

More C89 fixes

Hg-commit: 5c37072bf2e980e9b9b6ff38bb003c57ea7e6862


# 22d28d08 04-Jan-2013 Barry Smith <bsmith@mcs.anl.gov>

fixed rest of mising CHKERRQ() fixed a few unused but set variables

Hg-commit: 4acc0881334451e4d784ba0aa3b37fae2f983d1f


# 840d65cc 16-Dec-2012 Barry Smith <bsmith@mcs.anl.gov>

moved options checked in Vec/MatAssemblyEnd() into Vec/MatSetFromOptions()
eventually we need to do the same for KSPSolve,SNESSolve,TSSolve and anyother options checking in the main computational str

moved options checked in Vec/MatAssemblyEnd() into Vec/MatSetFromOptions()
eventually we need to do the same for KSPSolve,SNESSolve,TSSolve and anyother options checking in the main computational streams

Hg-commit: 76fd8399373a0d6da8c686fbc4c3e4d0b8d88a97

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


# 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


# 71612352 10-Sep-2012 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: 380ae759f230cc24e57854311296627da416f7b8


# 30b63b53 10-Sep-2012 Hong Zhang <hzhang@mcs.anl.gov>

rm remaining spooles

Hg-commit: 3816e0715627db109483b8423c36ba09a2116d57


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

removed PLAPACK interface
Removed generic MatGetArray/MatRestoreArray()

Hg-commit: 43ffc442c8fd7c7b840af42cbd49288755158b7c


# eb37a67a 28-Jul-2012 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: 38f120f9b1d3f08ea82590eb73c231541f8c3545


# f327663b 26-Jul-2012 Hong Zhang <hzhang@mcs.anl.gov>

merge from 3.3

Hg-commit: 72d3954e98b043f05918b6fdf6ef100e771ada23


1...<<21222324252627282930>>...52