MaMiCo 1.2
|
Public Member Functions | |
SequentialFilter (coupling::filtering::FilterInterface< dim > *filter, const MPI_Comm comm) | |
virtual void | operator() () |
![]() | |
FilterInterface (const std::vector< coupling::datastructures::CouplingCell< dim > * > &inputCellVector, const std::vector< coupling::datastructures::CouplingCell< dim > * > &outputCellVector, const std::array< bool, 7 > filteredValues, const char *type) | |
FilterInterface (const char *type) | |
void | updateCellData (const std::vector< coupling::datastructures::CouplingCell< dim > * > &new_inputCells, const std::vector< coupling::datastructures::CouplingCell< dim > * > &new_outputCells) |
const char * | getType () const |
std::vector< coupling::datastructures::CouplingCell< dim > * > | getInputCells () const |
std::vector< coupling::datastructures::CouplingCell< dim > * > | getOutputCells () const |
coupling::datastructures::CouplingCell< dim > * | getInputCellOfIndex (const CellIndex_T &index) |
coupling::datastructures::CouplingCell< dim > * | getOutputCellOfIndex (const CellIndex_T &index) |
void | setInputCells (const std::vector< coupling::datastructures::CouplingCell< dim > * > &newInputCells) |
int | getSize () const |
Private Member Functions | |
virtual void | contribute () |
virtual void | process (bool sequential) |
void | couplingCellToBuffer (std::vector< double > &buf, const coupling::datastructures::CouplingCell< dim > *cell) |
void | bufferToCouplingCell (const std::vector< double > &buf, coupling::datastructures::CouplingCell< dim > *cell) |
Private Attributes | |
coupling::filtering::FilterInterface< dim > * | _filter |
const MPI_Comm | _comm |
int | _commSize |
int | _processingRank |
int | _myRank |
std::vector< coupling::datastructures::CouplingCell< dim > * > | _inputCells_Global |
std::vector< coupling::datastructures::CouplingCell< dim > * > | _outputCells_Global |
std::vector< unsigned int > | _cellRanks |
std::vector< double > | _cellbuf |
std::vector< coupling::datastructures::CouplingCell< dim > * > | _inputCells_Local |
std::vector< coupling::datastructures::CouplingCell< dim > * > | _outputCells_Local |
Additional Inherited Members | |
![]() | |
using | CellIndex_T |
![]() | |
std::vector< coupling::datastructures::CouplingCell< dim > * > | _inputCells |
std::vector< coupling::datastructures::CouplingCell< dim > * > | _outputCells |
std::vector< ScalarAccessFunctionPair > | _scalarAccessFunctionPairs |
std::vector< VectorAccessFunctionPair > | _vectorAccessFunctionPairs |
const char * | _type |
|
virtual |
Implements coupling::filtering::FilterInterface< dim >.