implementations.transfer_classes.TransferMesh_MPIFFT module

class fft_to_fft(fine_prob, coarse_prob, params)[source]

Bases: space_transfer

Custon base_transfer class, implements Transfer.py

This implementation can restrict and prolong between PMESH datatypes meshes with FFT for periodic boundaries

prolong(G)[source]

Prolongation implementation

Parameters:

G – the coarse level data (easier to access than via the coarse attribute)

restrict(F)[source]

Restriction implementation

Parameters:

F – the fine level data (easier to access than via the fine attribute)