Home
last modified time | relevance | path

Searched refs:pushnames_ (Results 1 – 3 of 3) sorted by relevance

/dports/science/liggghts/LIGGGHTS-PUBLIC-3.8.0-26-g6e873439/src/
H A Dcfd_datacoupling.cpp74 pushnames_ = NULL; in CfdDatacoupling()
90 memory->destroy(pushnames_); in ~CfdDatacoupling()
117 memory->grow(pushnames_,nvalues_max_,MAXLENGTH,"FixCfdCoupling:pushnames_"); in grow_()
169 if(strcmp(name,pushnames_[i]) == 0 && strcmp(type,pushtypes_[i]) == 0) in push()
175 else if(strcmp(name,pushnames_[i]) == 0) in push()
214 … "a LIGGGHTS model. Check your model settings in OF.\n",pushnames_[i]); in check_datatransfer()
266 if(strcmp(pushnames_[i],name) == 0 && strcmp(pushtypes_[i],type) == 0) in add_push_property()
268 if(strcmp(pushnames_[i],name) == 0 && strcmp(pushtypes_[i],type)) in add_push_property()
282 strcpy(pushnames_[npush_],name); in add_push_property()
H A Dcfd_datacoupling.h116 char **pushnames_; variable
H A Dcfd_datacoupling_file.cpp118 push(pushnames_[i],pushtypes_[i],dummy,""); in exchange()