

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