

Public Member Functions | |
| def | __init__ |
| def | none |
Static Public Attributes | |
| dictionary | props |
| dictionary | defaults |
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)
dictionary PyTrilinos::NOX::Epetra.DerivativeSupport::defaults [static] |
{'linearOp' : False,
'mVByCol' : False,
'transMVByRow' : False
}
dictionary PyTrilinos::NOX::Epetra.DerivativeSupport::props [static] |
{'linearOp' : bool,
'mVByCol' : bool,
'transMVByRow' : bool
}
1.7.6.1