- Jul 31, 2021
-
-
Stéphane Del Pino authored
Add NaNHelper utility See merge request !105
-
Stéphane Del Pino authored
-
Stéphane Del Pino authored
-
Stéphane Del Pino authored
Use NaNHelper to handle bad data output
-
Stéphane Del Pino authored
Use NaNHelper to handle bad data.
-
Stéphane Del Pino authored
-
Stéphane Del Pino authored
-
Stéphane Del Pino authored
-
Stéphane Del Pino authored
-
Stéphane Del Pino authored
-
Stéphane Del Pino authored
-
Stéphane Del Pino authored
The aim of this helper is to allow to print signaling NaN. This should help to debug uninitialized matrices of vectors values while printing them.
-
Stéphane Del Pino authored
Add missing tests for ASTNodeBuiltinFunctionExpressionBuilder See merge request !104
-
- Jul 29, 2021
-
-
Stéphane Del Pino authored
On the way, fixed arguments resulting from a function call of types R^d or R^dxd
-
- Jul 27, 2021
-
-
Stéphane Del Pino authored
-
Stéphane Del Pino authored
-
Stéphane Del Pino authored
-
Stéphane Del Pino authored
-
Stéphane Del Pino authored
-
Stéphane Del Pino authored
-
Stéphane Del Pino authored
Also remove the treatment of tuple of function arguments, since this kind of argument cannot be defined in the language (by now?).
-
- Jul 26, 2021
-
-
Stéphane Del Pino authored
Set AssertError to inherit from std::runtime_error See merge request !103
-
Stéphane Del Pino authored
One now has to write `v = zero` instead of `v = 0`. A `fill` function is added but it is unclear if it should be kept.
-
Stéphane Del Pino authored
-
Stéphane Del Pino authored
-
Stéphane Del Pino authored
-
Stéphane Del Pino authored
The main interest is that one can now check more precisely the type of raised errors in unit tests
-
Stéphane Del Pino authored
-
Stéphane Del Pino authored
-
Stéphane Del Pino authored
-
Stéphane Del Pino authored
-
- Jul 23, 2021
-
-
Stéphane Del Pino authored
Fix issue #18 Closes #18 See merge request !102
-
Stéphane Del Pino authored
-
Stéphane Del Pino authored
++ and -- operators are now forbidden in function definitions. This is the correct behavior for mathematical functions - concerning function arguments, it was already not supported but resulted in a crash - with regard to outer variables, the behavior is changed since now these cannot be modified anymore while calling the function. (observe these external parameters can still be modified outside of the function definition itself)
-
- Jul 22, 2021
-
-
Stéphane Del Pino authored
Initialize arrays types with invalid data (non Release mode) See merge request !101
-
Stéphane Del Pino authored
-
Stéphane Del Pino authored
This concerns Array, Table, TinyVector and TinyMatrix by now.
-
Stéphane Del Pino authored
-
- Jul 21, 2021
-
-
Stéphane Del Pino authored
Add handling of flat boundaries made of faces See merge request !100
-
Stéphane Del Pino authored
-