| a188d78d | 17-May-2014 |
Barry Smith <bsmith@mcs.anl.gov> |
removed use of block mapping in moab dxx code and documentation |
| 45b6f7e9 | 17-May-2014 |
Barry Smith <bsmith@mcs.anl.gov> |
removed blocked versions of ISLocalToGlobalMapping in Vec and Mat the single ISLocalToGlobalMapping supports ISLocalToGlobalMappingApply and ISLocalToGlobalMappingApplyBlock still some fixes need for
removed blocked versions of ISLocalToGlobalMapping in Vec and Mat the single ISLocalToGlobalMapping supports ISLocalToGlobalMappingApply and ISLocalToGlobalMappingApplyBlock still some fixes need for these extensive changes
show more ...
|
| f0413b6f | 16-May-2014 |
Barry Smith <bsmith@mcs.anl.gov> |
added bs argument to ISLocalToGlobalMappingCreate(), not yet used for bs > 1 |
| b44d5720 | 16-May-2014 |
Barry Smith <bsmith@mcs.anl.gov> |
added properly low memory usage support for VecScatter for blocksize > 12 added simple memory usage function |
| ea1f4e2f | 16-May-2014 |
Barry Smith <bsmith@mcs.anl.gov> |
added block scatter optimization for VecScatterCreate() up to block size of 12 for much better memory usage in DMDACreate2d/3d |
| 164dedda | 15-May-2014 |
Matthew G. Knepley <knepley@gmail.com> |
PetscSection: Must initialize remoteOffsets |
| 6658969b | 15-May-2014 |
Peter Brune <brune@mcs.anl.gov> |
ISColoring: Fix ISColoringView
Bug introduced in 98c3331 making all PetscObjects call PetscObjectPrintClassNamePrefixType() during their ASCII viewer. However, ISColoring is not a PetscObject. ISCo
ISColoring: Fix ISColoringView
Bug introduced in 98c3331 making all PetscObjects call PetscObjectPrintClassNamePrefixType() during their ASCII viewer. However, ISColoring is not a PetscObject. ISColoringView now prints a fascimile of "ClassNamePrefixType" output.
show more ...
|
| 4e432358 | 07-May-2014 |
Patrick Lacasse <patrick.m.lacasse@gmail.com> |
VecRestoreSubVector for non-contiguous SubVector. |
| cfb34a77 | 17-Apr-2014 |
Jed Brown <jed@jedbrown.org> |
Vec: add man page for VecSetOperation
Reported-by: Michele De Stefano <MStefano@slb.com> |
| fab16db7 | 12-Apr-2014 |
Matthew G. Knepley <knepley@gmail.com> |
Merge branch 'master' into knepley/feature-plex-hdf5-parallel-load
* master: (125 commits) since PETSc cannot view factored matrices, generate an error rather than display the wrong stuff (this wa
Merge branch 'master' into knepley/feature-plex-hdf5-parallel-load
* master: (125 commits) since PETSc cannot view factored matrices, generate an error rather than display the wrong stuff (this was really bad) outdated example that doesn't match coding style removed and buggy petscversion.h: workaround ifort -cpp lack of referential transparency configure: ignore AR, MAKEFLAGS [if set in env] incorrect first entry in array being zeroed in example sizeof.c: remove dependence on petsc [and fix syntax error] nightlybuilds: use consistant PETSC_ARCH, machine names TS: Allow viewing of TS solutions DMPlex: Fix comparison for complex change MPIVersion streams to use MPI_Wtime() to be portable to Windows do not use scalar square root on real number; it upsets Microsoft cannot use I in PETSc code because in complex it sometimes represents imaginary number cannot pass PetscScalar * to VecNorm() in dashboard don't warn about SSL and BOI deprecated TS ex11: Fixed output formatting Doc+DMPlex: Added function documentation for some refinement functions streams: translate code from 'bash' to 'sh' [fix freebsd] barry is an idiot who doesn't have a clue as to what he is doing (and git's unfriendlyness doesn't help matters) don't list examples under C that don't work with complex! forgotten output file removed valgrind warning about sending uninitialized data nightly builds ignore unrecognized pragma and .c file as C++ code ...
Conflicts: include/petsc-private/dmpleximpl.h
show more ...
|
| fd996197 | 11-Apr-2014 |
Matthew G. Knepley <knepley@gmail.com> |
PetscSection: Better check when creating global section |
| 9d6da572 | 07-Apr-2014 |
Barry Smith <bsmith@mcs.anl.gov> |
Merge branch 'barry/invert-is-identity' |
| 4d2da850 | 07-Apr-2014 |
Barry Smith <bsmith@mcs.anl.gov> |
Merge branch 'barry/add-names-for-all-ascii-viewers' |
| 8af846e5 | 03-Apr-2014 |
Matthew G. Knepley <knepley@gmail.com> |
IS: Stupid mistake. Damn you compiler |
| b080c0f9 | 02-Apr-2014 |
Matthew G. Knepley <knepley@gmail.com> |
IS: Added ISSortRemoveDups() |
| 5c79479c | 02-Apr-2014 |
Jed Brown <jed@jedbrown.org> |
Merge branch 'jed/sf-events'
* jed/sf-events: SF: shorten event names to fit within 16-char limit |
| 7dab7c1a | 02-Apr-2014 |
Jed Brown <jed@jedbrown.org> |
Merge branch 'jed/sf-contig-op'
* jed/sf-contig-op: SF: guard MPI_COMBINER_DUP SF: add arithmetic op types for contiguous types |
| c0cd0301 | 02-Apr-2014 |
Jed Brown <jed@jedbrown.org> |
Fix spurious -Wmaybe-uninitialized warnings |
| 33334011 | 01-Apr-2014 |
Matthew G. Knepley <knepley@gmail.com> |
IS+HDF5: Corrected code for new block size interface where it is never negative |
| 7adab82a | 01-Apr-2014 |
Matthew G. Knepley <knepley@gmail.com> |
Viewer+HDF5: Added PetscViewerHDF5ReadSizes() - This allows me to check the size of a Vec or IS to be loaded |
| af7c43a6 | 31-Mar-2014 |
Matthew G. Knepley <knepley@gmail.com> |
Vec: Fix blocksize determination with VecGetSubVector() |
| f15a11d2 | 31-Mar-2014 |
Barry Smith <bsmith@mcs.anl.gov> |
completed updating of example output for changine in ASCII viewing of option names, types etc |
| b0288186 | 30-Mar-2014 |
Matthew G. Knepley <knepley@gmail.com> |
Merge branch 'knepley/feature-plex-hdf5'
* knepley/feature-plex-hdf5: (63 commits) DMPlex ex2: Added an example that checks a mesh DMPlex: #ifdef support functions for HDF5 TS: Fix output sequ
Merge branch 'knepley/feature-plex-hdf5'
* knepley/feature-plex-hdf5: (63 commits) DMPlex ex2: Added an example that checks a mesh DMPlex: #ifdef support functions for HDF5 TS: Fix output sequence DMPlex: Check for HDF5 attributes before writing them DMPlex: Label with timestep number since we do not have times Viewer+HDF5: Added PetscViewerHDF5HasAttribute() TS: Set output sequence for timesteps DMPlex: Handle output sequences - Added static to some functions DM: Add idea of an output sequence - Added DMGet/SetOutputSequenceNumber() - Added doc for outputDM REVERT TS: Timestep gets set into DMTS DMPlex: Fix up HDF5 segregation DMPlex: Replace MAXPATHLEN with PETSC_MAX_PATH_LEN DMPlex: Fix HDF5 timestep handling DMPlex: Set correct block size on HDF5 field vectors TS: Timestep gets set into DMTS DMTS: Added timestep DMPlex: Fix output of fields - Corrected name - Fixed vector type DMPlex: Return errors from HDF5 function DMPlex+Viewer: Now output separate fields for viz - Added the PETSC_VIEWER_HDF5_VIZ format for creating viz fields - Added field type determination Sys+HDF5: Added PetscDataType string and HDF5 support for it ...
Conflicts: config/BuildSystem/config/packages/__init__.py src/ts/interface/ts.c
show more ...
|
| 7da1fb6e | 29-Mar-2014 |
Barry Smith <bsmith@mcs.anl.gov> |
fix many examples output to match new printing of object types and names |
| cdaa6b4c | 29-Mar-2014 |
Barry Smith <bsmith@mcs.anl.gov> |
changes to examples due to objects always printing class and name information |