26 #ifndef __vtkvmtkMeshLambda2_h 27 #define __vtkvmtkMeshLambda2_h 29 #include "vtkUnstructuredGridAlgorithm.h" 30 #include "vtkUnstructuredGrid.h" 31 #include "vtkvmtkWin32Header.h" 37 void PrintSelf(ostream& os, vtkIndent indent) VTK_OVERRIDE;
41 vtkSetStringMacro(VelocityArrayName);
42 vtkGetStringMacro(VelocityArrayName);
44 vtkSetStringMacro(Lambda2ArrayName);
45 vtkGetStringMacro(Lambda2ArrayName);
47 vtkSetMacro(ComputeIndividualPartialDerivatives,
int);
48 vtkGetMacro(ComputeIndividualPartialDerivatives,
int);
49 vtkBooleanMacro(ComputeIndividualPartialDerivatives,
int);
51 vtkSetMacro(ConvergenceTolerance,
double);
52 vtkGetMacro(ConvergenceTolerance,
double);
54 vtkSetMacro(QuadratureOrder,
int);
55 vtkGetMacro(QuadratureOrder,
int);
57 vtkSetMacro(ForceBoundaryToNegative,
int);
58 vtkGetMacro(ForceBoundaryToNegative,
int);
59 vtkBooleanMacro(ForceBoundaryToNegative,
int);
65 virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) VTK_OVERRIDE;
double ConvergenceTolerance
int ForceBoundaryToNegative
int ComputeIndividualPartialDerivatives
Compute the Lambda2 surface for a given flow field which allow for the visualization of fluid vortex ...