187 |
(BV.exp_rr, basisFn MathFuns.pow), |
(BV.exp_rr, basisFn MathFuns.pow), |
188 |
|
|
189 |
(* Changed*) |
(* Changed*) |
190 |
|
(*Note curl is in Ein and does not need to normalize.*) |
191 |
(BV.curl2D, fn (y, _, xs) => assignEin(y, EinOp.Curl2d, xs)), |
(BV.curl2D, fn (y, _, xs) => assignEin(y, EinOp.Curl2d, xs)), |
192 |
(BV.curl3D, fn (y, _, xs) => assignEin(y, EinOp.Curl3d, xs)), |
(BV.curl3D, fn (y, _, xs) => assignEin(y, EinOp.Curl3d, xs)), |
193 |
|
|
206 |
assign(y, Op.Probe(dimVarToTensor dv, shapeVarToTensor sv), xs)), |
assign(y, Op.Probe(dimVarToTensor dv, shapeVarToTensor sv), xs)), |
207 |
|
|
208 |
(* Changed*) |
(* Changed*) |
209 |
|
(*Um what do I give as the argument to Normalize?*) |
210 |
(BV.op_D, fn (y, _, xs) => assignEin(y, createFldEin(EinOp.Grad,xs), xs)), |
(BV.op_D, fn (y, _, xs) => assignEin(y, createFldEin(EinOp.Grad,xs), xs)), |
211 |
(BV.op_Dotimes, fn (y, _, xs) => assignEin(y, createFldEin(EinOp.Divergence,xs), xs)), |
(BV.op_Dotimes, fn (y, _, xs) => assignEin(y, createFldEin(EinOp.Divergence,xs), xs)), |
212 |
|
|