Compute the Lambda2 surface for a given flow field which allow for the visualization of fluid vortex cores.
More...
#include <vtkvmtkMeshLambda2.h>
Compute the Lambda2 surface for a given flow field which allow for the visualization of fluid vortex cores.
- Date
- 2006/07/27 08:28:36
- Revision
- 1.1
Definition at line 33 of file vtkvmtkMeshLambda2.h.
◆ Superclass
◆ vtkvmtkMeshLambda2()
vtkvmtkMeshLambda2::vtkvmtkMeshLambda2 |
( |
| ) |
|
|
protected |
◆ ~vtkvmtkMeshLambda2()
vtkvmtkMeshLambda2::~vtkvmtkMeshLambda2 |
( |
| ) |
|
|
protected |
◆ IsTypeOf()
static int vtkvmtkMeshLambda2::IsTypeOf |
( |
const char * |
type | ) |
|
|
static |
◆ IsA()
virtual int vtkvmtkMeshLambda2::IsA |
( |
const char * |
type | ) |
|
|
virtual |
◆ SafeDownCast()
◆ NewInstanceInternal()
virtual vtkObjectBase* vtkvmtkMeshLambda2::NewInstanceInternal |
( |
| ) |
const |
|
protectedvirtual |
◆ NewInstance()
◆ PrintSelf()
void vtkvmtkMeshLambda2::PrintSelf |
( |
ostream & |
os, |
|
|
vtkIndent |
indent |
|
) |
| |
◆ New()
◆ SetVelocityArrayName()
virtual void vtkvmtkMeshLambda2::SetVelocityArrayName |
( |
const char * |
| ) |
|
|
virtual |
◆ GetVelocityArrayName()
virtual char* vtkvmtkMeshLambda2::GetVelocityArrayName |
( |
| ) |
|
|
virtual |
◆ SetLambda2ArrayName()
virtual void vtkvmtkMeshLambda2::SetLambda2ArrayName |
( |
const char * |
| ) |
|
|
virtual |
◆ GetLambda2ArrayName()
virtual char* vtkvmtkMeshLambda2::GetLambda2ArrayName |
( |
| ) |
|
|
virtual |
◆ SetComputeIndividualPartialDerivatives()
virtual void vtkvmtkMeshLambda2::SetComputeIndividualPartialDerivatives |
( |
int |
| ) |
|
|
virtual |
◆ GetComputeIndividualPartialDerivatives()
virtual int vtkvmtkMeshLambda2::GetComputeIndividualPartialDerivatives |
( |
| ) |
|
|
virtual |
◆ ComputeIndividualPartialDerivativesOn()
virtual void vtkvmtkMeshLambda2::ComputeIndividualPartialDerivativesOn |
( |
| ) |
|
|
virtual |
◆ ComputeIndividualPartialDerivativesOff()
virtual void vtkvmtkMeshLambda2::ComputeIndividualPartialDerivativesOff |
( |
| ) |
|
|
virtual |
◆ SetConvergenceTolerance()
virtual void vtkvmtkMeshLambda2::SetConvergenceTolerance |
( |
double |
| ) |
|
|
virtual |
◆ GetConvergenceTolerance()
virtual double vtkvmtkMeshLambda2::GetConvergenceTolerance |
( |
| ) |
|
|
virtual |
◆ SetQuadratureOrder()
virtual void vtkvmtkMeshLambda2::SetQuadratureOrder |
( |
int |
| ) |
|
|
virtual |
◆ GetQuadratureOrder()
virtual int vtkvmtkMeshLambda2::GetQuadratureOrder |
( |
| ) |
|
|
virtual |
◆ SetForceBoundaryToNegative()
virtual void vtkvmtkMeshLambda2::SetForceBoundaryToNegative |
( |
int |
| ) |
|
|
virtual |
◆ GetForceBoundaryToNegative()
virtual int vtkvmtkMeshLambda2::GetForceBoundaryToNegative |
( |
| ) |
|
|
virtual |
◆ ForceBoundaryToNegativeOn()
virtual void vtkvmtkMeshLambda2::ForceBoundaryToNegativeOn |
( |
| ) |
|
|
virtual |
◆ ForceBoundaryToNegativeOff()
virtual void vtkvmtkMeshLambda2::ForceBoundaryToNegativeOff |
( |
| ) |
|
|
virtual |
◆ RequestData()
virtual int vtkvmtkMeshLambda2::RequestData |
( |
vtkInformation * |
, |
|
|
vtkInformationVector ** |
, |
|
|
vtkInformationVector * |
|
|
) |
| |
|
protectedvirtual |
◆ VelocityArrayName
char* vtkvmtkMeshLambda2::VelocityArrayName |
|
protected |
◆ Lambda2ArrayName
char* vtkvmtkMeshLambda2::Lambda2ArrayName |
|
protected |
◆ ComputeIndividualPartialDerivatives
int vtkvmtkMeshLambda2::ComputeIndividualPartialDerivatives |
|
protected |
◆ ConvergenceTolerance
double vtkvmtkMeshLambda2::ConvergenceTolerance |
|
protected |
◆ QuadratureOrder
int vtkvmtkMeshLambda2::QuadratureOrder |
|
protected |
◆ ForceBoundaryToNegative
int vtkvmtkMeshLambda2::ForceBoundaryToNegative |
|
protected |
The documentation for this class was generated from the following file: