VMTK
|
construct a laplacian based finite element calculation on a surface. More...
#include <vtkvmtkPolyDataFELaplaceAssembler.h>
Public Types | |
typedef vtkvmtkFEAssembler | Superclass |
Public Types inherited from vtkvmtkFEAssembler | |
typedef vtkObject | Superclass |
Public Member Functions | |
virtual int | IsA (const char *type) |
vtkvmtkPolyDataFELaplaceAssembler * | NewInstance () const |
virtual void | Build () VTK_OVERRIDE |
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 vtkvmtkPolyDataFELaplaceAssembler * | New () |
static int | IsTypeOf (const char *type) |
static vtkvmtkPolyDataFELaplaceAssembler * | 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 |
vtkvmtkPolyDataFELaplaceAssembler () | |
~vtkvmtkPolyDataFELaplaceAssembler () | |
Protected Member Functions inherited from vtkvmtkFEAssembler | |
vtkvmtkFEAssembler () | |
~vtkvmtkFEAssembler () | |
void | Initialize (int numberOfVariables) |
Additional Inherited Members | |
Protected Attributes inherited from vtkvmtkFEAssembler | |
vtkDataSet * | DataSet |
vtkvmtkSparseMatrix * | Matrix |
vtkvmtkDoubleVector * | RHSVector |
vtkvmtkDoubleVector * | SolutionVector |
int | NumberOfVariables |
int | QuadratureOrder |
construct a laplacian based finite element calculation on a surface.
..
Definition at line 34 of file vtkvmtkPolyDataFELaplaceAssembler.h.
Definition at line 39 of file vtkvmtkPolyDataFELaplaceAssembler.h.
|
protected |
|
protected |
|
static |
|
static |
|
virtual |
Reimplemented from vtkvmtkFEAssembler.
|
static |
|
protectedvirtual |
Reimplemented from vtkvmtkFEAssembler.
vtkvmtkPolyDataFELaplaceAssembler* vtkvmtkPolyDataFELaplaceAssembler::NewInstance | ( | ) | const |
|
virtual |
Implements vtkvmtkFEAssembler.