28 #ifndef __vtkvmtkMeshVorticity_h 29 #define __vtkvmtkMeshVorticity_h 31 #include "vtkUnstructuredGridAlgorithm.h" 32 #include "vtkUnstructuredGrid.h" 33 #include "vtkvmtkWin32Header.h" 39 void PrintSelf(ostream& os, vtkIndent indent) VTK_OVERRIDE;
43 vtkSetStringMacro(VelocityArrayName);
44 vtkGetStringMacro(VelocityArrayName);
46 vtkSetStringMacro(VorticityArrayName);
47 vtkGetStringMacro(VorticityArrayName);
49 vtkSetMacro(ComputeIndividualPartialDerivatives,
int);
50 vtkGetMacro(ComputeIndividualPartialDerivatives,
int);
51 vtkBooleanMacro(ComputeIndividualPartialDerivatives,
int);
53 vtkSetMacro(ConvergenceTolerance,
double);
54 vtkGetMacro(ConvergenceTolerance,
double);
56 vtkSetMacro(QuadratureOrder,
int);
57 vtkGetMacro(QuadratureOrder,
int);
63 virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) VTK_OVERRIDE;
int ComputeIndividualPartialDerivatives
Calculates vorticity from velocity gradients in a mesh.
double ConvergenceTolerance
char * VorticityArrayName