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

List of all members.

Public Member Functions

def __init__
def isEmpty

Static Public Attributes

dictionary props

Detailed Description

Derivative proxy class

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

operator               - Epetra.Operator (default None)
derivativeMultiVector  - DerivativeMultiVector (default None)

Only one or the other of these two attributes should be set, to indicate the
nature of the derivitive evaluation.

Member Data Documentation

dictionary PyTrilinos::NOX::Epetra.Derivative::props [static]
Initial value:
{'operator'              : Epetra.Operator,
             'derivativeMultiVector' : DerivativeMultiVector
             }

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