A helper class for PseudoElasticPreconditioner. Note that this is NOT actually a functioning preconditioner. We simply derive from this class to get access to the blocks. More...
#include <pseudo_elastic_preconditioner.h>
  
 Public Member Functions | |
| PseudoElasticPreconditionerScalingHelperOld (BlockPreconditioner< CRDoubleMatrix > *master_prec_pt, CRDoubleMatrix *matrix_pt, Vector< unsigned > &dof_list, const Mesh *const solid_mesh_pt, const OomphCommunicator *comm_pt) | |
| ~PseudoElasticPreconditionerScalingHelperOld () | |
| Destructor.  More... | |
| PseudoElasticPreconditionerScalingHelperOld (const PseudoElasticPreconditionerScalingHelperOld &) | |
| Broken copy constructor.  More... | |
| double | s_inf_norm () | 
| Broken assignment operator.  More... | |
| void | setup () | 
| void | preconditioner_solve (const DoubleVector &r, DoubleVector &z) | 
A helper class for PseudoElasticPreconditioner. Note that this is NOT actually a functioning preconditioner. We simply derive from this class to get access to the blocks.
Definition at line 735 of file pseudo_elastic_preconditioner.h.
      
  | 
  inline | 
The constructor. NOTE:
Definition at line 751 of file pseudo_elastic_preconditioner.h.
      
  | 
  inline | 
Destructor.
Definition at line 778 of file pseudo_elastic_preconditioner.h.
      
  | 
  inline | 
Broken copy constructor.
Definition at line 785 of file pseudo_elastic_preconditioner.h.
      
  | 
  inline | 
Definition at line 822 of file pseudo_elastic_preconditioner.h.
      
  | 
  inline | 
Broken assignment operator.
returns the infinite norm of S
Definition at line 799 of file pseudo_elastic_preconditioner.h.
Referenced by oomph::PseudoElasticPreconditionerOld::setup().
      
  | 
  inline | 
Definition at line 809 of file pseudo_elastic_preconditioner.h.