Lines Matching refs:ndof
167 ndof = nsd + 2
169 ndof=ndof+nsclr ! number of sclr transport equations to solve
171 ndofBC = ndof + I3nsd ! dimension of BC array
173 ndBCB = ndof + 1 ! dimension of BCB array
174 nsymdf = (ndof*(ndof + 1)) / 2 ! symm. d.o.f.'s
344 allocate( BCinp(numpbc,ndof+7) )
349 allocate( BCinp(1,ndof+7) )
359 BCinp(:,1:(ndof+7))=BCinpread(:,1:(ndof+7))
499 allocate( qold(nshg,ndof) )
504 if(ndof2.ne.ndof) then
514 qold(:,1:ndof)=qread(:,1:ndof)
536 allocate( acold(nshg,ndof) )
550 acold(:,1:ndof)=acread(:,1:ndof)