- Implemented compound assignment for ArrayExpressions.
- Implemented compound assignment operators
*=
and/=
for Array. - Allowing for different output types when using
GridTransform
.
The transformation must havevalue_type
defined. - Added test suite based on Boost Test
- Added functions
registerUtilityFunctions
andregisterSpecialFunctions
to
register some more functions. - Added a
minReduce
function inDomainSubdivision
that is equivalent to the
maxReduce
but will find the minimum across all processes. - Added
projectDim
forArray
. - Added
project
andprojectDim
forRange
. - Parser now supports functions without arguments.
- Added capability for non-deterministic functions in configuration file parser