Base class for vectors utilized in finite-element and other PDE evaluations.
More...
#include <vtkvmtkDoubleVector.h>
Base class for vectors utilized in finite-element and other PDE evaluations.
- Date
- 2006/04/06 16:46:43
- Revision
- 1.3
..
Definition at line 39 of file vtkvmtkDoubleVector.h.
◆ Superclass
◆ vtkvmtkDoubleVector()
vtkvmtkDoubleVector::vtkvmtkDoubleVector |
( |
| ) |
|
|
protected |
◆ ~vtkvmtkDoubleVector()
vtkvmtkDoubleVector::~vtkvmtkDoubleVector |
( |
| ) |
|
|
protected |
◆ New()
◆ IsTypeOf()
static int vtkvmtkDoubleVector::IsTypeOf |
( |
const char * |
type | ) |
|
|
static |
◆ IsA()
virtual int vtkvmtkDoubleVector::IsA |
( |
const char * |
type | ) |
|
|
virtual |
◆ SafeDownCast()
◆ NewInstanceInternal()
virtual vtkObjectBase* vtkvmtkDoubleVector::NewInstanceInternal |
( |
| ) |
const |
|
protectedvirtual |
◆ NewInstance()
◆ SetNormType()
virtual void vtkvmtkDoubleVector::SetNormType |
( |
int |
| ) |
|
|
virtual |
◆ GetNormType()
virtual int vtkvmtkDoubleVector::GetNormType |
( |
| ) |
|
|
virtual |
◆ SetNormTypeToL2()
void vtkvmtkDoubleVector::SetNormTypeToL2 |
( |
| ) |
|
|
inline |
◆ SetNormTypeToLInf()
void vtkvmtkDoubleVector::SetNormTypeToLInf |
( |
| ) |
|
|
inline |
◆ GetNumberOfElements()
virtual vtkIdType vtkvmtkDoubleVector::GetNumberOfElements |
( |
| ) |
|
|
virtual |
◆ GetNumberOfElementsPerVariable()
virtual vtkIdType vtkvmtkDoubleVector::GetNumberOfElementsPerVariable |
( |
| ) |
|
|
virtual |
◆ GetNumberOfVariables()
virtual vtkIdType vtkvmtkDoubleVector::GetNumberOfVariables |
( |
| ) |
|
|
virtual |
◆ Allocate()
void vtkvmtkDoubleVector::Allocate |
( |
vtkIdType |
numberOfElementsPerVariable, |
|
|
vtkIdType |
numberOfVariables = 1 |
|
) |
| |
◆ Fill()
void vtkvmtkDoubleVector::Fill |
( |
double |
value | ) |
|
◆ Assign() [1/2]
◆ Assign() [2/2]
void vtkvmtkDoubleVector::Assign |
( |
vtkIdType |
numberOfElements, |
|
|
const double * |
array |
|
) |
| |
◆ GetElement()
double vtkvmtkDoubleVector::GetElement |
( |
vtkIdType |
i | ) |
|
|
inline |
◆ SetElement()
void vtkvmtkDoubleVector::SetElement |
( |
vtkIdType |
i, |
|
|
double |
value |
|
) |
| |
|
inline |
◆ AddElement()
void vtkvmtkDoubleVector::AddElement |
( |
vtkIdType |
i, |
|
|
double |
value |
|
) |
| |
|
inline |
◆ GetArray()
const double* vtkvmtkDoubleVector::GetArray |
( |
| ) |
|
|
inline |
◆ CopyIntoArrayComponent()
void vtkvmtkDoubleVector::CopyIntoArrayComponent |
( |
vtkDataArray * |
array, |
|
|
int |
component |
|
) |
| |
◆ CopyVariableIntoArrayComponent()
void vtkvmtkDoubleVector::CopyVariableIntoArrayComponent |
( |
vtkDataArray * |
array, |
|
|
int |
variable, |
|
|
int |
component |
|
) |
| |
◆ ComputeNorm()
double vtkvmtkDoubleVector::ComputeNorm |
( |
| ) |
|
◆ Add()
◆ Subtract()
◆ MultiplyBy()
void vtkvmtkDoubleVector::MultiplyBy |
( |
double |
scalar | ) |
|
◆ Dot()
◆ DeepCopy()
◆ NumberOfElements
vtkIdType vtkvmtkDoubleVector::NumberOfElements |
|
protected |
◆ NumberOfElementsPerVariable
vtkIdType vtkvmtkDoubleVector::NumberOfElementsPerVariable |
|
protected |
◆ NumberOfVariables
vtkIdType vtkvmtkDoubleVector::NumberOfVariables |
|
protected |
◆ NormType
int vtkvmtkDoubleVector::NormType |
|
protected |
◆ Array
double* vtkvmtkDoubleVector::Array |
|
protected |
The documentation for this class was generated from the following file: