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

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

#include <vtkvmtkUnstructuredGridFELaplaceAssembler.h>

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

Public Types

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

Public Member Functions

virtual int IsA (const char *type)
 
vtkvmtkUnstructuredGridFELaplaceAssemblerNewInstance () const
 
virtual void Build () VTK_OVERRIDE
 
- 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 vtkvmtkUnstructuredGridFELaplaceAssemblerNew ()
 
static int IsTypeOf (const char *type)
 
static vtkvmtkUnstructuredGridFELaplaceAssemblerSafeDownCast (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
 
 vtkvmtkUnstructuredGridFELaplaceAssembler ()
 
 ~vtkvmtkUnstructuredGridFELaplaceAssembler ()
 
- Protected Member Functions inherited from vtkvmtkFEAssembler
 vtkvmtkFEAssembler ()
 
 ~vtkvmtkFEAssembler ()
 
void Initialize (int numberOfVariables)
 

Additional Inherited Members

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

Detailed Description

Construct a laplacian based finite element calculation on a mesh.

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

..

Definition at line 34 of file vtkvmtkUnstructuredGridFELaplaceAssembler.h.

Member Typedef Documentation

◆ Superclass

Definition at line 39 of file vtkvmtkUnstructuredGridFELaplaceAssembler.h.

Constructor & Destructor Documentation

◆ vtkvmtkUnstructuredGridFELaplaceAssembler()

vtkvmtkUnstructuredGridFELaplaceAssembler::vtkvmtkUnstructuredGridFELaplaceAssembler ( )
protected

◆ ~vtkvmtkUnstructuredGridFELaplaceAssembler()

vtkvmtkUnstructuredGridFELaplaceAssembler::~vtkvmtkUnstructuredGridFELaplaceAssembler ( )
protected

Member Function Documentation

◆ New()

static vtkvmtkUnstructuredGridFELaplaceAssembler* vtkvmtkUnstructuredGridFELaplaceAssembler::New ( )
static

◆ IsTypeOf()

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

◆ IsA()

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

Reimplemented from vtkvmtkFEAssembler.

◆ SafeDownCast()

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

◆ NewInstanceInternal()

virtual vtkObjectBase* vtkvmtkUnstructuredGridFELaplaceAssembler::NewInstanceInternal ( ) const
protectedvirtual

Reimplemented from vtkvmtkFEAssembler.

◆ NewInstance()

vtkvmtkUnstructuredGridFELaplaceAssembler* vtkvmtkUnstructuredGridFELaplaceAssembler::NewInstance ( ) const

◆ Build()

virtual void vtkvmtkUnstructuredGridFELaplaceAssembler::Build ( )
virtual

Implements vtkvmtkFEAssembler.


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