| #
49fcfd5b
|
| 01-May-2014 |
Vijay Mahadevan <vijay.m@gmail.com> |
Merged petsc/petsc into master
|
| #
fd0828ac
|
| 01-May-2014 |
Matthew G. Knepley <knepley@gmail.com> |
Merge branch 'knepley/feature-plex-hdf5-parallel-load'
* knepley/feature-plex-hdf5-parallel-load: HDF5: Fixed Xdmf script Plex+HDF5: Do not use vectors for periodic visualization Plex+HDF5: Ig
Merge branch 'knepley/feature-plex-hdf5-parallel-load'
* knepley/feature-plex-hdf5-parallel-load: HDF5: Fixed Xdmf script Plex+HDF5: Do not use vectors for periodic visualization Plex+HDF5: Ignore negative sequence numbers DMPlex: Now Plex output is parallel - We now write visualization specific topology in /viz/topology - We output a point reordering, coneSizes, cones, and orientations - Now longer need to interpolate on load DMPlex: Use the presence of faceGeometry in the DM to signal we are using FVM - This will become a PetscFVM object soon DMPlex: Preserve the block size of the coordinate vector after distribution Plex+HDF5: Moved all HDF5 to a separate file, and mapped 2D periodic mesh to the cylinder - Now visualization specific things are in /viz HDF5: Made petsc_gen_xdmf.py executable Viewer+Options: Added Fortran interface for PetscObjectViewFromOptions() IS: Stupid mistake. Damn you compiler DMPlex: Now parallel HDF5 label output does not fail - However, it is also now clear that we will have to write the full interpolation connectivity in order for these to be meaningful DMPlex: Added DMPlexCreatePointNumbering() - Made DMPlexCreateNumbering_Private() more flexible IS: Added ISSortRemoveDups() DMPlex: Added DMPlexInvertCell_Internal() - Stupid type matching HDF5: Added petsc_gen_xdmf.py which processes PETSc HDF5 output and produces an Xdmf file DMPlex: Force a serial load in DMLoad_HDF5(), after which we call DMPlexDistribute() - Eventually we would load into a naive partition IS+HDF5: Corrected code for new block size interface where it is never negative Viewer+HDF5: Added PetscViewerHDF5ReadSizes() - This allows me to check the size of a Vec or IS to be loaded
show more ...
|
| #
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
|
| #
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 ...
|
| #
211e18df
|
| 30-Mar-2014 |
Matthew G. Knepley <knepley@gmail.com> |
Merge branch 'knepley/feature-plex-hdf5' into knepley/feature-plex-bc
* knepley/feature-plex-hdf5: (61 commits) TS: Fix output sequence DMPlex: Check for HDF5 attributes before writing them DM
Merge branch 'knepley/feature-plex-hdf5' into knepley/feature-plex-bc
* knepley/feature-plex-hdf5: (61 commits) 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 IS: Fix compiler warning IS: Forgot to protect HDF5 ...
Conflicts: config/BuildSystem/config/packages/__init__.py src/ts/interface/ts.c
show more ...
|
| #
e7bdbf8e
|
| 29-Mar-2014 |
Matthew G. Knepley <knepley@gmail.com> |
Viewer+HDF5: Added PetscViewerHDF5HasAttribute()
|
| #
ad0c61fe
|
| 24-Mar-2014 |
Matthew G. Knepley <knepley@gmail.com> |
ViewerHDF5: Added PetscViewerHDF5ReadAttribute()
|
| #
36bce6e8
|
| 19-Mar-2014 |
Matthew G. Knepley <knepley@gmail.com> |
ViewerHDF5: Added PetscDataTypeToHDF5DataType() and PetscHDF5DataTypeToPetscDataType(), and PetscViewerHDF5WriteAttribute()
|
| #
256ff83f
|
| 11-Sep-2013 |
Barry Smith <bsmith@mcs.anl.gov> |
Merge branch 'master' into barry/wirth-fusion-materials
Conflicts: src/ts/examples/tutorials/advection-diffusion-reaction/ex10.c
|
| #
7e7d4f0d
|
| 10-Apr-2013 |
Richard Mills <rtm@eecs.utk.edu> |
Merged petsc/petsc into rmills/petsc master
|
| #
e1e7ae07
|
| 31-Mar-2013 |
Jed Brown <jed@59A2.org> |
__FUNCT__ "User provided function" in public headers with inlines
|
| #
4042b796
|
| 17-Mar-2013 |
Jed Brown <jed@59A2.org> |
Merge branch 'master' into jed/ts-eimex
Sync to include Git conversion, PETSC_EXTERN, and minor API changes.
Conflicts: src/ts/interface/tsregall.c
|
| #
2c1a2d08
|
| 16-Feb-2013 |
Jed Brown <jed@59A2.org> |
Include fixes for --with-dynamic-loading and C++ extern "C"
Hg-commit: cead39d25d0fcbe7b2c2e41f225c0a780de35e19
|
| #
857caef5
|
| 16-Feb-2013 |
Peter Brune <brune@mcs.anl.gov> |
Added #ifdef that wasn't copied in 32e58a3 which made missing hdf5 fail on compile
Hg-commit: a5e602e4efdced40ec1b82edf8199de8416e10e7
|
| #
d70abbfa
|
| 16-Feb-2013 |
Barry Smith <bsmith@mcs.anl.gov> |
moved hdf5 viewer prototypes to petscviewerhdf5.h
Hg-commit: 32e58a3b6cb82a35eeb5ad475bfc470fee3e4d45
|