Residual calculation sweep for multigrid with fixed stencil weights.
Stencil_T | The stencil used for the discrete operator |
#include <Multigrid.h>
Public Types | |
typedef GhostLayerField< real_t, 1 > | Field_T |
typedef std::vector< real_t > | Weight_T |
Public Member Functions | |
ComputeResidualFixedStencil (const shared_ptr< domain_decomposition::StructuredBlockStorage > &blocks, const BlockDataID &uId, const BlockDataID &fId, const std::vector< real_t > &weights, const BlockDataID &rId) | |
void | operator() (IBlock *const block) const |
Private Attributes | |
shared_ptr< domain_decomposition::StructuredBlockStorage > | blocks_ |
BlockDataID | uId_ |
BlockDataID | fId_ |
Weight_T | weights_ |
BlockDataID | rId_ |
typedef GhostLayerField< real_t, 1 > walberla::pde::ComputeResidualFixedStencil< Stencil_T >::Field_T |
typedef std::vector< real_t > walberla::pde::ComputeResidualFixedStencil< Stencil_T >::Weight_T |
|
inline |
void walberla::pde::ComputeResidualFixedStencil< Stencil_T >::operator() | ( | IBlock *const | block | ) | const |
|
private |
|
private |
|
private |
|
private |
|
private |