mirror of
https://github.com/paboyle/Grid.git
synced 2024-11-09 23:45:36 +00:00
Eliminate older inefficient coarsening implementation
This commit is contained in:
parent
7b41b92d99
commit
6532b7f32b
@ -144,12 +144,7 @@ int main (int argc, char ** argv)
|
|||||||
HermOpAdaptor<LatticeFermionD> HOA(HermDefOp);
|
HermOpAdaptor<LatticeFermionD> HOA(HermDefOp);
|
||||||
|
|
||||||
int pp=16;
|
int pp=16;
|
||||||
// LittleDiracOpCol.CoarsenOperator(HOA,Aggregates);
|
LittleDiracOp.CoarsenOperator(HOA,Aggregates);
|
||||||
// std::cout << "LittleDiracOp old " << LittleDiracOpCol._A[pp]<<std::endl;
|
|
||||||
LittleDiracOp.CoarsenOperatorColoured(HOA,Aggregates);
|
|
||||||
// LittleDiracOp.ExchangeCoarseLinks();
|
|
||||||
|
|
||||||
// std::cout << "LittleDiracOp new " << LittleDiracOp._A[pp]<<std::endl;
|
|
||||||
|
|
||||||
///////////////////////////////////////////////////
|
///////////////////////////////////////////////////
|
||||||
// Test the operator
|
// Test the operator
|
||||||
|
Loading…
Reference in New Issue
Block a user