Skip to content
Snippets Groups Projects
Select Git revision
  • 8ea90776c3b67dec4d1e6b679944ac33ab0f31ed
  • develop default protected
  • feature/gmsh-reader
  • origin/stage/bouguettaia
  • feature/kinetic-schemes
  • feature/reconstruction
  • feature/local-dt-fsi
  • feature/composite-scheme-sources
  • feature/composite-scheme-other-fluxes
  • feature/serraille
  • feature/variational-hydro
  • feature/composite-scheme
  • hyperplastic
  • feature/polynomials
  • feature/gks
  • feature/implicit-solver-o2
  • feature/coupling_module
  • feature/implicit-solver
  • feature/merge-local-dt-fsi
  • master protected
  • feature/escobar-smoother
  • v0.5.0 protected
  • v0.4.1 protected
  • v0.4.0 protected
  • v0.3.0 protected
  • v0.2.0 protected
  • v0.1.0 protected
  • Kidder
  • v0.0.4 protected
  • v0.0.3 protected
  • v0.0.2 protected
  • v0 protected
  • v0.0.1 protected
33 results

pugs

Stephane Del Pino's avatar
Stéphane Del Pino authored
It now uses FunctionArgumentConverter and ASTNodeDataTypeFlattener. This leads
to a more consistent implementation and use of CFunction along with
FunctionExpression.

Now one can write
``
import math;
let x_and_3: R->R*R, x->(x,3);
R x = pow(x_and_3(2));
``
the novelty is that `pow` acts (has one could expect) as a `R*R->R` function
expression which makes is more natural (even if this example may not show its
relevance)
8ea90776
History
Name Last commit Last update