| ca8f6c52 | 10-Nov-2011 |
Jed Brown <jed@59A2.org> |
Remove VecIsGhosted(), call VecGhostGetLocalForm() instead and check for NULL
Hg-commit: 4002b3477ee2d5698e382f54627e1d8cd53ecdcf |
| 1dba2f25 | 10-Nov-2011 |
Jed Brown <jed@59A2.org> |
Check error code
Hg-commit: 054b569f8e44d6d27359a309e34b05a458c12529 |
| 75a0065e | 10-Nov-2011 |
Matthew G Knepley <knepley@gmail.com> |
Merge
Hg-commit: 656a89eca8e3d5d225d87ed5148215c687e540e4 |
| f968aee7 | 10-Nov-2011 |
Matthew G Knepley <knepley@gmail.com> |
Fixed visitors to not reverse values within a field on oppositely oriented points - Fixed RestrictVecVisitor, UpdateVecVisitor, and IndicesVisitor - Added PetscSectionGet/SetFieldComponents() - Added
Fixed visitors to not reverse values within a field on oppositely oriented points - Fixed RestrictVecVisitor, UpdateVecVisitor, and IndicesVisitor - Added PetscSectionGet/SetFieldComponents() - Added components to spaces in GeneralSection and IGeneralSection - Now DMMeshCreateSection() takes the number of components in each field - Fixed DMMeshCreateSection() in examples
Hg-commit: 957f6215d7498883f54e29cda84bd05d6f7853a5
show more ...
|
| 4b28a0c6 | 09-Nov-2011 |
Jed Brown <jed@59A2.org> |
Add VecIsGhosted()
Hg-commit: b8395f4423ed180d299e22d5e2f0dfd22a9533b6 |
| 7de85701 | 09-Nov-2011 |
Jed Brown <jed@59A2.org> |
merge DMRedundant work
Hg-commit: 2ed262b5af301f4daec16b015285890f6c422d3f |
| 99d52d31 | 09-Nov-2011 |
Jed Brown <jed@59A2.org> |
PetscInt format string in call to PetscInfo1
Hg-commit: 00676b761a88ab0bdcab474d2c2f3159c13b7551 |
| 34a4dc49 | 09-Nov-2011 |
Barry Smith <bsmith@mcs.anl.gov> |
reorganized cusp vector so if user selects cusp type the array on the GPU is automatically allocated and initialize to zero. Previously in certain circumstances it would get allocated later and never
reorganized cusp vector so if user selects cusp type the array on the GPU is automatically allocated and initialize to zero. Previously in certain circumstances it would get allocated later and never be initialized
Hg-commit: 76bd04baa53d61b339a8de68d5bd2fc06bef0018
show more ...
|
| abcfb3dd | 07-Nov-2011 |
Matthew G Knepley <knepley@gmail.com> |
Stokes ex56 now looks like it does the right thing - Fixed weak form for grad p - Fixes for UpdateVecVisitor - Added IndicesVisitor for PetscSection - Fixed PetscSectionDestroy() - Allow DMMeshMatSet
Stokes ex56 now looks like it does the right thing - Fixed weak form for grad p - Fixes for UpdateVecVisitor - Added IndicesVisitor for PetscSection - Fixed PetscSectionDestroy() - Allow DMMeshMatSetClosure() to use PetscSection - Fixed conversion to/from PetscSection to use field constraints - Fixed DMMeshPrintCell() format
Hg-commit: 26cc6cf1fc8f304a128d451464ae6708620f35b0
show more ...
|
| 482f8137 | 02-Nov-2011 |
Jed Brown <jed@59A2.org> |
Add VecScatter example where indices are specified by a process that is not sender or receiver
Hg-commit: 69bbd94a213f051713920415806640616db14db3 |
| 63670aa9 | 02-Nov-2011 |
Matthew G Knepley <knepley@gmail.com> |
Changed Sieve BC handling - Now DMMeshCreateSection() takes a field and IS for each BC - The IS can be obtained from DMMeshGetStratumIS() - Added PetscSectionAddDof() and PetscSectionAddConstraintDof
Changed Sieve BC handling - Now DMMeshCreateSection() takes a field and IS for each BC - The IS can be obtained from DMMeshGetStratumIS() - Added PetscSectionAddDof() and PetscSectionAddConstraintDof() - Ignore generated headers
Hg-commit: 27d1439440c4b03b7406ffe11c4f9657db2edd6c
show more ...
|
| 62d1f40f | 01-Nov-2011 |
Barry Smith <bsmith@mcs.anl.gov> |
replaced many sqrt() in PETSc with the proper PetscSqrtRead/Scalar() business
Hg-commit: 4b2ba7d0f24d7c387a3592e4b32f5444ddf5c08c |
| 39fa3b8e | 31-Oct-2011 |
Matthew G Knepley <knepley@gmail.com> |
Fix C violations
Hg-commit: ac9bb5584abd18d6141f383aaaaca8b166e48c04 |
| 307b6960 | 31-Oct-2011 |
Matthew G Knepley <knepley@gmail.com> |
Fixed DMMeshVecSetClosure() to respect fields (verified initially with ex12) - Added UpdateVecVisitor - Fixed SizeWithBCVisitor to split into fields - Added IMesh::sizeWithBC() that splits the result
Fixed DMMeshVecSetClosure() to respect fields (verified initially with ex12) - Added UpdateVecVisitor - Fixed SizeWithBCVisitor to split into fields - Added IMesh::sizeWithBC() that splits the result into fields - Added PetscSectionGetFieldConstraintIndices() and PetscSectionSetFieldConstraintIndices()
Hg-commit: a3507a6cd68710d88c408f3ec8be86cb6c5d2564
show more ...
|
| 0da82296 | 29-Oct-2011 |
Matthew G Knepley <knepley@gmail.com> |
RestrictVecVisitor now handles fields - Added PetscSectionGetNumFields() - Fixed DMMeshSetSection() and DMMeshGetSection() to handle fields - DMMeshVecGetClosure() uses fields (need to do SetClosure)
RestrictVecVisitor now handles fields - Added PetscSectionGetNumFields() - Fixed DMMeshSetSection() and DMMeshGetSection() to handle fields - DMMeshVecGetClosure() uses fields (need to do SetClosure)
Hg-commit: 530c6591f755c97add814b4a090fcc7c2b9fbd54
show more ...
|
| 52b8d061 | 28-Oct-2011 |
Matthew G Knepley <knepley@gmail.com> |
Added fields to PetscSection - DMMeshCreateSection() can now take fields
Hg-commit: 31c01e979f09cb31b70893a58dd0f663f2305d1a |
| 592a1db9 | 26-Oct-2011 |
Brad Aagaard <baagaard at usgs.gov> |
Fixed bug in placement of setting scalar type for VecView_MPI_HDF5().
Hg-commit: 4efec5e6802ce23c5c11de1326524cebfccdcb52 |
| d30223bb | 23-Oct-2011 |
Barry Smith <bsmith@mcs.anl.gov> |
removed regression stuff
Hg-commit: 2c0405f70c6c286db4d87927b15ecf377f98bffb |
| f75410fe | 21-Oct-2011 |
Barry Smith <bsmith@mcs.anl.gov> |
finished cleanup of basic nightly build tests
Hg-commit: 4d987d279fe4f158f0d7f32d7abe27bab078a981 |
| 2b6cc627 | 21-Oct-2011 |
Jed Brown <jed@59A2.org> |
Explicit cast to truncate long unsigned to PetscInt, remove duplicate declaration
Hg-commit: 4188424f496f27819affc7df5201a502408e55e5 |
| 34d91ca3 | 20-Oct-2011 |
Brad Aagaard <baagaard at usgs.gov> |
Fix to VecView_MPI_HDF5() when using single precision (was previously hardwired to use double precision). Generate a compiling error if using HDF5 output when using quad precision.
Hg-commit: 711caa
Fix to VecView_MPI_HDF5() when using single precision (was previously hardwired to use double precision). Generate a compiling error if using HDF5 output when using quad precision.
Hg-commit: 711caad7ce0e7d4332772ac626a1541284bd2edb
show more ...
|
| 66bdc3c9 | 20-Oct-2011 |
Barry Smith <bsmith@mcs.anl.gov> |
fixed many examples makefile to properly print PWD if diff finds something
Hg-commit: 11788ed534dbf1666a340ea7bc30d1b9ab9b7cd3 |
| cbd86f3d | 19-Oct-2011 |
Jed Brown <jed@59A2.org> |
Fix VecMPISetGhost man page title
Hg-commit: c99296ae82458a99d873cc837bd49f8db7dc826e |
| d50ae685 | 19-Oct-2011 |
Barry Smith <bsmith@mcs.anl.gov> |
added .seealso for VecMPISetGhost() for some functions
Hg-commit: 1b910567219e20424d5e8c9d6e954f2cf3912a0e |
| 63bec58d | 19-Oct-2011 |
Barry Smith <bsmith@mcs.anl.gov> |
added VecMPISetGhost()
Hg-commit: 3e264171fd30ac52e9b16f2e51fe624ab9f3e69b |