mirror of
https://github.com/paboyle/Grid.git
synced 2025-06-22 01:32:03 +01:00
Added ImportUnphysicalFermion and included appropriate logic for 5d w vectors in A2A code
This commit is contained in:
@ -162,13 +162,17 @@ namespace Grid {
|
||||
{
|
||||
imported = input;
|
||||
};
|
||||
virtual void ImportUnphysicalFermion(const FermionField &input,FermionField &imported)
|
||||
{
|
||||
imported=input;
|
||||
};
|
||||
virtual void ExportPhysicalFermionSolution(const FermionField &solution,FermionField &exported)
|
||||
{
|
||||
exported=solution;
|
||||
};
|
||||
virtual void ExportPhysicalFermionSource(const FermionField &solution, FermionField &exported)
|
||||
virtual void ExportPhysicalFermionSource(const FermionField &solution,FermionField &exported)
|
||||
{
|
||||
exported = solution;
|
||||
exported=solution;
|
||||
};
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user