Lines Matching refs:ivel

287   int *ivel;  member
335 tng_file->ivel=NULL; in open_tng_file_write()
376 tng_file->ivel=NULL; in open_tng_file_write_int()
393 tng_file->ivel=malloc(natoms*chunky*3*sizeof *tng_file->ivel); in open_tng_file_write_int()
452 buf=tng_compress_vel_int(tng_file->ivel, in flush_tng_frames()
495 int *ipos,int *ivel, in write_tng_file_int() argument
501 …memcpy(tng_file->ivel+tng_file->nframes*tng_file->natoms*3,ivel,tng_file->natoms*3*sizeof *tng_fil… in write_tng_file_int()
519 free(tng_file->ivel); in close_tng_file_write()
529 tng_file->ivel=NULL; in open_tng_file_read()
550 tng_file->ivel=NULL; in open_tng_file_read_int()
592 int ivel; in read_tng_file()
594 tng_compress_inquire(buf,&ivel,&natoms,&nframes,&precision,algo); in read_tng_file()
597 …printf("ivel=%d natoms=%d nframes=%d precision=%g initial pos=%s pos=%s\n",ivel,natoms,nframes,pre… in read_tng_file()
620 int ivel; in read_tng_file()
622 tng_compress_inquire(buf,&ivel,&natoms,&nframes,&precision,algo); in read_tng_file()
625 …printf("ivel=%d natoms=%d nframes=%d precision=%g initial vel=%s vel=%s\n",ivel,natoms,nframes,pre… in read_tng_file()
646 int *ivel, in read_tng_file_int() argument
655 free(tng_file->ivel); in read_tng_file_int()
668 tng_file->ivel=malloc(tng_file->natoms*tng_file->nframes*3*sizeof *tng_file->ivel); in read_tng_file_int()
681 tng_compress_uncompress_int(buf,tng_file->ivel,velprec_hi,velprec_lo); in read_tng_file_int()
688 …memcpy(ivel,tng_file->ivel+tng_file->nframes_delivered*tng_file->natoms*3,tng_file->natoms*3*sizeo… in read_tng_file_int()
697 free(tng_file->ivel); in close_tng_file_read()