Home
last modified time | relevance | path

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

/dports/math/mathmod/mathmod-11.1/pariso/parametric/
H A DModel3D.cpp1206 void Par3D::WorkerThreadCopy(ParWorkerThread *WorkerThreadsTmp) in WorkerThreadCopy() argument
1210 WorkerThreadsTmp[nbthreads].Ugrid = masterthread->Ugrid; in WorkerThreadCopy()
1211 WorkerThreadsTmp[nbthreads].Vgrid = masterthread->Vgrid; in WorkerThreadCopy()
1212 WorkerThreadsTmp[nbthreads].MyIndex = nbthreads+1; in WorkerThreadCopy()
1213 WorkerThreadsTmp[nbthreads].param4D = param4D; in WorkerThreadCopy()
1214 WorkerThreadsTmp[nbthreads].param3d_C = masterthread->param3d_C; in WorkerThreadCopy()
1215 WorkerThreadsTmp[nbthreads].param4d_C = masterthread->param4d_C; in WorkerThreadCopy()
1216 WorkerThreadsTmp[nbthreads].WorkerThreadsNumber = WorkerThreadsNumber; in WorkerThreadCopy()
/dports/math/mathmod/mathmod-11.1/pariso/isosurface/
H A DIso3D.cpp186 void Iso3D::WorkerThreadCopy(IsoWorkerThread *WorkerThreadsTmp) in WorkerThreadCopy() argument
190 WorkerThreadsTmp[nbthreads].XYZgrid = masterthread->XYZgrid; in WorkerThreadCopy()
191 WorkerThreadsTmp[nbthreads].MyIndex = nbthreads+1; in WorkerThreadCopy()
192 WorkerThreadsTmp[nbthreads].WorkerThreadsNumber = WorkerThreadsNumber; in WorkerThreadCopy()
193 WorkerThreadsTmp[nbthreads].GridVal = masterthread->GridVal; in WorkerThreadCopy()