Changes in / [bac5f50:7b51361]
- Location:
- src
- Files:
-
- 2 edited
-
components/Distribution_assm.F90 (modified) (1 diff)
-
datatypes/Aggregate_mod.F90 (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/components/Distribution_assm.F90
rbac5f50 r7b51361 326 326 endif 327 327 endif 328 ! print neighbours 329 if (sctls%verbose>=1) then 330 write(stream,"(A,I0)") "N neighbours: ", M%nnghbrs 331 do i=1,M%nnghbrs 332 !write(stream,"(A,I0,A,I0,A,I0)") "neighbour ", i, ": ", M%nghbrs(i), ", overlap: ", M%ol_solve(i)%ninds 333 write(stream,"(I0,A,I0,A)",advance="no") M%nghbrs(i)+1, " ", M%ol_inner(i)%ninds+M%ol_outer(i)%ninds, " " 334 end do 335 write(stream,*) "" 336 end if 337 328 338 ! Localise A: 329 339 if (ol<=0) then -
src/datatypes/Aggregate_mod.F90
r08dfb5f r7b51361 113 113 endif 114 114 enddo 115 if (sctls%verbose>= 2) then115 if (sctls%verbose>=5) then 116 116 do i=1,nagrs 117 117 write(stream,*) &
Note: See TracChangeset
for help on using the changeset viewer.
