|
shared_ptr< BoundaryConfiguration > | defaultBoundaryConfiguration (const Cell &, const Vector3< real_t > &) |
|
template<typename PdfField_T , typename BoundaryHandling_T , typename CoarseField > |
void | fillTemporaryCoarseField (const cell_idx_t y, const cell_idx_t z, const CellInterval &coarse, const PdfField_T *const pdfField, const BoundaryHandling_T *const boundaryHandling, const shared_ptr< CoarseField > &tmpField) |
|
template<typename PdfField_T , typename BoundaryHandling_T , typename CoarseField , typename BoolField > |
void | linearInterpolation (const cell_idx_t y, const cell_idx_t z, const CellInterval &fine, PdfField_T *const pdfField, const BoundaryHandling_T *const boundaryHandling, const shared_ptr< CoarseField > &tmpField, const shared_ptr< BoolField > &boolField) |
|