Commit Graph

54 Commits

Author SHA1 Message Date
gsell bb7f1c5f38 src/H5PartF.c
- h5pt_openr_par()
		* fixed typo
	- h5pt_openw_par()
		* fixed typo
2006-09-22 22:59:54 +00:00
gsell bb15e96150 src/H5Block.h
- H5BlockGetFieldInfoByName()
		* added
	- H5Block3dGetFieldOrigin()
		* added
	- H5Block3dSetFieldOrigin()
		* added
	- H5Block3dGetFieldSpacing()
		* added
	- H5Block3dSetFieldSpacing()
		* added
2006-09-22 22:55:40 +00:00
gsell 2217b10b01 src/H5Block.c
- H5Block3dWriteScalarField()
	- H5Block3dReadScalarField()
		* dataset renamed from "x" to "0"
	- H5Block3dWrite3dVectorField()
	- H5Block3dRead3dVectorField()
		* datasets renamed from "x", "y", "z"  to "0", "1", "2"
	- _get_field_info()
		* added, derived from "H5BlockGetFieldInfo()"
	- H5BlockGetFieldInfo()
		* call "_get_field_info()" to do the real work
	- H5BlockGetFieldInfoByName()
		* added
	- _write_field_attrib()
		* defined as static function, was non-static
	- _read_field_attrib()
		* added, derived form "H5BlockFieldReadAttrib()"
	- H5BlockReadFieldAttrib()
		* call "_read_field_attrib()" to do the real work
	- H5Block3dGetFieldOrigin()
		* added
	- H5Block3dSetFieldOrigin()
		* added
	- H5Block3dGetFieldSpacing()
		* added
	- H5Block3dSetFieldSpacing()
		* added
2006-09-22 22:53:46 +00:00
gsell b66e4587f5 src/H5BlockF.c
- include "H5PartPrivate.h" added
	- include <hdf5.h> removed
2006-09-22 22:45:23 +00:00
gsell 06530aff19 src/H5Part.c
- H5PartSetStep()
		* fix conversion to different size in debug output
2006-09-22 22:44:08 +00:00
gsell 1b15551170 src/H5Part.c
- declare arguments as "const" where possible
2006-09-22 20:55:23 +00:00
gsell 09fc6fd570 src/H5PartPrivate.h
- _H5Part_strdupfor2c()
	- _H5Part_strc2for()
		* added
2006-09-22 20:54:34 +00:00
gsell db0a1bd448 src/H5Part.h
- declare arguments as "const" where possible
2006-09-22 20:53:36 +00:00
gsell 921746273d src/H5Block.c
- printf for debug output removed
2006-09-22 20:52:12 +00:00
gsell 990a359f14 src/H5BlockF90.inc
- h5bl_3d_write_scalar_field()
	- h5bl_3d_write_3dvector_field()
	- h5bl_3d_read_3dvector_field()
		* bugfix in type of data
2006-09-22 20:51:05 +00:00
gsell b3da7610f1 src/H5PartF.c
src/H5BlockF.c
	- use Fortron function name in definition, define macros for
	  function names only, if we have to rename them
	- use function "_H5Part_strdupfor2c()" and "_H5Part_strc2for()" 
	  for string conversion
2006-09-22 20:49:17 +00:00
gsell cdf1ce5e9d src/H5BlockF90.inc
- all (:,:,:) and (:) changed to (*)
2006-09-21 23:48:36 +00:00
gsell 0ca05f63a0 src/H5BlockF.c
- h5bl_readfieldattrib_*
		* bugfix: C function has not been called with copy
2006-09-21 23:46:18 +00:00
gsell cb4bceb4bb src/H5Block.c
- some debug print removed
2006-09-21 23:44:39 +00:00
gsell f698ae762e src/H5Part.c
- H5PartOpenFileParallel()
		* debug-print info about file also in non-parallel case
		* print value of "f" not "f->file" 
	- H5PartOpenFile()
		* print value of "f" not "f->file"
2006-09-21 21:23:28 +00:00
gsell 782d67c1a0 src/H5PartF.c
- f_h5pt_openr()
		* type-cast result to get rid of the warning
2006-09-21 21:21:07 +00:00
gsell 51560ad3fa src/H5Block
- several debug-prints added
2006-09-21 21:16:41 +00:00
gsell e35679ba56 src/H5BlockF90.inc
- h5bl_getfieldinfo()
		* syntax error fixed
2006-09-21 21:15:55 +00:00
gsell f45fb3f465 src/H5BlockF.c
- all function
		* type of file-handle changed to "h5part_int64_t"
2006-09-21 21:13:30 +00:00
gsell 9647274842 src/H5PartF.c
- f_h5pt_set_verbosity_level()
		* added
	- f_h5pt_getstepattribinfo()
	  f_h5pt_getfileattribinfo()
		* type of var "type" changed from "hid_t" to
		  "h5part_int64_t"
2006-09-20 21:02:23 +00:00
gsell 76549133c4 src/H5PartF90.inc
- declaration of "h5pt_set_verbosity_level()" added
2006-09-20 20:59:16 +00:00
gsell bf9793e18a src/H5Part.h
- H5PartSetVerbosityLevel()
		* type of arg "level" changed from "unsigned int" to
		  "h5part_int64_t"
2006-09-20 20:58:13 +00:00
gsell 523c2ae212 src/H5Part.c
- H5PartSetVerbosityLevel()
		* type of arg "level" changed from "unsigned int" to
		  "h5part_int64_t"
2006-09-20 20:57:04 +00:00
gsell c892a7c748 src/H5Part.c
- use macro "H5PART_PARTICLES_GROUP" insteed of string
	- print_{debug,info,warn,error}()
		* prints now a prefix "D", "I", "W", "E" corresponding to
		  type of message
		* print value of "__funcname" before message text
		* print everything in one print statment
		* all calls to these functions have been change accordingly
2006-09-20 18:00:46 +00:00
gsell 54313b4882 src/H5Block.c
- use macro "H5BLOCK_GROUP_NAME" insteed string of "Block"
2006-09-20 17:54:36 +00:00
gsell e6b3c12e77 src/H5BlockPrivate.h
- macro "H5BLOCK_GROUP_NAME" added
2006-09-20 17:53:25 +00:00
gsell cc9487757b src/H5PartPrivate.h
- macro "H5PART_PARTICLES_GROUP" added
2006-09-20 17:52:08 +00:00
gsell a205c9a93c src/H5Block.c
- all "H5Block.*" functions
		* call "_init()" at the very beginning
	- all "H5Block.*" functions where a layout must be defined before
	  the function can be called
		* error check, whether layout is defined or not
2006-09-20 01:48:03 +00:00
gsell a4dd08d021 src/H5BlockTypes.h
- struct H5BlockStrukt
		* "have_layout" added
2006-09-20 01:43:15 +00:00
gsell 71eb102a30 src/H5BlockErrors.h
- macro "CHECK_LAYOUT" added
2006-09-20 01:42:09 +00:00
gsell 8aa2732876 src/H5Block.h
- H5Block3dGetProcOf()
		* arg "f" is not "const" any more
2006-09-20 01:41:08 +00:00
gsell b5c98e495b src/H5BlockF.c
- f_h5bl_get_proc_of()
		* arg "f" is not "const" any more
2006-09-20 01:40:02 +00:00
gsell 1dba6fb877 src/H5Part.h
- bugfix: #endif was at wrong place
2006-09-19 23:39:40 +00:00
gsell df8c5280c0 src/H5BlockF.c
- Fortran 90 bindings coded
2006-09-19 23:37:39 +00:00
gsell 9e6fc708f6 src/H5Block.c
- H5BlockDefine3DFieldLayout()
		* CHECK_FILEHANDLE() added
	- H5BlockGetNumFields()
		* CHECK_FILEHANDLE() added
	- H5BlockGetFieldInfo()
		* CHECK_FILEHANDLE() and CHECK_TIMEGROUP() added
	- H5BlockGetNumFieldAttribs()
		* bugfix: return value was always 0
	- H5PartReadFieldAttrib()
		* bugfix: CHECK_FILEHANDLE was called before _init()
2006-09-19 23:36:27 +00:00
gsell 600f887609 src/Makefile.am
- rules to build H5Block Fortran bindings added
2006-09-19 23:29:33 +00:00
gsell 79f6d8e19c src/H5Block.h
- declaration of "H5BlockHasFieldData()" added
2006-09-19 23:28:32 +00:00
gsell e893b8e448 src/H5BlockF90.inc
- coding
	- some fixes
2006-09-19 23:26:54 +00:00
gsell 13bbd58004 src/Makefile.am
- if parallel is enabled, only this version will be builded
	- parallel/non-parallel macros merged
	- the library name is now "libH5Part.h" for non-parallel and 
	  parallel.
2006-09-19 01:21:18 +00:00
gsell 792ae9a597 src/H5Block.c
- H5PartReadFieldAttrib()
		* missing error handling added after reading attribute
2006-09-19 01:18:00 +00:00
gsell 5d9b13e15e src/H5Part.h
- C++ wrapper added
2006-09-19 01:16:46 +00:00
gsell b998848ed2 src/H5PartErrors.h
- fix format string error in "HANDLE_H5PART_SET_VIEW_ERR"
2006-09-19 01:11:17 +00:00
gsell 837c329840 src/H5Block.h
- C++ wrapper added
2006-09-19 00:53:55 +00:00
gsell ec71b9eaa6 src/H5Block.h
- declaration of "H5Block3dGetReducedPartitionOfProc()" added
2006-09-15 23:50:40 +00:00
gsell 27dc5819f2 src/H5Block.c
- H5Block3dGetReducedPartitionOfProc()
		* added
	- _select_hyperslab_for_writing()
		* missing selection of hyperslab for memshape added
2006-09-15 23:49:06 +00:00
gsell bc0499e859 src/H5Block.c
- new algorithm for dissolving ghost-zone
2006-09-15 21:54:58 +00:00
gsell 8d76d9d9bd src/H5Block.c
- _dissolve_ghostzone()
		* debug prints edited
2006-09-14 23:07:17 +00:00
gsell 814a9a86e7 src/H5Block.c
_dissolve_ghostzones()
		* dissolve all ghost-zones, not only for the processor the code
		  is running on.
2006-09-14 21:08:36 +00:00
gsell dddeaeba27 - src/H5Part.c
- H5PartOpenFileParallel()
		* in the parallel code there were some not yet
		  renamed calls to "print_debug()"
	- H5PartSetStep()
		* in the parallel code there was a not yet
		  renamed call to "print_info()"
2006-09-14 18:23:11 +00:00
gsell 0975564af3 src/H5Part.c
- H5PartWriteFileAttrib()
		* return code of "_H5Part_write_attrib()" was not assigned
		  to "herr"
	- H5PartSetView()
		* var "r" to handle error renamed to "herr" and changed
		  to type "h5part_int64_t"
2006-09-14 16:56:29 +00:00