mirror of
https://github.com/paboyle/Grid.git
synced 2025-04-04 19:25:56 +01:00
more accurate comment
This commit is contained in:
parent
ff3db9ceee
commit
c79d85f763
@ -102,16 +102,11 @@ int main (int argc, char ** argv)
|
||||
CoarseVector c_res (Coarse5d);
|
||||
CoarseVector c_proj(Coarse5d);
|
||||
|
||||
// TODO
|
||||
// -- promote from subspace, check we get the vector we wanted
|
||||
// -- apply ldop; check we get the same as inner product of M times big vec
|
||||
// -- pick blocks one by one. Evaluate matrix elements.
|
||||
Complex one(1.0);
|
||||
c_src = one; // 1 in every element for vector 1.
|
||||
|
||||
blockPromote(c_src,err,subspace);
|
||||
|
||||
|
||||
prom=zero;
|
||||
for(int b=0;b<nbasis;b++){
|
||||
prom=prom+subspace[b];
|
||||
|
Loading…
x
Reference in New Issue
Block a user