History log of /petsc/src/sys/classes/viewer/impls/hdf5/hdf5v.c (Results 251 – 275 of 436)
Revision Date Author Comments
# c76551af 01-Nov-2018 Vaclav Hapla <vaclav.hapla@erdw.ethz.ch>

fix 'next' test fail: Vaclav, class is a keyword in C++


# 5a89fdf4 31-Oct-2018 Vaclav Hapla <vaclav.hapla@erdw.ethz.ch>

PetscViewerHDF5Load_Internal: check that dataset and PETSc has the same scalar type (complex/real)


# 4fc17bcd 31-Oct-2018 Vaclav Hapla <vaclav.hapla@erdw.ethz.ch>

PetscViewerHDF5Load_Internal: fix unitsize for complex numbers


# eb5a92b4 31-Oct-2018 Vaclav Hapla <vaclav.hapla@erdw.ethz.ch>

my PetscViewerHDF5Read*_Internal functions privatized - shouldn't be needed elsewhere


# a25c73c6 31-Oct-2018 Vaclav Hapla <vaclav.hapla@erdw.ethz.ch>

add PetscViewerHDF5Load_Internal calling all my PetscViewerHDF5Read*_Internal functions


# c1aaad9c 31-Oct-2018 Vaclav Hapla <vaclav.hapla@erdw.ethz.ch>

PetscViewerHDF5ReadSizes: added doc and fortran interface


# 8c557b5a 31-Oct-2018 Vaclav Hapla <vaclav.hapla@erdw.ethz.ch>

PetscViewerHDF5OpenGroup: changed /*@C to /*@


# b44ade6d 30-Oct-2018 Vaclav Hapla <vaclav.hapla@erdw.ethz.ch>

PetscViewerHDF5ReadInitialize_Internal: fixed for groupname=NULL


# ef2d82ce 30-Oct-2018 Vaclav Hapla <vaclav.hapla@erdw.ethz.ch>

PetscViewerHDF5ReadArray_Internal impl.


# b8ef406c 30-Oct-2018 Vaclav Hapla <vaclav.hapla@erdw.ethz.ch>

PetscViewerHDF5ReadInitialize_Internal: create property list (taken from VecLoad_HDF5)


# 16f6402d 29-Oct-2018 Vaclav Hapla <vaclav.hapla@erdw.ethz.ch>

PetscViewerHDF5ReadSelectHyperslab_Internal impl.


# 9568d583 29-Oct-2018 Vaclav Hapla <vaclav.hapla@erdw.ethz.ch>

HDF5ReadCtx: added timestep,complexVal,dim2 attributes


# 45e21b7f 29-Oct-2018 Vaclav Hapla <vaclav.hapla@erdw.ethz.ch>

PetscViewerHDF5ReadSizes_Internal: renamed variables


# 8374c777 29-Oct-2018 Vaclav Hapla <vaclav.hapla@erdw.ethz.ch>

PetscViewerHDF5ReadSizes_Internal: update PetscLayout instead of returning N,bs


# 3e08e488 29-Oct-2018 Vaclav Hapla <vaclav.hapla@erdw.ethz.ch>

PetscViewerHDF5ReadSizes_Internal: removed bsDimInd,lenDimInd,dim2 out args)


# 8af7cdc8 29-Oct-2018 Vaclav Hapla <vaclav.hapla@erdw.ethz.ch>

PetscViewerHDF5ReadInitialize_Internal: fail for complex data and non-complex petsc


# 69a06e7b 26-Oct-2018 Vaclav Hapla <vaclav.hapla@erdw.ethz.ch>

PetscViewerHDF5ReadSizes: factored out PetscViewerHDF5Read{Initialize,Size,Finalize}_Internal


# 9787f08b 26-Oct-2018 Vaclav Hapla <vaclav.hapla@erdw.ethz.ch>

PetscViewerHDF5ReadSizes: support vectors stored as 1D array


# a5e1fead 26-Oct-2018 Vaclav Hapla <vaclav.hapla@erdw.ethz.ch>

PetscViewerHDF5ReadSizes moved from vecio.c to hdf5v.c


# 874270d9 12-Jun-2018 Vaclav Hapla <vaclav.hapla@erdw.ethz.ch>

added PetscViewerHDF5OpenGroup documentation


# 54dbf706 12-Jun-2018 Vaclav Hapla <vaclav.hapla@erdw.ethz.ch>

PetscViewerHDF5OpenGroup moved from vecio.c to hdf5v.c


# 20cd54da 18-Sep-2018 Joseph Pusztay <josephpusztay@Josephs-MacBook-Pro.local>

Merge from master


# c86da64b 06-Sep-2018 Joseph Pusztay <josephpu@buffalo.edu>

Merged petsc/petsc into master


# 3b16a644 03-Sep-2018 Matthew G. Knepley <knepley@gmail.com>

Merge branch 'master' into knepley/fix-superdm-is

* master: (455 commits)
bib: spell out some names for format consistency with related refs
bib: two 2018 pubs now appeared
cleaning up analyze

Merge branch 'master' into knepley/fix-superdm-is

* master: (455 commits)
bib: spell out some names for format consistency with related refs
bib: two 2018 pubs now appeared
cleaning up analyzer warnings
compile fixes (workarround PGI bug?):
undoing the branch's changes to leastsquares outputs
more fixes for complex builds
compile error fix for complex builds
1) Look for 64 bit integer MKL BLAS if 64 bit indices are used with PETSc 2) Fix Pardiso code to only compile pardiso_init64 when needed, otherwise can generate warnings/errors
jenkins: run 'cleantest' before 'allgtest-tap' - an attempt to fix errors of type:
cuda: protect cuda includes
fix cuda warnings.
fix complex compile error
Revert "Improved polymorphism of interfaces for MatSetValuesBlocked()"
Bib: Updated ref
Doc: More function documentation
petscvec: move PetscSFCreateFromZero from vscat to vec sources
Fixed an uninitialized variable and got rid of an unused one.
memleak fixed and output files updated
fixing build errors on some archs
Mat: obey options prefix of Mat in MatNullSpaceTest
...

Conflicts:
include/petsc/private/dmpleximpl.h
src/dm/interface/dmi.c

show more ...


# ec6b3951 29-Aug-2018 Matthew G. Knepley <knepley@gmail.com>

Merge branch 'master' into knepley/feature-pc-patch

* master: (281 commits)
compile fixes (workarround PGI bug?):
1) Look for 64 bit integer MKL BLAS if 64 bit indices are used with PETSc 2) Fix

Merge branch 'master' into knepley/feature-pc-patch

* master: (281 commits)
compile fixes (workarround PGI bug?):
1) Look for 64 bit integer MKL BLAS if 64 bit indices are used with PETSc 2) Fix Pardiso code to only compile pardiso_init64 when needed, otherwise can generate warnings/errors
jenkins: run 'cleantest' before 'allgtest-tap' - an attempt to fix errors of type:
cuda: protect cuda includes
fix cuda warnings.
fix complex compile error
Revert "Improved polymorphism of interfaces for MatSetValuesBlocked()"
Bib: Updated ref
Doc: More function documentation
petscvec: move PetscSFCreateFromZero from vscat to vec sources
Mat: obey options prefix of Mat in MatNullSpaceTest
Plex+SNES: Must pass user context through
vscat: move ftn-custom to correct location remove custom vecscatterdestroy_()
vscat: move interface routines to correct location
vscat: delete dead code
fix compile error
FE: Correct coordinates in IntegrateBd
Bib: Added refs
SNES ex17: 3D tests must require a 3D grid generator
Plex+TS: We cannot run the check with the same vector that is the TS solution
...

Conflicts:
include/petsc/private/dmpleximpl.h
src/docs/website/documentation/changes/dev.html
src/snes/examples/tutorials/ex13.c
src/snes/utils/dmplexsnes.c

show more ...


1...<<1112131415161718