Changeset 8e30c0d for src/solvers/pcg.F90
- Timestamp:
- 01/25/11 10:01:44 (2 years ago)
- Branches:
- master, external, fix-prolong
- Children:
- fd51d18
- Parents:
- 686ede6
- git-author:
- Oleg Batrashev <ogbash@…> (01/25/11 10:01:44)
- git-committer:
- Oleg Batrashev <ogbash@…> (01/25/11 10:01:44)
- File:
-
- 1 edited
-
src/solvers/pcg.F90 (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/solvers/pcg.F90
r686ede6 r8e30c0d 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.
