| f5351476 | 14-Dec-2012 |
Hong Zhang <hzhang@mcs.anl.gov> |
minor bugfix (recover ierr in sysio.c) and rm unused variables
Hg-commit: 87e3cd799e2a7059b7908ebd8004d22311b4a600 |
| 0bb38f08 | 12-Dec-2012 |
Barry Smith <bsmith@mcs.anl.gov> |
labeled VecGetArray() and friends as collective on Vec since they change the vectors state
Hg-commit: 07a2862633abe9f55dc7328262ccdc0626ecc6e4 |
| 2c9581d2 | 12-Dec-2012 |
Barry Smith <bsmith@mcs.anl.gov> |
crude heuristic for detecting object creation in user code to print only user created unfreed objects
Hg-commit: 4386185e6badebbcb32b83973f30ddbabd35959f |
| 87743a01 | 05-Dec-2012 |
Matthew G Knepley <knepley@gmail.com> |
Fixed clang compiler warnings
Hg-commit: 25ab640977a4c8169de523230161f708df8790f2 |
| 9a3051aa | 04-Dec-2012 |
Matthew G Knepley <knepley@gmail.com> |
PetscSection: Fixed stupid bug
Hg-commit: add81f51e73bf48853c1606d288b1ead79a7ad51 |
| 68ae421e | 05-Dec-2012 |
Jed Brown <jed@59A2.org> |
I don't know much, but I know this use of uninitialized variables can't be right
Hg-commit: 0b1fddf2001db7d5ce3f43c2c0783d2ae00c30db |
| d33d3e06 | 03-Dec-2012 |
Matthew G Knepley <knepley@gmail.com> |
DMComplex+PetscSection: Bug fix and handling of boundary ghost cells - Added general purpose routines for shifting the point numbering in a DMComplex - Added DMComplexConstructGhostCells() mostly for
DMComplex+PetscSection: Bug fix and handling of boundary ghost cells - Added general purpose routines for shifting the point numbering in a DMComplex - Added DMComplexConstructGhostCells() mostly for FV methods - Added PetscSFCreateRemoteOffsets() so we do not hang for empty partitions
Hg-commit: b18e594e7cb0776c75343c60cd7cfeded7fccf4a
show more ...
|
| f7a3b9e8 | 29-Nov-2012 |
Matthew G Knepley <knepley@gmail.com> |
DMComplex+PetscSection: Added PetscSectionCreateGlobalSectionLabel() - Restricts the global section by a label
Hg-commit: 1faf5a6412f66bccb1fda203ea0a76e61fd4f4e7 |
| 9f1250ca | 29-Nov-2012 |
Matthew G Knepley <knepley@gmail.com> |
Vec: Small HDF5 viewer fix
Hg-commit: 6b953ecebb2d8b11eeb05818fa36fcf60a6d8a19 |
| 5358d0d4 | 29-Nov-2012 |
Barry Smith <bsmith@mcs.anl.gov> |
converted DMKSP to be a PetscObject added correct __FUNC__ for vecscatter inline functions
Hg-commit: cd4882317a5574efc145953dcb89eb962dae9381 |
| d59d786b | 28-Nov-2012 |
Jed Brown <jed@59A2.org> |
Pack and unpack routines return PetscErrorCode to handle the error from Matt's new scatter types
Hg-commit: 78366881857bbb227eea259f5651cd2bf1ae986d |
| fb1bd2b9 | 28-Nov-2012 |
Matthew G Knepley <knepley@gmail.com> |
VecScatter: Put in default for all case statements
Hg-commit: dcd16887cb04184749c4ec37b31d5d4f160ea7a5 |
| afcf5bb3 | 28-Nov-2012 |
Satish Balay <balay@mcs.anl.gov> |
merge from 3.3
Hg-commit: afd9b78331ddc6b69915f2f76ae397688017a305 |
| 6fbadbe2 | 28-Nov-2012 |
Matthew G Knepley <knepley@gmail.com> |
DMComplex+PetscSection: Fix boundary condition handling and back out change by Jed - Now DMComplex FEM functions set boundary conditions on input local vectors - Added INSERT/ADD_BC_VALUES - Added bc
DMComplex+PetscSection: Fix boundary condition handling and back out change by Jed - Now DMComplex FEM functions set boundary conditions on input local vectors - Added INSERT/ADD_BC_VALUES - Added bcFuncs to PetscFEM struct - Added support for INSERT_BC_VALUES in VecSetValuesSection() - Added DMComplexProjectFunctionLocal_Private() - Reverted change from f8c1cd63a52278c52938b36d1b4acf3027eca00c because parallel preallocation needs that code
Hg-commit: 48cabc620c4141f7ea51fca4d85e8988cc98110b
show more ...
|
| 7a39e169 | 20-Nov-2012 |
Jed Brown <jed@59A2.org> |
ts ex11/DMComplex works with empty parts
Hg-commit: f8c1cd63a52278c52938b36d1b4acf3027eca00c |
| 32c0f0ef | 19-Nov-2012 |
Barry Smith <bsmith@mcs.anl.gov> |
root DMView() and DMLoad() handle classid and typename PCView binary does NOT view matrices
Hg-commit: 8fd378babe626ea07f0585f9209c640de6c87424 |
| 1bdc83cc | 19-Nov-2012 |
Shri Abhyankar <abhyshr@mcs.anl.gov> |
Commit after merge.
Hg-commit: df2e80b39d61b4729458cad568032b1a008fc49f |
| 8b1ab98f | 19-Nov-2012 |
Jed Brown <jed@59A2.org> |
Add dm->map to fix global read/ref
Hg-commit: bcff906a25c57c849a90709071d21bb39bbc9253 |
| 1ad1cd6a | 18-Nov-2012 |
Shri Abhyankar <abhyshr@mcs.anl.gov> |
Nightly tests for threadcomm. i) Remove targets testexamples_PTHREAD,testexamples_PTHREADCLASSES, and testexamples_OPENMP. ii) Added target testexamples_THREADCOMM iii) Added vector and snes nightly
Nightly tests for threadcomm. i) Remove targets testexamples_PTHREAD,testexamples_PTHREADCLASSES, and testexamples_OPENMP. ii) Added target testexamples_THREADCOMM iii) Added vector and snes nightly tests for threadcomm.
Hg-commit: 04eec4f7c54063b4a7cac4dc81fcd8b5bd1bf3f1
show more ...
|
| 3665e89c | 16-Nov-2012 |
Jed Brown <jed@59A2.org> |
Fix PetscSectionCreateGlobalSection for comm size=1, bug from 2554abd1a9dd
Hg-commit: 5f86b266661fc4593e23d8ef6601d65234f6a50b |
| 81a56cdd | 16-Nov-2012 |
Jed Brown <jed@59A2.org> |
Fix uninitialized memory problems due to SF scattering more points than in Section
Hg-commit: 2554abd1a9dd1374626674f05af2996a3b71e037 |
| b2d527a7 | 15-Nov-2012 |
Matthew G Knepley <knepley@gmail.com> |
Vec: I don't think the comms should have to match for VecView() - I want to view a SELF vector on a parallel viewer
Hg-commit: ca3ea1026b281979704b31f96dddef1c50c68952 |
| c9ff45d7 | 15-Nov-2012 |
Matthew G Knepley <knepley@gmail.com> |
PetscSection: Fix bug in PetscSectionCreateGlobalSection() - Forgot to initialize an array
Hg-commit: be52e99ffdc6cde54e46e14c6e13f656a9023df7 |
| e37bce2b | 14-Nov-2012 |
Jed Brown <jed@59A2.org> |
Guard a couple hot conditionals with PETSC_USE_DEBUG
Hg-commit: 0a9ad26b1bb5ccd73780b888fa6948ce45d609f7 |
| dbc662d7 | 14-Nov-2012 |
Matthew G Knepley <knepley@gmail.com> |
Vec: VecDuplicate should copy the view() method if we are going to override it
Hg-commit: ec2e7ff004ccbfaf3472ab75fbee96d8d43bbef1 |