VMTK
|
Construct a gradient based finite element calculation on a surface. More...
#include <vtkvmtkPolyDataFEGradientAssembler.h>
Public Types | |
typedef vtkvmtkFEAssembler | Superclass |
Public Types inherited from vtkvmtkFEAssembler | |
typedef vtkObject | Superclass |
Public Member Functions | |
virtual int | IsA (const char *type) |
vtkvmtkPolyDataFEGradientAssembler * | NewInstance () const |
virtual void | Build () VTK_OVERRIDE |
virtual void | SetScalarsArrayName (const char *) |
virtual char * | GetScalarsArrayName () |
virtual void | SetScalarsComponent (int) |
virtual int | GetScalarsComponent () |
Public Member Functions inherited from vtkvmtkFEAssembler | |
vtkvmtkFEAssembler * | NewInstance () const |
virtual void | SetDataSet (vtkDataSet *) |
virtual vtkDataSet * | GetDataSet () |
virtual void | SetMatrix (vtkvmtkSparseMatrix *) |
virtual vtkvmtkSparseMatrix * | GetMatrix () |
virtual void | SetRHSVector (vtkvmtkDoubleVector *) |
virtual vtkvmtkDoubleVector * | GetRHSVector () |
virtual void | SetSolutionVector (vtkvmtkDoubleVector *) |
virtual vtkvmtkDoubleVector * | GetSolutionVector () |
virtual int | GetNumberOfVariables () |
virtual void | SetQuadratureOrder (int) |
virtual int | GetQuadratureOrder () |
void | DeepCopy (vtkvmtkFEAssembler *src) |
void | ShallowCopy (vtkvmtkFEAssembler *src) |
Static Public Member Functions | |
static vtkvmtkPolyDataFEGradientAssembler * | New () |
static int | IsTypeOf (const char *type) |
static vtkvmtkPolyDataFEGradientAssembler * | SafeDownCast (vtkObjectBase *o) |
Static Public Member Functions inherited from vtkvmtkFEAssembler | |
static int | IsTypeOf (const char *type) |
static vtkvmtkFEAssembler * | SafeDownCast (vtkObjectBase *o) |
Protected Member Functions | |
virtual vtkObjectBase * | NewInstanceInternal () const |
vtkvmtkPolyDataFEGradientAssembler () | |
~vtkvmtkPolyDataFEGradientAssembler () | |
Protected Member Functions inherited from vtkvmtkFEAssembler | |
vtkvmtkFEAssembler () | |
~vtkvmtkFEAssembler () | |
void | Initialize (int numberOfVariables) |
Protected Attributes | |
char * | ScalarsArrayName |
int | ScalarsComponent |
Protected Attributes inherited from vtkvmtkFEAssembler | |
vtkDataSet * | DataSet |
vtkvmtkSparseMatrix * | Matrix |
vtkvmtkDoubleVector * | RHSVector |
vtkvmtkDoubleVector * | SolutionVector |
int | NumberOfVariables |
int | QuadratureOrder |
Construct a gradient based finite element calculation on a surface.
..
Definition at line 34 of file vtkvmtkPolyDataFEGradientAssembler.h.
Definition at line 39 of file vtkvmtkPolyDataFEGradientAssembler.h.
|
protected |
|
protected |
|
static |
|
static |
|
virtual |
Reimplemented from vtkvmtkFEAssembler.
|
static |
|
protectedvirtual |
Reimplemented from vtkvmtkFEAssembler.
vtkvmtkPolyDataFEGradientAssembler* vtkvmtkPolyDataFEGradientAssembler::NewInstance | ( | ) | const |
|
virtual |
Implements vtkvmtkFEAssembler.
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
protected |
Definition at line 53 of file vtkvmtkPolyDataFEGradientAssembler.h.
|
protected |
Definition at line 54 of file vtkvmtkPolyDataFEGradientAssembler.h.