List of all members.
Public Member Functions |
|
| Epetra_NumPyFEVector (const Epetra_BlockMap &blockMap, int numVectors, bool ignoreNonLocalEntries=false) |
|
| Epetra_NumPyFEVector (const Epetra_FEVector &source) |
|
PyObject * | ExtractCopy () const |
|
PyObject * | ExtractView () const |
|
double | Dot (const Epetra_FEVector &A) const |
|
double | Norm1 () const |
|
double | Norm2 () const |
|
double | NormInf () const |
|
double | NormWeighted (const Epetra_FEVector &weights) const |
|
double | MinValue () const |
|
double | MaxValue () const |
|
double | MeanValue () const |
|
int | ReplaceGlobalValues (PyObject *indices, PyObject *values) |
|
int | SumIntoGlobalValues (PyObject *indices, PyObject *values) |
Static Public Member Functions |
|
static void | cleanup () |
The documentation for this class was generated from the following files:
- Epetra_NumPyFEVector.h
- Epetra_NumPyFEVector.cpp