|
dune-fem 2.8.0
|
Mathematical operation apply during communication to data that is communicated enum of all avialable operations. More...
#include <dune/fem/space/common/commoperations.hh>
Classes | |
| struct | Add |
| sum up data More... | |
| struct | Copy |
| just copy data More... | |
| struct | Max |
| keep maximum More... | |
| struct | Min |
| keep minimum More... | |
| struct | Sub |
| substract data More... | |
Public Types | |
| enum | dfCommunicationOperation { copy , add , sub , min , max } |
Mathematical operation apply during communication to data that is communicated enum of all avialable operations.