MCPcopy Create free account
hub / github.com/Kitware/VTK / ComputeKineticEnergy

Method ComputeKineticEnergy

IO/Parallel/vtkMultiBlockPLOT3DReader.cxx:3504–3508  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3502}
3503
3504vtkDataArray* vtkMultiBlockPLOT3DReader::ComputeKineticEnergy(vtkStructuredGrid* output)
3505{
3506 Functors::ComputeKineticEnergyFunctor func(this, output);
3507 return func.Execute();
3508}
3509
3510vtkDataArray* vtkMultiBlockPLOT3DReader::ComputeVelocityMagnitude(vtkStructuredGrid* output)
3511{

Callers 1

MapFunctionMethod · 0.95

Calls 1

ExecuteMethod · 0.45

Tested by

no test coverage detected