Changeset 8a2eebe


Ignore:
Timestamp:
12/13/10 20:37:11 (2 years ago)
Author:
Oleg Batrashev <ogbash@…>
Branches:
master, external, fix-prolong, refactor, refactor-subsolvers
Children:
13bb187
Parents:
964c491
git-author:
Oleg Batrashev <ogbash@…> (12/13/10 20:37:11)
git-committer:
Oleg Batrashev <ogbash@…> (12/13/10 20:37:11)
Message:

Fix some tests with 1 node two-level.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/solvers/pcg.F90

    r0dd7e39 r8a2eebe  
    519519          endif 
    520520        end if 
     521      end if 
    521522 
    522523        !csol=0.0_rk 
     524      if (cdat%active) then 
    523525        ! Recieve the vector for solve 
    524526        if (cdat_vec%active) then 
     
    535537        write (stream,*) 'coarse factorisation done!',CoarseMtx_%subsolve_ids(1) 
    536538        if (bugtrack)write(stream,*) "(f) Coarse SOL is:",csol 
    537  
     539      end if 
     540 
     541      if (sctls%levels>1) then 
    538542        if (cdat_vec%active) then 
    539543          call Vect_remap(csol,clrhs,cdat_vec%gl_cfmap,dozero=.true.) 
Note: See TracChangeset for help on using the changeset viewer.