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

List of all members.

Public Member Functions

def __init__

Static Public Attributes

dictionary props

Detailed Description

Evaluation< RCP<Epetra_Vector> > proxy class

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

vector  - Epetra.Vector: (default None)
type    - str: an enumeration limited to 'exact', 'approx_deriv', and
          'very_approx_deriv' (default None)

Member Data Documentation

dictionary PyTrilinos::NOX::Epetra.Evaluation::props [static]
Initial value:
{'vector' : Epetra.Vector,
             'type'   : ('exact', 'approx_deriv', 'very_approx_deriv')
             }

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