| 
    ThunderEgg
    1.0.0
    
   | 
 
Fills ghost cells on patches. More...
#include <GhostFiller.h>

Public Member Functions | |
| virtual GhostFiller< D > * | clone () const =0 | 
| Clone this GhostFiller.  More... | |
| virtual void | fillGhost (const Vector< D > &u) const =0 | 
| Fill ghost cells on a vector.  More... | |
Fills ghost cells on patches.
| D | the number of Cartesian dimensions in the patches. | 
      
  | 
  pure virtual | 
Clone this GhostFiller.
Implemented in ThunderEgg::TriLinearGhostFiller, ThunderEgg::BiLinearGhostFiller, and ThunderEgg::BiQuadraticGhostFiller.
      
  | 
  pure virtual | 
Fill ghost cells on a vector.
| u | the vector | 
Implemented in ThunderEgg::MPIGhostFiller< D >, ThunderEgg::MPIGhostFiller< 2 >, and ThunderEgg::MPIGhostFiller< 3 >.