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

Method ComputeSoundSpeed

IO/Parallel/vtkMultiBlockPLOT3DReader.cxx:3559–3563  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3557}
3558
3559vtkDataArray* vtkMultiBlockPLOT3DReader::ComputeSoundSpeed(vtkStructuredGrid* output)
3560{
3561 Functors::ComputeSoundSpeedFunctor func(this, output);
3562 return func.Execute();
3563}
3564
3565vtkDataArray* vtkMultiBlockPLOT3DReader::ComputeVorticityMagnitude(vtkStructuredGrid* output)
3566{

Callers 1

MapFunctionMethod · 0.95

Calls 1

ExecuteMethod · 0.45

Tested by

no test coverage detected