| f0413b6f | 16-May-2014 |
Barry Smith <bsmith@mcs.anl.gov> |
added bs argument to ISLocalToGlobalMappingCreate(), not yet used for bs > 1 |
| 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 ...
|
| 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 |
| 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 ...
|
| cdaa6b4c | 29-Mar-2014 |
Barry Smith <bsmith@mcs.anl.gov> |
changes to examples due to objects always printing class and name information |
| acd23793 | 29-Mar-2014 |
Jed Brown <jed@jedbrown.org> |
SF: shorten event names to fit within 16-char limit
There is no convention for including the Petsc namespace in event names. |
| 98c3331e | 28-Mar-2014 |
Barry Smith <bsmith@mcs.anl.gov> |
Insure that all ASCII viewers for PETSc objects call PetscObjectPrintClassNamePrefixType() |
| b3165b08 | 28-Mar-2014 |
Matthew G. Knepley <knepley@gmail.com> |
IS: Fix compiler warning |
| a7da8431 | 27-Mar-2014 |
Jed Brown <jed@jedbrown.org> |
SF: guard MPI_COMBINER_DUP
Also trust MPI_VERSION to avoid confusing memory corruption if a user forgets to reconfigure after getting this patch. |
| b255d4c8 | 27-Mar-2014 |
Matthew G. Knepley <knepley@gmail.com> |
IS: Forgot to protect HDF5 |
| 82be971e | 27-Mar-2014 |
Matthew G. Knepley <knepley@gmail.com> |
IS: Forgot to protect HDF5 |
| 235f7792 | 27-Mar-2014 |
Matthew G. Knepley <knepley@gmail.com> |
IS: Added ISLoad() and an HDF5 implementation - I know this only works for general now |
| abf7dd1e | 27-Mar-2014 |
Matthew G. Knepley <knepley@gmail.com> |
IS: Added HDF5 viewer to general |
| c2c8af3f | 27-Mar-2014 |
Matthew G. Knepley <knepley@gmail.com> |
IS: Changed over to using PetscLayout - Could reorganize code to be cleaner now |