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

Method ComputePressureCoefficient

IO/Parallel/vtkMultiBlockPLOT3DReader.cxx:3547–3551  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3545}
3546
3547vtkDataArray* vtkMultiBlockPLOT3DReader::ComputePressureCoefficient(vtkStructuredGrid* output)
3548{
3549 Functors::ComputePressureCoefficientFunctor func(this, output);
3550 return func.Execute();
3551}
3552
3553vtkDataArray* vtkMultiBlockPLOT3DReader::ComputeMachNumber(vtkStructuredGrid* output)
3554{

Callers 1

MapFunctionMethod · 0.95

Calls 1

ExecuteMethod · 0.45

Tested by

no test coverage detected