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

List of all members.

Public Member Functions

def __init__

Public Attributes

 this

Detailed Description

Proxy of C++ Epetra_LocalMap class

Constructor & Destructor Documentation

def PyTrilinos.NOX.Epetra.LocalMap.__init__ (   self,
  args 
)
__init__(Epetra_LocalMap self, int NumMyElements, int IndexBase, Comm Comm) -> LocalMap
__init__(Epetra_LocalMap self, long long NumMyElements, int IndexBase, Comm Comm) -> LocalMap
__init__(Epetra_LocalMap self, LocalMap map) -> LocalMap

Reimplemented from PyTrilinos.NOX.Epetra.Map.


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