Restriction sweep for multigrid.
Stencil_T | The stencil used for the discrete operator |
#include <Multigrid.h>
Public Types | |
typedef GhostLayerField< real_t, 1 > | Field_T |
Public Member Functions | |
Restrict (const shared_ptr< domain_decomposition::StructuredBlockStorage > &blocks, const BlockDataID &fineFieldId, const BlockDataID &coarseFieldId) | |
void | operator() (IBlock *const block) const |
Private Attributes | |
shared_ptr< domain_decomposition::StructuredBlockStorage > | blocks_ |
BlockDataID | fineFieldId_ |
BlockDataID | coarseFieldId_ |
typedef GhostLayerField< real_t, 1 > walberla::pde::Restrict< Stencil_T >::Field_T |
|
inline |
void walberla::pde::Restrict< Stencil_T >::operator() | ( | IBlock *const | block | ) | const |
|
private |
|
private |
|
private |