typo in PetscViewerBinaryWrite man page
Sys: PetscCheckPointer PETSC_CHAR checks char*, not char**
with with -> with the the -> the
matlab: build binaries in src/sys/classes/viewer/impls/socket/matlab with gmake aswell
matlab: update matlab related files with the new share/petsc/matlab location
make PETSc MATLAB socket access code store generated .mex files in PETSC_ARCH/lib/petsc/matlab instead of bin/matlab
PetscViewer: Added HDF_VIZ format to names
changed isams to issaws for code clarity
Merge branch 'barry/add-names-for-all-ascii-viewers'
Fix spurious -Wmaybe-uninitialized warnings
Viewer+HDF5: Avoid HDF5 errors when checking for attributes- How in the HELL can a major software package print DIRECTLY to the screen even when I am catching the error. You Suck HDF5!
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 ...
Viewer+HDF5: Added PetscViewerHDF5HasAttribute()
Insure that all ASCII viewers for PETSc objects call PetscObjectPrintClassNamePrefixType()
Sys+HDF5: Added PetscDataType string and HDF5 support for it
ViewerHDF5: Added PetscViewerHDF5ReadAttribute()
ViewerHDF5: Added PetscDataTypeToHDF5DataType() and PetscHDF5DataTypeToPetscDataType(), and PetscViewerHDF5WriteAttribute()
ViewerHDF5: Added a default HDF5 viewer
time out for making socket connectionsample box authorization code that does not work for unclear reaons
Merge branch 'master' into barry/ts-rhsjacobian-only
convert to PetscMalloc1()better handling of string viewer when running out of space
Merge branch 'master' into balay/tao-to-petscConflicts: src/dm/examples/tests/ex42.c src/dm/examples/tutorials/ex65dm.c src/ksp/ksp/examples/tutorials/ex42.c src/snes/examples/tutorials/cahn-hi
Merge branch 'master' into balay/tao-to-petscConflicts: src/dm/examples/tests/ex42.c src/dm/examples/tutorials/ex65dm.c src/ksp/ksp/examples/tutorials/ex42.c src/snes/examples/tutorials/cahn-hilliard-schemes/ex1.c src/snes/examples/tutorials/ex54.c src/snes/examples/tutorials/ex55.c src/snes/examples/tutorials/ex60.c src/snes/examples/tutorials/ex61.c src/snes/examples/tutorials/ex63.c src/snes/examples/tutorials/ex633d_db.c src/snes/examples/tutorials/ex64.c src/snes/examples/tutorials/ex65.c src/snes/examples/tutorials/ex653d.c src/ts/examples/tutorials/ex23.c
PetscViewerGetSingleton() does not work in parallel for binary viewers
fixed quote marks for includes to <>
Varierty of bug fixes and enhancements to fieldsplit
1...<<31323334353637383940>>...43