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

Method ComputePressureGradient

IO/Parallel/vtkMultiBlockPLOT3DReader.cxx:3541–3545  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3539}
3540
3541vtkDataArray* vtkMultiBlockPLOT3DReader::ComputePressureGradient(vtkStructuredGrid* output)
3542{
3543 Functors::ComputePressureGradientFunctor func(this, output);
3544 return func.Execute();
3545}
3546
3547vtkDataArray* vtkMultiBlockPLOT3DReader::ComputePressureCoefficient(vtkStructuredGrid* output)
3548{

Callers 1

MapFunctionMethod · 0.95

Calls 1

ExecuteMethod · 0.45

Tested by

no test coverage detected