mirror of
https://github.com/paboyle/Grid.git
synced 2024-11-10 07:55:35 +00:00
Verbose change
This commit is contained in:
parent
3f31afa4fc
commit
47b4e91473
@ -55,7 +55,7 @@ struct DirichletFilter: public MomentumFilterBase<MomentaField>
|
|||||||
for(int mu=0;mu<Nd;mu++) {
|
for(int mu=0;mu<Nd;mu++) {
|
||||||
if ( (Block[mu]) && (Block[mu] < grid->GlobalDimensions()[mu] ) ) {
|
if ( (Block[mu]) && (Block[mu] < grid->GlobalDimensions()[mu] ) ) {
|
||||||
// If costly could provide Grid earlier and precompute masks
|
// If costly could provide Grid earlier and precompute masks
|
||||||
std::cout << " Dirichlet in mu="<<mu<<std::endl;
|
std::cout << GridLogMessage << " Dirichlet in mu="<<mu<<std::endl;
|
||||||
LatticeCoordinate(coor,mu);
|
LatticeCoordinate(coor,mu);
|
||||||
auto P_mu = PeekIndex<LorentzIndex>(P, mu);
|
auto P_mu = PeekIndex<LorentzIndex>(P, mu);
|
||||||
P_mu = where(mod(coor,Block[mu])==Integer(Block[mu]-1),zz,P_mu);
|
P_mu = where(mod(coor,Block[mu])==Integer(Block[mu]-1),zz,P_mu);
|
||||||
|
Loading…
Reference in New Issue
Block a user