implementations.transfer_classes.TransferParticles_NoCoarse module

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

Bases: space_transfer

Custon transfer class, implements SpaceTransfer.py

This implementation is just a dummy for particles with no direct functionality, i.e. the number of particles is not reduced on the coarse problem

prolong(G)[source]

Dummy prolongation routine

Parameters:

G – the coarse level data

restrict(F)[source]

Dummy restriction routine

Parameters:

F – the fine level data