Home
last modified time | relevance | path

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

/dports/science/hypre/hypre-2.23.0/src/FEI_mv/fei-hypre/
H A DLLNL_FEI_Matrix.cxx60 dExtBufs_ = NULL; in LLNL_FEI_Matrix()
142 if ( dExtBufs_ != NULL ) delete [] dExtBufs_; in resetMatrix()
167 dExtBufs_ = NULL; in resetMatrix()
216 if (dExtBufs_ != NULL) delete [] dExtBufs_; in setCommPattern()
232 dExtBufs_ = NULL; in setCommPattern()
239 dExtBufs_ = new double[nSize]; in setCommPattern()
360 ddata += offdAA_[iD2] * dExtBufs_[offdJA_[iD2]-localNRows_]; in matvec()
407 dExtBufs_[ind1] = dRecvBufs_[offset+iD]; in scatterDData()
1219 if ( dExtBufs_ != NULL ) delete [] dExtBufs_; in exchangeSubMatrices()
1225 dExtBufs_ = new double[count]; in exchangeSubMatrices()
H A DLLNL_FEI_Matrix.h50 double *dExtBufs_; variable