

Public Member Functions | |
| def | __init__ |
| def | ExtractCopy |
| def | ExtractView |
| def | Dot |
| def | Norm1 |
| def | Norm2 |
| def | NormInf |
| def | NormWeighted |
| def | MinValue |
| def | MaxValue |
| def | MeanValue |
| def | ReplaceGlobalValues |
| def | SumIntoGlobalValues |
| def | cleanup |
Public Attributes | |
| this | |
Proxy of C++ PyTrilinos::Epetra_NumPyFEVector class
| def PyTrilinos.Epetra.NumPyFEVector.__init__ | ( | self, | |
| args | |||
| ) |
Epetra_NumPyFEVector(BlockMap blockMap, int numVectors, bool ignoreNonLocalEntries=False) -> NumPyFEVector __init__(PyTrilinos::Epetra_NumPyFEVector self, Epetra_FEVector source) -> NumPyFEVector
Reimplemented from PyTrilinos.Epetra.Epetra_FEVector.
Reimplemented in PyTrilinos.Epetra.FEVector, and PyTrilinos.Epetra.FEVector.
| def PyTrilinos.Epetra.NumPyFEVector.cleanup | ( | args | ) |
cleanup()
| def PyTrilinos.Epetra.NumPyFEVector.Dot | ( | self, | |
| args | |||
| ) |
Dot(NumPyFEVector self, Epetra_FEVector A) -> double Return the dot product of the FEVector and a.
| def PyTrilinos.Epetra.NumPyFEVector.ExtractCopy | ( | self, | |
| args | |||
| ) |
ExtractCopy(NumPyFEVector self) -> PyObject * Return a numpy.ndarray that is a copy of the FEVector.
| def PyTrilinos.Epetra.NumPyFEVector.ExtractView | ( | self, | |
| args | |||
| ) |
ExtractView(NumPyFEVector self) -> PyObject * Return a numpy.ndarray that is a view of the FEVector.
| def PyTrilinos.Epetra.NumPyFEVector.MaxValue | ( | self, | |
| args | |||
| ) |
MaxValue(NumPyFEVector self) -> double Return the maximum values in FEVector.
| def PyTrilinos.Epetra.NumPyFEVector.MeanValue | ( | self, | |
| args | |||
| ) |
MeanValue(NumPyFEVector self) -> double Return the mean value of the FEVector.
| def PyTrilinos.Epetra.NumPyFEVector.MinValue | ( | self, | |
| args | |||
| ) |
MinValue(NumPyFEVector self) -> double Return the minimum values in FEVector.
| def PyTrilinos.Epetra.NumPyFEVector.Norm1 | ( | self, | |
| args | |||
| ) |
Norm1(NumPyFEVector self) -> double Return the L-1 norm of FEVector.
| def PyTrilinos.Epetra.NumPyFEVector.Norm2 | ( | self, | |
| args | |||
| ) |
Norm2(NumPyFEVector self) -> double Return the the L-2 norm of FEVector.
| def PyTrilinos.Epetra.NumPyFEVector.NormInf | ( | self, | |
| args | |||
| ) |
NormInf(NumPyFEVector self) -> double Return the L-infinity norm of FEVector.
| def PyTrilinos.Epetra.NumPyFEVector.NormWeighted | ( | self, | |
| args | |||
| ) |
NormWeighted(NumPyFEVector self, Epetra_FEVector weights) -> double Return the weighted norm of FEVector.
| def PyTrilinos.Epetra.NumPyFEVector.ReplaceGlobalValues | ( | self, | |
| args | |||
| ) |
ReplaceGlobalValues(NumPyFEVector self, PyObject * indices, PyObject * values) -> int Replace global values at specified index (and offset)
Reimplemented from PyTrilinos.Epetra.Epetra_FEVector.
| def PyTrilinos.Epetra.NumPyFEVector.SumIntoGlobalValues | ( | self, | |
| args | |||
| ) |
SumIntoGlobalValues(NumPyFEVector self, PyObject * indices, PyObject * values) -> int Sum into global values at specified indices (and offset)
Reimplemented from PyTrilinos.Epetra.Epetra_FEVector.
1.7.6.1