| #
49fcfd5b
|
| 01-May-2014 |
Vijay Mahadevan <vijay.m@gmail.com> |
Merged petsc/petsc into master
|
| #
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 ...
|
| #
67610e98
|
| 29-Mar-2014 |
Matthew G. Knepley <knepley@gmail.com> |
Merge branch 'knepley/fix-plex-gmsh'
* knepley/fix-plex-gmsh: DMPlex:Fix compiler warnings
|
| #
b0372a22
|
| 29-Mar-2014 |
Matthew G. Knepley <knepley@gmail.com> |
DMPlex:Fix compiler warnings
|
| #
4663132a
|
| 28-Mar-2014 |
Matthew G. Knepley <knepley@gmail.com> |
Merge branch 'knepley/fix-plex-gmsh'
* knepley/fix-plex-gmsh: DMPlex: Fixed bad declaration style
|
| #
d1a54cef
|
| 28-Mar-2014 |
Matthew G. Knepley <knepley@gmail.com> |
DMPlex: Fixed bad declaration style
|
| #
f76c1f7b
|
| 27-Mar-2014 |
Matthew G. Knepley <knepley@gmail.com> |
Merge branch 'mlange/fix-plex-gmsh'
* mlange/fix-plex-gmsh: Plex-Gmsh: Add boundary IDs to facets Plex-Gmsh: Move element identification into a utility function Plex-Gmsh: Derive the true numb
Merge branch 'mlange/fix-plex-gmsh'
* mlange/fix-plex-gmsh: Plex-Gmsh: Add boundary IDs to facets Plex-Gmsh: Move element identification into a utility function Plex-Gmsh: Derive the true number of vertices and facets
show more ...
|
| #
16ad7e67
|
| 20-Mar-2014 |
Michael Lange <michael.lange@imperial.ac.uk> |
Plex-Gmsh: Add boundary IDs to facets
Boundary IDs are marked with the "Face Sets" label, as used in ExodusII, to maintain a single convention.
|
| #
30412aab
|
| 20-Mar-2014 |
Michael Lange <michael.lange@imperial.ac.uk> |
Plex-Gmsh: Move element identification into a utility function
|
| #
db397164
|
| 20-Mar-2014 |
Michael Lange <michael.lange@imperial.ac.uk> |
Plex-Gmsh: Derive the true number of vertices and facets
The Gmsh format disguises facets as elements, so we have to run through all "element" entries to get the correct number of cells and decide t
Plex-Gmsh: Derive the true number of vertices and facets
The Gmsh format disguises facets as elements, so we have to run through all "element" entries to get the correct number of cells and decide the topological dimension of the mesh.
show more ...
|
| #
e56d480e
|
| 24-Mar-2014 |
Matthew G. Knepley <knepley@gmail.com> |
DMPlex: Now DMPlexInterpolate() allows the new mesh to be inserted into an existing DM - If the input is non-NULL, no new DM is created - This allows it to functions within the DMLoad() paradigm
|
| #
9c925a2c
|
| 18-Mar-2014 |
Shri <abhyshr@mcs.anl.gov> |
Merge branch 'master' into shri/ts-events
Conflicts: src/ts/interface/ts.c
|
| #
5f6acfaf
|
| 18-Mar-2014 |
Shri <abhyshr@mcs.anl.gov> |
Merge branch 'master' into shri/feature-dm-circuit
Conflicts: src/dm/impls/makefile
|
| #
020631bc
|
| 19-Feb-2014 |
Peter Brune <brune@mcs.anl.gov> |
Merge branch 'master' into prbrune/snes-fascontinuation
Conflicts: include/petscsnesfas.h
|
| #
036f3cb5
|
| 26-Jan-2014 |
Barry Smith <bsmith@mcs.anl.gov> |
Merge branch 'master' into balay/tao-to-petsc
Conflicts: include/makefile
|
| #
f9cfb505
|
| 26-Jan-2014 |
Barry Smith <bsmith@mcs.anl.gov> |
Merge branch 'master' into knepley/feature-mat-zerorowscols-baij
|
| #
c7ff62de
|
| 13-Jan-2014 |
Barry Smith <bsmith@mcs.anl.gov> |
Merge branch 'master' into barry/wirth-fusion-materials bad manual merge needs to be fixed this is what happens when branches hang around too long
Conflicts: src/ts/examples/tutorials/advection-dif
Merge branch 'master' into barry/wirth-fusion-materials bad manual merge needs to be fixed this is what happens when branches hang around too long
Conflicts: src/ts/examples/tutorials/advection-diffusion-reaction/ex10.c
show more ...
|
| #
52d48256
|
| 10-Jan-2014 |
Vijay Mahadevan <vijay.m@gmail.com> |
Merged petsc/petsc into master
|
| #
ed91c37e
|
| 19-Dec-2013 |
Matthew G. Knepley <knepley@gmail.com> |
Merge branch 'master' into knepley/feature-dmda-section
* master: (319 commits) SNESGS: Fix for uninitialized variable warning in gssecant.c DMPlex: Fix for orientation in Gmsh files - Fixed tes
Merge branch 'master' into knepley/feature-dmda-section
* master: (319 commits) SNESGS: Fix for uninitialized variable warning in gssecant.c DMPlex: Fix for orientation in Gmsh files - Fixed test output do not use C99 struct initialization code in PETSc Nightly Summary: Added time taken to each of the tests in the dashboard. ASCII printing of floating point numbers must cast to (double) to support quad precision configure: check fortranDatatypes only when fortran is enabled [this fixes configure crash with --with-fc=0] don't use non-portable and also dependent on floating point precision system level math constants picky compilers fix a couple compiler warnings/errors (depending on compiler) for Matlab engine code DMPlex: More fixup from bad rebase, moved to DMGet/SetCoordinateSection() DM: Added DMGet/SetCoordinateSection() Fuckup: Fix for merge that is still untangling bad rebase from Oct. 17th 2013 - Fixed const in declarations - Fixed merge from PetscFE - Fixed 2 mallocs replace all echo in test/tutorial makefiles with printf since echo behaves differently on different systems DMDA: Missing header - Damn rebase DMPlex ex3: Added 2D Q_1 and 3D P_2 tests DMDA: Added DMDAProjectFunction() and DMDAComputeL2Diff() DMDA: Fixed 2D geometry - Should reuse DMPlex routines DMDA: Fix bug in 2D closure operation for cells DMDA: Make closure operations also return the size DMDA: Changed DMDACreateSection() to emulate DMPlexCreateSection() ...
Conflicts: config/builder.py include/petscdmda.h src/dm/dt/interface/dtfe.c src/dm/impls/da/dageometry.c src/dm/impls/da/dalocal.c src/dm/impls/plex/plexgeometry.c
show more ...
|
| #
037a463b
|
| 19-Dec-2013 |
Matthew G. Knepley <knepley@gmail.com> |
Merge branch 'knepley/feature-plex-gmsh'
* knepley/feature-plex-gmsh: DMPlex: Fix for orientation in Gmsh files - Fixed test output DMPlex GMSH: fix MPIU_INT DMPlex: Slience bogus compiler war
Merge branch 'knepley/feature-plex-gmsh'
* knepley/feature-plex-gmsh: DMPlex: Fix for orientation in Gmsh files - Fixed test output DMPlex GMSH: fix MPIU_INT DMPlex: Slience bogus compiler warning DMPlex Gmsh: Fixed integer size problem DMPlex Gmsh: Fixed interface for coordinates DMPlex ex1: Added test for Gmsh DMPlex: Added Gmsh input
show more ...
|
| #
7083e7f6
|
| 17-Dec-2013 |
Matthew G. Knepley <knepley@gmail.com> |
DMPlex: Fix for orientation in Gmsh files - Fixed test output
|
| #
6228fc9f
|
| 08-Dec-2013 |
Jed Brown <jedbrown@mcs.anl.gov> |
DMPlex GMSH: fix MPIU_INT
|
| #
261b4668
|
| 05-Dec-2013 |
Matthew G. Knepley <knepley@gmail.com> |
DMPlex: Slience bogus compiler warning
|
| #
21328a2f
|
| 03-Dec-2013 |
Matthew G. Knepley <knepley@gmail.com> |
DMPlex Gmsh: Fixed integer size problem
|