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

List of all members.

Public Member Functions

def __init__
def Index
def Value
def AbsValue
def SetIndex
def SetValue
def __lt__

Public Attributes

 this

Detailed Description

Proxy of C++ Ifpack_Element class

Constructor & Destructor Documentation

def PyTrilinos.IFPACK.Ifpack_Element.__init__ (   self,
  args 
)
__init__(Ifpack_Element self) -> Ifpack_Element
__init__(Ifpack_Element self, Ifpack_Element rhs) -> Ifpack_Element

Ifpack_Element::Ifpack_Element(const Ifpack_Element &rhs) 

Member Function Documentation

def PyTrilinos.IFPACK.Ifpack_Element.__lt__ (   self,
  args 
)
__lt__(Ifpack_Element self, Ifpack_Element rhs) -> bool
def PyTrilinos.IFPACK.Ifpack_Element.AbsValue (   self,
  args 
)
AbsValue(Ifpack_Element self) -> double

double
Ifpack_Element::AbsValue() const 
def PyTrilinos.IFPACK.Ifpack_Element.Index (   self,
  args 
)
Index(Ifpack_Element self) -> int

int
Ifpack_Element::Index() const 
def PyTrilinos.IFPACK.Ifpack_Element.SetIndex (   self,
  args 
)
SetIndex(Ifpack_Element self, int const i)

void
Ifpack_Element::SetIndex(const int i) 
def PyTrilinos.IFPACK.Ifpack_Element.SetValue (   self,
  args 
)
SetValue(Ifpack_Element self, double const val)

void
Ifpack_Element::SetValue(const double val) 
def PyTrilinos.IFPACK.Ifpack_Element.Value (   self,
  args 
)
Value(Ifpack_Element self) -> double

double
Ifpack_Element::Value() const 

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