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

List of all members.

Public Member Functions

def __init__
def none

Static Public Attributes

dictionary props
dictionary defaults

Detailed Description

DerivativeSupport proxy class

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

linearOp      - bool: True indicates that derivative is a linear operator
                (default False)
mVByCol       - bool: True indicates that derivative is a MultiVector stored
                by column (defualt False)
transMVByRow  - bool: True indicates that derivative is a transpose
                MultiVector stored by row (default False)

Member Data Documentation

dictionary PyTrilinos::NOX::Epetra.DerivativeSupport::defaults [static]
Initial value:
{'linearOp'     : False,
                'mVByCol'      : False,
                'transMVByRow' : False
                }
dictionary PyTrilinos::NOX::Epetra.DerivativeSupport::props [static]
Initial value:
{'linearOp'     : bool,
             'mVByCol'      : bool,
             'transMVByRow' : bool
             }

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