|
| | SimpleDiffusionDirichlet (const BoundaryUID &boundaryUID, const FlagUID &uid, PDFField *const pdfField, const real_t val=real_t(0)) |
| |
| void | pushFlags (std::vector< FlagUID > &uids) const |
| |
| void | beforeBoundaryTreatment () const |
| |
| void | afterBoundaryTreatment () const |
| |
| template<typename Buffer_T > |
| void | packCell (Buffer_T &buffer, const cell_idx_t x, const cell_idx_t y, const cell_idx_t z) const |
| |
| template<typename Buffer_T > |
| void | registerCell (Buffer_T &buffer, const flag_t, const cell_idx_t x, const cell_idx_t y, const cell_idx_t z) |
| |
| void | registerCell (const flag_t, const cell_idx_t x, const cell_idx_t y, const cell_idx_t z, const BoundaryConfiguration &bc) |
| |
| void | registerCells (const flag_t, const CellInterval &cells, const BoundaryConfiguration &bc) |
| |
| template<typename CellIterator > |
| void | registerCells (const flag_t, const CellIterator &begin, const CellIterator &end, const BoundaryConfiguration &bc) |
| |
| void | unregisterCell (const flag_t, const cell_idx_t, const cell_idx_t, const cell_idx_t) const |
| |
| void | treatDirection (const cell_idx_t x, const cell_idx_t y, const cell_idx_t z, const stencil::Direction dir, const cell_idx_t nx, const cell_idx_t ny, const cell_idx_t nz, const flag_t mask) |
| |
| | Boundary (const BoundaryUID &boundaryUID) |
| |
| void | setMask (const flag_t mask) |
| |
| flag_t | getMask () const |
| |
| const BoundaryUID & | getUID () const |
| |