| 
    
    
     Opm::Elasticity::OperatorApplier< T > Struct Template Reference   Class abstracting a preconditioner or an inverse operator. More... 
 
 
 Detailed Descriptiontemplate<class T>
 | 
    ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
      
  | 
  inline | 
Constructor.
| [in] | t | The preconditioner or inverse operator | 
Apply the given operator to a vector.
| [out] | v | The result | 
| [in] | d | The vector to apply to | 
References Opm::Elasticity::OperatorApplier< T >::A.
| void Opm::Elasticity::PreApplier::post | ( | Vector & | x | ) | 
Postprocess a preconditioner, noop for an inverse operator.
| in/out] | x The final solution | 
Preprocess a preconditioner, noop for an inverse operator.
| in/out] | b The load vector | 
| in/out] | x The initial (guessed) solution | 
| T& Opm::Elasticity::OperatorApplier< T >::A | 
Referenced by Opm::Elasticity::OperatorApplier< T >::apply().