|
GEOS
|
OpAdd Operator that adds a value. More...
#include <FieldSpecificationOps.hpp>
Static Public Member Functions | |
| template<typename T , typename U > | |
| static GEOS_HOST_DEVICE void | apply (T &lhs, U const &rhs) |
| Pointwise update of a value. More... | |
OpAdd Operator that adds a value.
Definition at line 53 of file FieldSpecificationOps.hpp.
|
inlinestatic |
Pointwise update of a value.
| T | type of the left-hand side |
| U | type of the right-hand side |
| [in] | lhs | value to update |
| [in] | rhs | input value |
Definition at line 64 of file FieldSpecificationOps.hpp.