Ignore:
Timestamp:
01/21/11 09:55:57 (2 years ago)
Author:
Oleg Batrashev <ogbash@…>
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)
Message:

Clone commit

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/solvers/pcg.F90

    rdc3a733 r686ede6  
    348348          allocate(csol(CoarseMtx_%nrows)) 
    349349        endif 
     350        write(stream,*) "Restrict%nrows", Restrict%nrows 
    350351        allocate(clrhs(Restrict%nrows)) ! allocate memory for vector 
    351352      end if 
     
    424425 
    425426      if (cdat_vec%active) then 
     427        write(stream,*) "clrhs", shape(clrhs), cdat_vec%gl_cfmap 
    426428        call Vect_remap(csol,clrhs,cdat_vec%gl_cfmap,dozero=.true.) 
     429        write(stream,*) "Restrict%nrows", Restrict%nrows 
    427430        call SpMtx_Ax(tmpsol,Restrict,clrhs,dozero=.true.,transp=.true.) 
     431        !write(stream,*) "tmpsol", tmpsol 
    428432      elseif (cdat%active) then 
    429433        call Vect_remap(csol,clrhs,cdat%gl_cfmap,dozero=.true.) 
Note: See TracChangeset for help on using the changeset viewer.