Parent Directory
|
Revision Log
|
Patch
revision 2197 by gross, Thu Jan 8 05:49:16 2009 UTC | revision 2198 by gross, Thu Jan 8 05:59:21 2009 UTC | |
---|---|---|
# | Line 234 void Paso_FCTransportProblem_insertConst | Line 234 void Paso_FCTransportProblem_insertConst |
234 | dim_t i, n; | dim_t i, n; |
235 | n=Paso_SystemMatrix_getTotalNumRows(fctp->transport_matrix); | n=Paso_SystemMatrix_getTotalNumRows(fctp->transport_matrix); |
236 | ||
237 | #pragma omp for schedule(static) private(i,m,rtmp) | #pragma omp for schedule(static) private(i) |
238 | for (i=0;i<n;++i) source[i]+=fctp->constraint_weights[i] * r[i]; | for (i=0;i<n;++i) source[i]+=fctp->constraint_weights[i] * r[i]; |
239 | } | } |
|
ViewVC Help | |
Powered by ViewVC 1.1.26 |