====== Differences ====== This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
docs:classes:flowfield [2009/02/17 08:36] gibson |
docs:classes:flowfield [2010/02/02 07:55] (current) |
||
---|---|---|---|
Line 36: | Line 36: | ||
FlowField omega = curl(u); | FlowField omega = curl(u); | ||
</code> | </code> | ||
- | |||
===== Algebraic and differential operators ===== | ===== Algebraic and differential operators ===== | ||
Line 42: | Line 41: | ||
possible operations | possible operations | ||
- | <code> | ||
<code> | <code> | ||
f *= 2.7; // f = 2.7*f | f *= 2.7; // f = 2.7*f | ||
Line 95: | Line 93: | ||
of construction, copying, assignment of FlowFields by reusing temporaries and | of construction, copying, assignment of FlowFields by reusing temporaries and | ||
figuring out the minimal sequence of operations to get the desired result. | figuring out the minimal sequence of operations to get the desired result. | ||
+ | |||
===== Symmetry operations ===== | ===== Symmetry operations ===== | ||