Changeset 686ede6 for src/solvers/pcg.F90
- Timestamp:
- 01/21/11 09:55:57 (2 years ago)
- Branches:
- master, external, fix-prolong
- Children:
- f73371d, 8e30c0d
- Parents:
- f8c00fb
- git-author:
- Oleg Batrashev <ogbash@…> (01/21/11 09:55:57)
- git-committer:
- Oleg Batrashev <ogbash@…> (01/21/11 09:55:57)
- File:
-
- 1 edited
-
src/solvers/pcg.F90 (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/solvers/pcg.F90
rdc3a733 r686ede6 348 348 allocate(csol(CoarseMtx_%nrows)) 349 349 endif 350 write(stream,*) "Restrict%nrows", Restrict%nrows 350 351 allocate(clrhs(Restrict%nrows)) ! allocate memory for vector 351 352 end if … … 424 425 425 426 if (cdat_vec%active) then 427 write(stream,*) "clrhs", shape(clrhs), cdat_vec%gl_cfmap 426 428 call Vect_remap(csol,clrhs,cdat_vec%gl_cfmap,dozero=.true.) 429 write(stream,*) "Restrict%nrows", Restrict%nrows 427 430 call SpMtx_Ax(tmpsol,Restrict,clrhs,dozero=.true.,transp=.true.) 431 !write(stream,*) "tmpsol", tmpsol 428 432 elseif (cdat%active) then 429 433 call Vect_remap(csol,clrhs,cdat%gl_cfmap,dozero=.true.)
Note: See TracChangeset
for help on using the changeset viewer.
