#include <BilateralConstraintResolution.h>
|  | 
|  | BilateralConstraintResolution (SReal *initF=nullptr) | 
|  | 
| void | resolution (int line, SReal **w, SReal *d, SReal *force, SReal *dfree) override | 
|  | Resolution of the constraint for one Gauss-Seidel iteration.  More... 
 | 
|  | 
| void | init (int line, SReal **, SReal *force) override | 
|  | The resolution object can do precomputation with the compliance matrix, and give an initial guess.  More... 
 | 
|  | 
| void | initForce (int line, SReal *force) override | 
|  | The resolution object can provide an initial guess.  More... 
 | 
|  | 
| void | store (int line, SReal *force, bool) override | 
|  | Called after Gauss-Seidel last iteration, in order to store last computed forces for the initial guess.  More... 
 | 
|  | 
|  | ConstraintResolution (unsigned int nbLines, SReal tolerance=0.0) | 
|  | 
| virtual | ~ConstraintResolution () | 
|  | 
| void | setNbLines (unsigned int nbLines) | 
|  | 
| unsigned int | getNbLines () const | 
|  | 
| void | setTolerance (SReal tolerance) | 
|  | 
| SReal | getTolerance () const | 
|  | 
◆ _f
  
  | 
        
          | SReal* sofa::component::constraint::lagrangian::model::bilateralconstraintresolution::BilateralConstraintResolution::_f |  | protected | 
 
 
◆ BilateralConstraintResolution()
  
  | 
        
          | sofa::component::constraint::lagrangian::model::bilateralconstraintresolution::BilateralConstraintResolution::BilateralConstraintResolution | ( | SReal * | initF = nullptr | ) |  |  | inline | 
 
 
◆ init()
  
  | 
        
          | void sofa::component::constraint::lagrangian::model::bilateralconstraintresolution::BilateralConstraintResolution::init | ( | int | , |  
          |  |  | SReal ** | , |  
          |  |  | SReal * |  |  
          |  | ) |  |  |  | inlineoverridevirtual | 
 
 
◆ initForce()
  
  | 
        
          | void sofa::component::constraint::lagrangian::model::bilateralconstraintresolution::BilateralConstraintResolution::initForce | ( | int | , |  
          |  |  | SReal * |  |  
          |  | ) |  |  |  | inlineoverridevirtual | 
 
 
◆ resolution()
  
  | 
        
          | void sofa::component::constraint::lagrangian::model::bilateralconstraintresolution::BilateralConstraintResolution::resolution | ( | int | line, |  
          |  |  | SReal ** | w, |  
          |  |  | SReal * | d, |  
          |  |  | SReal * | force, |  
          |  |  | SReal * | dFree |  
          |  | ) |  |  |  | inlineoverridevirtual | 
 
 
◆ store()
  
  | 
        
          | void sofa::component::constraint::lagrangian::model::bilateralconstraintresolution::BilateralConstraintResolution::store | ( | int | , |  
          |  |  | SReal * | , |  
          |  |  | bool |  |  
          |  | ) |  |  |  | inlineoverridevirtual |