1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-06-18 15:57:05 +01:00

Think I have the physical prop interface to CF and PF overlap right, but need a strong check/regression.

Only support Hw overlap, not Ht for now. Ht needs a new Dminus implemented.
This commit is contained in:
paboyle
2018-04-18 14:17:49 +01:00
parent b5510427f9
commit 870b1a85ae
4 changed files with 56 additions and 0 deletions

View File

@ -70,6 +70,12 @@ namespace Grid {
// Efficient support for multigrid coarsening
virtual void Mdir (const FermionField &in, FermionField &out,int dir,int disp);
///////////////////////////////////////////////////////////////
// Physical surface field utilities
///////////////////////////////////////////////////////////////
virtual void ExportPhysicalFermionSolution(const FermionField &solution5d,FermionField &exported4d);
virtual void ImportPhysicalFermionSource (const FermionField &input4d,FermionField &imported5d);
// Constructors
PartialFractionFermion5D(GaugeField &_Umu,
GridCartesian &FiveDimGrid,