1
0
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:
Peter Boyle 2023-10-05 16:56:15 -04:00
parent 7b41b92d99
commit 6532b7f32b

View File

@ -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