| 6d434a30 | 08-Sep-2011 |
Jed Brown <jed@59A2.org> |
merge from 3.2
Hg-commit: 31af1635d5290ddab9b25370ed558f209984fe18 |
| 10e2c8a4 | 08-Sep-2011 |
Jed Brown <jed@59A2.org> |
merge
Hg-commit: 02f622a4a7066d25379cc181276e6ae077f08cac |
| 7411d3a1 | 07-Sep-2011 |
Mark F. Adams <mark.adams@columbia.edu> |
a fix for memory problem.
Hg-commit: 4f503736ae2de5672476772f231b6dbdfe87c624 |
| 3e1e1739 | 07-Sep-2011 |
Mark F. Adams <mark.adams@columbia.edu> |
some interum optimizations for scaling.
Hg-commit: c6d440a4c087854e2195470d5076276b2b793886 |
| eb0395db | 07-Sep-2011 |
Satish Balay <balay@mcs.anl.gov> |
merge from 32
Hg-commit: a6cf9aa9bfe3165ebbaa1b2e3d982001b2b3a0e6 |
| 2bd2b0e6 | 07-Sep-2011 |
Satish Balay <balay@mcs.anl.gov> |
add level info in manpages
Hg-commit: 3bba9593b9f6541d89b764edd2655e02309f98e3 |
| a7ff49e8 | 07-Sep-2011 |
Jed Brown <jed@59A2.org> |
VecResetArray() required in PCApplyTranspose_BJacobi_Multiblock
Hg-commit: 2f07246aca895ea48833c0535c2b13428c772840 |
| d674540e | 07-Sep-2011 |
Jed Brown <jed@59A2.org> |
ICC is symmetric, so it is reasonable for PCApplyTranspose() to be defined
Hg-commit: 425c3f3ca315ecfaf8197893196ae4c11087c152 |
| fa31c87d | 06-Sep-2011 |
Mark F. Adams <mark.adams@columbia.edu> |
fixed bug w/o TRIANGLE and fixed 64 bit index bug in PC GAMG.
Hg-commit: 0ae4dab32772884d7d34d983bbcbdf47e62ba43e |
| fd3c6afa | 06-Sep-2011 |
Mark F. Adams <mark.adams@columbia.edu> |
added suport for 64 bit indices in PC GAMG and removed build dependecy on TRIANGLE.
Hg-commit: fca153f4bdecf6a2e3f36b94e9e385c179bd0771 |
| 2dfef595 | 06-Sep-2011 |
Barry Smith <bsmith@mcs.anl.gov> |
added PicardLineSearchNo() and removed from SNESSolve_Picard() non call to linesearch
Hg-commit: 86578e53720ec6d8428163a6375e6d25335293ee |
| b8fd24d8 | 04-Sep-2011 |
Mark F. Adams <mark.adams@columbia.edu> |
fixed coarsening bug, fixed errors in debug mode with VecSetValues call with zero elements to add.
Hg-commit: e43491e11665bb3c7ff057f7683b2521adb642f3 |
| afd707d4 | 02-Sep-2011 |
Jed Brown <jed@59A2.org> |
Oops, checked in debugging fragment
Hg-commit: db0db7fa8d535a15d3c09a9020b4ac21f523133f |
| ae7fe62d | 02-Sep-2011 |
Jed Brown <jed@59A2.org> |
ML interface fixes, mostly for -pc_ml_reuse_interpolation, but also simplify reference counting.
Hg-commit: 0332c1fc139eff5284842f81c8318f30e912e76d |
| b3ef52cd | 02-Sep-2011 |
Barry Smith <bsmith@mcs.anl.gov> |
fixed spelling of outer
Hg-commit: 9a91b5673fd76a0116e7e6b198a71408ae8c9e43 |
| 7721a10b | 02-Sep-2011 |
Jed Brown <jed@59A2.org> |
The ML hierarchy can only be reused for SAME_NONZERO_PATTERN, so use it
Hg-commit: 987c0c0ad7727848aa48f7ae6a70bb72c8dd3b08 |
| 4624a670 | 01-Sep-2011 |
Barry Smith <bsmith@mcs.anl.gov> |
PetscCommDuplicate() should always be paired with PetscCommDestroy() not MPI_Comm_free()
Hg-commit: f4461413d374600940b38734ca7119b8c928be68 |
| 92a756f0 | 01-Sep-2011 |
Mark F. Adams <mark.adams@columbia.edu> |
fixed memory stuff.
Hg-commit: 2de30ffe5527e3f26036b8b7b20c10838c20f4bd |
| e8515d67 | 01-Sep-2011 |
Mark F. Adams <mark.adams@columbia.edu> |
removed some stack allocs that were a problem on large problems.
Hg-commit: 949f69af06624f231b71a4d42dd7ca64a35af36f |
| 0163c4cf | 02-Sep-2011 |
Jed Brown <jed@59A2.org> |
merge from 3.2
Hg-commit: 5f7b3aa7e88714da32481a779ee60851d009d8cf |
| b4fbaa2a | 02-Sep-2011 |
Mark F. Adams <mark.adams@columbia.edu> |
cleaned up logging in PC GAMG, protected TRIANGLE in code so its not required to use GAMG.
Hg-commit: 6464a3de71a10c072d01ad2f50c35282611cb5b8 |
| 22063be5 | 30-Aug-2011 |
Mark F. Adams <mark.adams@columbia.edu> |
refactored repartitioning method to avoid ParMetis's inability to deal with empty processors.
Hg-commit: 40c5e4bd7e2c0057dadf25944f4f633d637210c6 |
| e3608de9 | 30-Aug-2011 |
Mark F. Adams <mark.adams@columbia.edu> |
fixing my repo.
Hg-commit: a498a5255cac6a310f8d238d4b714b208023068b |
| 13fdb3ac | 30-Aug-2011 |
Jose Roman <jroman@dsic.upv.es> |
Add explicit cast to make C++ compiler happy
Hg-commit: 3323d5c80976f90ffe05798be52094e9b25609cf |
| c91913d3 | 30-Aug-2011 |
Jed Brown <jed@59A2.org> |
Add PetscBool argument to PCMGSetGalerkin(), fix reporting of Galerkin when PCMG is used via PCML.
Hg-commit: 10e08af7077029d7413061e446472ae36f219b62 |