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

Method ComputeEnthalpy

IO/Parallel/vtkMultiBlockPLOT3DReader.cxx:3498–3502  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3496}
3497
3498vtkDataArray* vtkMultiBlockPLOT3DReader::ComputeEnthalpy(vtkStructuredGrid* output)
3499{
3500 Functors::ComputeEnthalpyFunctor func(this, output);
3501 return func.Execute();
3502}
3503
3504vtkDataArray* vtkMultiBlockPLOT3DReader::ComputeKineticEnergy(vtkStructuredGrid* output)
3505{

Callers 1

MapFunctionMethod · 0.95

Calls 1

ExecuteMethod · 0.45

Tested by

no test coverage detected