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

Method ComputeVorticity

IO/Parallel/vtkMultiBlockPLOT3DReader.cxx:3535–3539  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3533}
3534
3535vtkDataArray* vtkMultiBlockPLOT3DReader::ComputeVorticity(vtkStructuredGrid* output)
3536{
3537 Functors::ComputeVorticityFunctor func(this, output);
3538 return func.Execute();
3539}
3540
3541vtkDataArray* vtkMultiBlockPLOT3DReader::ComputePressureGradient(vtkStructuredGrid* output)
3542{

Callers 2

MapFunctionMethod · 0.95

Calls 1

ExecuteMethod · 0.45

Tested by

no test coverage detected