Home
last modified time | relevance | path

Searched refs:nvalues_max_ (Results 1 – 2 of 2) sorted by relevance

/dports/science/liggghts/LIGGGHTS-PUBLIC-3.8.0-26-g6e873439/src/
H A Dcfd_datacoupling.cpp70 nvalues_max_ = 0; in CfdDatacoupling()
104 for(int i = 0; i < nvalues_max_; i++) in init()
112 nvalues_max_ +=10; in grow_()
113 memory->grow(pullnames_,nvalues_max_,MAXLENGTH,"FixCfdCoupling:valnames"); in grow_()
114 memory->grow(pulltypes_,nvalues_max_,MAXLENGTH,"FixCfdCoupling:valtypes"); in grow_()
117 memory->grow(pushnames_,nvalues_max_,MAXLENGTH,"FixCfdCoupling:pushnames_"); in grow_()
118 memory->grow(pushtypes_,nvalues_max_,MAXLENGTH,"FixCfdCoupling:pushtypes_"); in grow_()
228 if(npull_ >= nvalues_max_) grow_(); in add_pull_property()
262 if(npush_ >= nvalues_max_) grow_(); in add_push_property()
H A Dcfd_datacoupling.h94 int nvalues_max_; variable