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