Changeset 5830e35 for src/solvers/pcg.F90
- Timestamp:
- 02/01/11 14:43:16 (2 years ago)
- Branches:
- master, external
- Children:
- be3812e
- Parents:
- f73371d
- git-author:
- Oleg Batrashev <ogbash@…> (02/01/11 14:43:16)
- git-committer:
- Oleg Batrashev <ogbash@…> (02/01/11 14:43:16)
- File:
-
- 1 edited
-
src/solvers/pcg.F90 (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/solvers/pcg.F90
r686ede6 r5830e35 425 425 426 426 if (cdat_vec%active) then 427 write(stream,*) "clrhs", shape(clrhs), cdat_vec%gl_cfmap427 !write(stream,*) "clrhs", shape(clrhs), cdat_vec%gl_cfmap 428 428 call Vect_remap(csol,clrhs,cdat_vec%gl_cfmap,dozero=.true.) 429 write(stream,*) "Restrict%nrows", Restrict%nrows429 !write(stream,*) "Restrict%nrows", Restrict%nrows 430 430 call SpMtx_Ax(tmpsol,Restrict,clrhs,dozero=.true.,transp=.true.) 431 431 !write(stream,*) "tmpsol", tmpsol
Note: See TracChangeset
for help on using the changeset viewer.
