| #
b28e6c9f
|
| 04-Feb-2013 |
Jed Brown <jed@59A2.org> |
{Mat,Vec}SetSizes: check that global sizes and block sizes are collective
Hg-commit: e9ee25528d6f5b5dbb5bf7fcc62fb646fe3ec8d7
|
| #
7e590d5f
|
| 03-Feb-2013 |
Barry Smith <bsmith@mcs.anl.gov> |
commit after merge
Hg-commit: db805e8197486aa7db018c01793dec447b9e9cbb
|
| #
26fbe8dc
|
| 02-Feb-2013 |
Karl Rupp <rupp@mcs.anl.gov> |
Uncrustified src/mat/*.
Hg-commit: 5c6f04286a6cfcd98361b2479b884c0041d95b73
|
| #
31ea7b40
|
| 01-Feb-2013 |
Barry Smith <bsmith@mcs.anl.gov> |
commit after merge
Hg-commit: 3164db31e446ca03dc28d95cc9c196e689e70e19
|
| #
3b52ad7d
|
| 01-Feb-2013 |
Jed Brown <jed@59A2.org> |
Fix typo in doc string
Hg-commit: 0951466ce58045af1ed92958868afd391822fb70
|
| #
009bbdc4
|
| 26-Jan-2013 |
Karl Rupp <rupp@mcs.anl.gov> |
Reformatted: "Do not put a blank line immediately before PetscFunctionReturn;"
Hg-commit: c8a41c455986e732d0ea0513d7162a54daffaece
|
| #
c5a46771
|
| 22-Jan-2013 |
Barry Smith <bsmith@mcs.anl.gov> |
commit aftr merge
Hg-commit: 854807b200896ff0e3d6fb344a549ed1a2b93850
|
| #
519f805a
|
| 20-Jan-2013 |
Karl Rupp <rupp@mcs.anl.gov> |
Replaced '#ifdef' and '#ifndef' with '#if defined()' and '#if !defined()'.
Hg-commit: b3ebae8b626a88c2ac067fd7c3f04f229b43f305
|
| #
140e18c1
|
| 15-Jan-2013 |
Barry Smith <bsmith@mcs.anl.gov> |
removed silly abreviations
Hg-commit: 0641f9ef776cf11cc3336b494981da756bf9d14f
|
| #
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 ...
|
| #
ab978733
|
| 07-Nov-2012 |
Barry Smith <bsmith@mcs.anl.gov> |
MatMPIXXXSetPreallocation() manual pages should list , PetscSplitOwnership()
Hg-commit: a62438cd7cec9d4eb5fc793b2de6c47367e5545a
|
| #
c7f0092b
|
| 18-Oct-2012 |
Satish Balay <balay@mcs.anl.gov> |
merge from 33
Hg-commit: fa932a0b1dbc6cca2b9b431b89d236f9d22f5c83
|
| #
dec54756
|
| 03-Oct-2012 |
Jed Brown <jed@59A2.org> |
Fix MatXAIJSetPreallocation, was conflating block size and over-using array.
Also move call to MatSetBlockSize() because it is safe to call early in petsc-3.3 and ensures that the local size of the
Fix MatXAIJSetPreallocation, was conflating block size and over-using array.
Also move call to MatSetBlockSize() because it is safe to call early in petsc-3.3 and ensures that the local size of the layout is compatible. Call to PetscLayoutSetUp() will currently be done twice, but is required before MatGetLocalSize() to ensure that the local size is divisible by the block size.
Hg-commit: 4e499e21f7a25cc1e36d8a27e5d281239a538193
show more ...
|
| #
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
|
| #
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 ...
|
| #
f73d5cc4
|
| 08-Apr-2012 |
Barry Smith <bsmith@mcs.anl.gov> |
MatSetSize() called after MatSetUp() is now forbidden even for Dense matrices MatSetBlockSize() must be called beofre MatSetUp()/ MatXXXSetPreallocation() for all matrices Fixed vec nest example that
MatSetSize() called after MatSetUp() is now forbidden even for Dense matrices MatSetBlockSize() must be called beofre MatSetUp()/ MatXXXSetPreallocation() for all matrices Fixed vec nest example that pushed format that prevented values from being printed
Hg-commit: 80ec81eb9db92735994e950eda2d2db6657bb6cb
show more ...
|
| #
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
|
| #
088968dc
|
| 01-Mar-2012 |
Jungho Lee <julee@mcs.anl.gov> |
commit after merge
Hg-commit: a80158ef456a7dadc7211d0f4487240eec5c6e6e
|
| #
3e5f4774
|
| 01-Mar-2012 |
Jed Brown <jed@59A2.org> |
Remove the maximum nonzero arguments from MatXAIJSetPreallocation()
Hg-commit: 6a8a730dd0af3cc8fc5a1faa2b51b393b7126956
|