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

Method ComputeMachNumber

IO/Parallel/vtkMultiBlockPLOT3DReader.cxx:3553–3557  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3551}
3552
3553vtkDataArray* vtkMultiBlockPLOT3DReader::ComputeMachNumber(vtkStructuredGrid* output)
3554{
3555 Functors::ComputeMachNumberFunctor func(this, output);
3556 return func.Execute();
3557}
3558
3559vtkDataArray* vtkMultiBlockPLOT3DReader::ComputeSoundSpeed(vtkStructuredGrid* output)
3560{

Callers 1

MapFunctionMethod · 0.95

Calls 1

ExecuteMethod · 0.45

Tested by

no test coverage detected