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

List of all members.

Public Member Functions

def __init__

Static Public Attributes

dictionary props

Detailed Description

DerivativeMultiVector proxy class

This is a 'Property' class restricted to specific attributes that are
type-checked. These properties are:

multiVector   - Epetra.MultiVector: (default None)
orientation   - str: an enumeration limited to 'mv_by_col', and
                'trans_mv_by_row' (default None)
paramIndexes  - tuple_of_int: (default None)

Member Data Documentation

dictionary PyTrilinos::EpetraExt.DerivativeMultiVector::props [static]
Initial value:
{'multiVector'  : Epetra.MultiVector,
             'orientation'  : ('mv_by_col', 'trans_mv_by_row'),
             'paramIndexes' : tuple_of_int
             }

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