Changeset 7a5f6b3 for src/solvers/pcg.F90
- Timestamp:
- 02/07/11 15:44:31 (2 years ago)
- Branches:
- master, external
- Children:
- 398fecf
- Parents:
- ee38b77 (diff), d277181 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent. - git-author:
- Oleg Batrashev <ogbash@…> (02/07/11 15:44:31)
- git-committer:
- Oleg Batrashev <ogbash@…> (02/07/11 15:44:31)
- File:
-
- 1 edited
-
src/solvers/pcg.F90 (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/solvers/pcg.F90
rbe3812e r7a5f6b3 359 359 if (cdat%active) then 360 360 ! Send coarse vector 361 write(stream,*) "Send coarse vector!"362 361 call SpMtx_Ax(clrhs,Restrict,rhs,dozero=.true.) ! restrict <RA> 363 362 if (cdat_vec%active) then … … 397 396 cdat%cdisps,cdat%glg_cfmap,cdat%send) 398 397 endif 399 write(stream,*) "Got coarse vector!"400 398 !call MPI_BARRIER(MPI_COMM_WORLD,i) 401 399 end if … … 411 409 end if 412 410 413 write (stream,*) "Coarse solve"414 411 ! Coarse solve 415 412 call sparse_singlesolve(CoarseMtx_%DD%subsolve_ids(1),csol,crhs,& … … 425 422 426 423 if (cdat_vec%active) then 427 write(stream,*) "clrhs", shape(clrhs), cdat_vec%gl_cfmap428 424 call Vect_remap(csol,clrhs,cdat_vec%gl_cfmap,dozero=.true.) 429 !write(stream,*) "Restrict%nrows", Restrict%nrows430 425 call SpMtx_Ax(tmpsol,Restrict,clrhs,dozero=.true.,transp=.true.) 431 426 !write(stream,*) "tmpsol", tmpsol
Note: See TracChangeset
for help on using the changeset viewer.
