VMTK
|
Construct a gradient based finite element calculation on a mesh. More...
#include <vtkvmtkUnstructuredGridFEGradientAssembler.h>
Public Types | |
enum | { VTKVMTK_GRADIENTASSEMBLY, VTKVMTK_PARTIALDERIVATIVEASSEMBLY } |
typedef vtkvmtkFEAssembler | Superclass |
Public Types inherited from vtkvmtkFEAssembler | |
typedef vtkObject | Superclass |
Static Public Member Functions | |
static vtkvmtkUnstructuredGridFEGradientAssembler * | New () |
static int | IsTypeOf (const char *type) |
static vtkvmtkUnstructuredGridFEGradientAssembler * | 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 |
vtkvmtkUnstructuredGridFEGradientAssembler () | |
~vtkvmtkUnstructuredGridFEGradientAssembler () | |
void | BuildGradient () |
void | BuildPartialDerivative () |
Protected Member Functions inherited from vtkvmtkFEAssembler | |
vtkvmtkFEAssembler () | |
~vtkvmtkFEAssembler () | |
void | Initialize (int numberOfVariables) |
Protected Attributes | |
char * | ScalarsArrayName |
int | ScalarsComponent |
int | AssemblyMode |
int | Direction |
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 mesh.
..
Definition at line 34 of file vtkvmtkUnstructuredGridFEGradientAssembler.h.
Definition at line 39 of file vtkvmtkUnstructuredGridFEGradientAssembler.h.
anonymous enum |
Enumerator | |
---|---|
VTKVMTK_GRADIENTASSEMBLY | |
VTKVMTK_PARTIALDERIVATIVEASSEMBLY |
Definition at line 60 of file vtkvmtkUnstructuredGridFEGradientAssembler.h.
|
protected |
|
protected |
|
static |
|
static |
|
virtual |
Reimplemented from vtkvmtkFEAssembler.
|
static |
|
protectedvirtual |
Reimplemented from vtkvmtkFEAssembler.
vtkvmtkUnstructuredGridFEGradientAssembler* vtkvmtkUnstructuredGridFEGradientAssembler::NewInstance | ( | ) | const |
|
virtual |
Implements vtkvmtkFEAssembler.
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
inline |
Definition at line 54 of file vtkvmtkUnstructuredGridFEGradientAssembler.h.
|
inline |
Definition at line 56 of file vtkvmtkUnstructuredGridFEGradientAssembler.h.
|
protected |
|
protected |
|
protected |
Definition at line 73 of file vtkvmtkUnstructuredGridFEGradientAssembler.h.
|
protected |
Definition at line 74 of file vtkvmtkUnstructuredGridFEGradientAssembler.h.
|
protected |
Definition at line 75 of file vtkvmtkUnstructuredGridFEGradientAssembler.h.
|
protected |
Definition at line 76 of file vtkvmtkUnstructuredGridFEGradientAssembler.h.