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

Method ComputePressure

IO/Parallel/vtkMultiBlockPLOT3DReader.cxx:3492–3496  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3490}
3491
3492vtkDataArray* vtkMultiBlockPLOT3DReader::ComputePressure(vtkStructuredGrid* output)
3493{
3494 Functors::ComputePressureFunctor func(this, output);
3495 return func.Execute();
3496}
3497
3498vtkDataArray* vtkMultiBlockPLOT3DReader::ComputeEnthalpy(vtkStructuredGrid* output)
3499{

Callers 2

MapFunctionMethod · 0.95

Calls 1

ExecuteMethod · 0.45

Tested by

no test coverage detected