Lines Matching refs:ndof
32 allocate (varts( ntspts,ndof))
40 allocate (ivarts( ntspts*ndof))
41 allocate (ivartsg( ntspts*ndof))
42 allocate (vartssoln( ntspts*ndof))
43 allocate (vartssolng(ntspts*ndof))
44 allocate (vartsbuff( ntspts,ndof,nbuff))
167 & ndof*ntspts
200 vartssoln((jj-1)*ndof+1:jj*ndof)=varts(jj,:)
205 do k=1,ndof*ntspts
210 call MPI_REDUCE(vartssoln, vartssolng, ndof*ntspts,
214 call MPI_REDUCE(ivarts, ivartsg, ndof*ntspts,
222 indxvarts = (jj-1)*ndof
223 do k=1,ndof
242 vartsbuff(jj,1:ndof, ivartsBuff) = varts(jj,1:ndof)
293 …& ((vartsbuff(jj,k,ibuf), k=1, ndof) !loop over the variables that you actual…
357 allocate (varts(ntspts,ndof))