28 #ifndef __vtkvmtkFEAssembler_h 29 #define __vtkvmtkFEAssembler_h 31 #include "vtkObject.h" 32 #include "vtkPolyData.h" 35 #include "vtkvmtkWin32Header.h" 43 vtkSetObjectMacro(DataSet,vtkDataSet);
44 vtkGetObjectMacro(DataSet,vtkDataSet);
55 vtkGetMacro(NumberOfVariables,
int);
57 vtkSetMacro(QuadratureOrder,
int);
58 vtkGetMacro(QuadratureOrder,
int);
60 virtual void Build() = 0;
69 void Initialize(
int numberOfVariables);
Base class for vectors utilized in finite-element and other PDE evaluations.
Class for constructing sparse matrices from a dataset and performing basic mathematical operations on...
vtkvmtkDoubleVector * SolutionVector
Base class on which to build to build specific finite element routines.
vtkvmtkDoubleVector * RHSVector
vtkvmtkSparseMatrix * Matrix