PyTrilinos  Development
 All Classes Functions
Public Member Functions | Public Attributes
PyTrilinos.Epetra.NumPyFEVector Class Reference
Inheritance diagram for PyTrilinos.Epetra.NumPyFEVector:
Inheritance graph
[legend]
Collaboration diagram for PyTrilinos.Epetra.NumPyFEVector:
Collaboration graph
[legend]

List of all members.

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

Detailed Description

Proxy of C++ PyTrilinos::Epetra_NumPyFEVector class

Constructor & Destructor Documentation

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.


Member Function Documentation

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.
NormWeighted(NumPyFEVector self, Epetra_FEVector weights) -> double

Return the weighted norm of FEVector.
ReplaceGlobalValues(NumPyFEVector self, PyObject * indices, PyObject * values) -> int

Replace global values at specified index (and offset)

Reimplemented from PyTrilinos.Epetra.Epetra_FEVector.

SumIntoGlobalValues(NumPyFEVector self, PyObject * indices, PyObject * values) -> int

Sum into global values at specified indices (and offset)

Reimplemented from PyTrilinos.Epetra.Epetra_FEVector.


The documentation for this class was generated from the following file:
 All Classes Functions