VMTK
Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
vtkvmtkUnstructuredGridFEVorticityAssembler Class Reference

Construct a vorticity based finite element calculation on a mesh. More...

#include <vtkvmtkUnstructuredGridFEVorticityAssembler.h>

Inheritance diagram for vtkvmtkUnstructuredGridFEVorticityAssembler:
[legend]
Collaboration diagram for vtkvmtkUnstructuredGridFEVorticityAssembler:
[legend]

Public Types

typedef vtkvmtkFEAssembler Superclass
 
- Public Types inherited from vtkvmtkFEAssembler
typedef vtkObject Superclass
 

Public Member Functions

virtual int IsA (const char *type)
 
vtkvmtkUnstructuredGridFEVorticityAssemblerNewInstance () const
 
virtual void Build () VTK_OVERRIDE
 
virtual void SetVelocityArrayName (const char *)
 
virtual char * GetVelocityArrayName ()
 
virtual void SetDirection (int)
 
virtual int GetDirection ()
 
- Public Member Functions inherited from vtkvmtkFEAssembler
vtkvmtkFEAssemblerNewInstance () const
 
virtual void SetDataSet (vtkDataSet *)
 
virtual vtkDataSet * GetDataSet ()
 
virtual void SetMatrix (vtkvmtkSparseMatrix *)
 
virtual vtkvmtkSparseMatrixGetMatrix ()
 
virtual void SetRHSVector (vtkvmtkDoubleVector *)
 
virtual vtkvmtkDoubleVectorGetRHSVector ()
 
virtual void SetSolutionVector (vtkvmtkDoubleVector *)
 
virtual vtkvmtkDoubleVectorGetSolutionVector ()
 
virtual int GetNumberOfVariables ()
 
virtual void SetQuadratureOrder (int)
 
virtual int GetQuadratureOrder ()
 
void DeepCopy (vtkvmtkFEAssembler *src)
 
void ShallowCopy (vtkvmtkFEAssembler *src)
 

Static Public Member Functions

static vtkvmtkUnstructuredGridFEVorticityAssemblerNew ()
 
static int IsTypeOf (const char *type)
 
static vtkvmtkUnstructuredGridFEVorticityAssemblerSafeDownCast (vtkObjectBase *o)
 
- Static Public Member Functions inherited from vtkvmtkFEAssembler
static int IsTypeOf (const char *type)
 
static vtkvmtkFEAssemblerSafeDownCast (vtkObjectBase *o)
 

Protected Member Functions

virtual vtkObjectBase * NewInstanceInternal () const
 
 vtkvmtkUnstructuredGridFEVorticityAssembler ()
 
 ~vtkvmtkUnstructuredGridFEVorticityAssembler ()
 
- Protected Member Functions inherited from vtkvmtkFEAssembler
 vtkvmtkFEAssembler ()
 
 ~vtkvmtkFEAssembler ()
 
void Initialize (int numberOfVariables)
 

Protected Attributes

char * VelocityArrayName
 
int Direction
 
- Protected Attributes inherited from vtkvmtkFEAssembler
vtkDataSet * DataSet
 
vtkvmtkSparseMatrixMatrix
 
vtkvmtkDoubleVectorRHSVector
 
vtkvmtkDoubleVectorSolutionVector
 
int NumberOfVariables
 
int QuadratureOrder
 

Detailed Description

Construct a vorticity based finite element calculation on a mesh.

Date
2006/04/06 16:46:44
Revision
1.4

..

Definition at line 34 of file vtkvmtkUnstructuredGridFEVorticityAssembler.h.

Member Typedef Documentation

◆ Superclass

Constructor & Destructor Documentation

◆ vtkvmtkUnstructuredGridFEVorticityAssembler()

vtkvmtkUnstructuredGridFEVorticityAssembler::vtkvmtkUnstructuredGridFEVorticityAssembler ( )
protected

◆ ~vtkvmtkUnstructuredGridFEVorticityAssembler()

vtkvmtkUnstructuredGridFEVorticityAssembler::~vtkvmtkUnstructuredGridFEVorticityAssembler ( )
protected

Member Function Documentation

◆ New()

static vtkvmtkUnstructuredGridFEVorticityAssembler* vtkvmtkUnstructuredGridFEVorticityAssembler::New ( )
static

◆ IsTypeOf()

static int vtkvmtkUnstructuredGridFEVorticityAssembler::IsTypeOf ( const char *  type)
static

◆ IsA()

virtual int vtkvmtkUnstructuredGridFEVorticityAssembler::IsA ( const char *  type)
virtual

Reimplemented from vtkvmtkFEAssembler.

◆ SafeDownCast()

static vtkvmtkUnstructuredGridFEVorticityAssembler* vtkvmtkUnstructuredGridFEVorticityAssembler::SafeDownCast ( vtkObjectBase *  o)
static

◆ NewInstanceInternal()

virtual vtkObjectBase* vtkvmtkUnstructuredGridFEVorticityAssembler::NewInstanceInternal ( ) const
protectedvirtual

Reimplemented from vtkvmtkFEAssembler.

◆ NewInstance()

vtkvmtkUnstructuredGridFEVorticityAssembler* vtkvmtkUnstructuredGridFEVorticityAssembler::NewInstance ( ) const

◆ Build()

virtual void vtkvmtkUnstructuredGridFEVorticityAssembler::Build ( )
virtual

Implements vtkvmtkFEAssembler.

◆ SetVelocityArrayName()

virtual void vtkvmtkUnstructuredGridFEVorticityAssembler::SetVelocityArrayName ( const char *  )
virtual

◆ GetVelocityArrayName()

virtual char* vtkvmtkUnstructuredGridFEVorticityAssembler::GetVelocityArrayName ( )
virtual

◆ SetDirection()

virtual void vtkvmtkUnstructuredGridFEVorticityAssembler::SetDirection ( int  )
virtual

◆ GetDirection()

virtual int vtkvmtkUnstructuredGridFEVorticityAssembler::GetDirection ( )
virtual

Member Data Documentation

◆ VelocityArrayName

char* vtkvmtkUnstructuredGridFEVorticityAssembler::VelocityArrayName
protected

◆ Direction

int vtkvmtkUnstructuredGridFEVorticityAssembler::Direction
protected

The documentation for this class was generated from the following file: