Package esys :: Package pasowrap :: Module pasowrapcpp :: Class OperatorAdapter
[hide private]
[frames] | no frames]

Class OperatorAdapter

             object --+        
                      |        
            ??.instance --+    
                          |    
escript.escriptcpp.Operator --+
                              |
                             OperatorAdapter

A concrete class representing an operator. For more details, please see the c++ documentation.
Instance Methods [hide private]
 
__init__(...)
Raises an exception This class cannot be instantiated from Python
 
nullifyRowsAndCols(...)
nullifyRowsAndCols( (OperatorAdapter)arg1, (Data)arg2, (Data)arg3, (float)arg4) -> None
 
print_matrix_info(...)
prints information about a system matrix
 
resetValues(...)
resets the matrix entries
 
saveHB(...)
writes the matrix to a file using the Harwell-Boeing file format
 
saveMM(...)
writes the matrix to a file using the Matrix Market file format

Inherited from escript.escriptcpp.Operator: __mul__, __reduce__, isEmpty, of, solve

Inherited from unreachable.instance: __new__

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Class Variables [hide private]

Inherited from escript.escriptcpp.Operator: __instance_size__

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(...)
(Constructor)

 
Raises an exception This class cannot be instantiated from Python
Overrides: object.__init__

nullifyRowsAndCols(...)

 
nullifyRowsAndCols( (OperatorAdapter)arg1, (Data)arg2, (Data)arg3, (float)arg4) -> None
Overrides: escript.escriptcpp.Operator.nullifyRowsAndCols

resetValues(...)

 
resetValues( (OperatorAdapter)arg1) -> None :
resets the matrix entries
Overrides: escript.escriptcpp.Operator.resetValues

saveHB(...)

 
saveHB( (OperatorAdapter)arg1, (str)filename) -> None :
writes the matrix to a file using the Harwell-Boeing file format
Overrides: escript.escriptcpp.Operator.saveHB

saveMM(...)

 
saveMM( (OperatorAdapter)arg1, (str)fileName) -> None :
writes the matrix to a file using the Matrix Market file format
Overrides: escript.escriptcpp.Operator.saveMM