dune-fem
2.4.1-rc
|
Mathematical operation apply during communication to data that is communicated enum of all avialable operations. More...
#include </local/tomalk/somewhere/tmp/dune-fem/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.