| 507 | } |
| 508 | |
| 509 | vtkDataArray* Execute() |
| 510 | { |
| 511 | return ComputeFunctor::Execute( |
| 512 | { "Density", "Momentum", "StagnationEnergy", "Vorticity" }, "Swirl"); |
| 513 | } |
| 514 | }; |
| 515 | |
| 516 | class ComputeVelocityFunctor : public ComputeFunctor |
no test coverage detected