|
virtual void | vector_update_ghosts_start ()=0 |
| Starts the communication for the update ghost values operation.
|
|
virtual void | vector_update_ghosts_finish ()=0 |
| Finishes the communication for the update ghost values operation.
|
|
virtual void | vector_compress_start ()=0 |
| Starts the communication for the vector compress operation.
|
|
virtual void | vector_compress_finish ()=0 |
| Finishes the communication for the vector compress operation.
|
|
virtual void | zero_dst_vector_range (const unsigned int range_index)=0 |
|
virtual void | cell (const std::pair< unsigned int, unsigned int > &cell_range)=0 |
|
virtual void | face (const std::pair< unsigned int, unsigned int > &face_range)=0 |
|
virtual void | boundary (const std::pair< unsigned int, unsigned int > &face_range)=0 |
|
An interface for the worker object that runs the various operations we want to perform during the matrix-free loop.
- Author
- Katharina Kormann, Martin Kronbichler, 2018
Definition at line 43 of file task_info.h.