Home
last modified time | relevance | path

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

/phasta/phSolver/common/
H A Dgenbc.f537 integer nsidl ! number of surface IDs on-proc local
558 nsidl=0 ! initialize # of sids on this processor
566 if(nsidl.eq.0) then ! if this is the first sid we've seen
567 nsidl=1 ! increment our count and
573 do j = 1, nsidl ! check the assumption
577 if(j.ne.nsidl) then ! ...
582 nsidl = nsidl + 1 ! increment our count
593 if(nsidl.gt.0) then
594 allocate( sidmapl(nsidl) )
596 do j = 1, nsidl
[all …]