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

Method Execute

IO/Parallel/vtkMultiBlockPLOT3DReader.cxx:509–513  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

507 }
508
509 vtkDataArray* Execute()
510 {
511 return ComputeFunctor::Execute(
512 { "Density", "Momentum", "StagnationEnergy", "Vorticity" }, "Swirl");
513 }
514};
515
516class ComputeVelocityFunctor : public ComputeFunctor

Callers 15

ComputeTemperatureMethod · 0.45
ComputePressureMethod · 0.45
ComputeEnthalpyMethod · 0.45
ComputeKineticEnergyMethod · 0.45
ComputeEntropyMethod · 0.45
ComputeSwirlMethod · 0.45
ComputeVelocityMethod · 0.45
ComputeVorticityMethod · 0.45
ComputeMachNumberMethod · 0.45

Calls 1

ExecuteFunction · 0.50

Tested by

no test coverage detected