MBDyn-1.7.3
|
#include <mbdyn_siconos.h>
Public Attributes | |
LCPsolver | solver |
double | solvertol |
int | solveritermax |
int | info |
int | processed_iterations |
double | resulting_error |
Definition at line 83 of file mbdyn_siconos.h.
int solver_parameters::info |
Definition at line 90 of file mbdyn_siconos.h.
Referenced by mbdyn_siconos_LCP_call(), ModuleNonsmoothNode::ModuleNonsmoothNode(), and ModuleNonsmoothNode::Output().
int solver_parameters::processed_iterations |
Definition at line 93 of file mbdyn_siconos.h.
Referenced by mbdyn_siconos_LCP_call(), ModuleNonsmoothNode::ModuleNonsmoothNode(), and ModuleNonsmoothNode::Output().
double solver_parameters::resulting_error |
Definition at line 94 of file mbdyn_siconos.h.
Referenced by mbdyn_siconos_LCP_call(), ModuleNonsmoothNode::ModuleNonsmoothNode(), and ModuleNonsmoothNode::Output().
LCPsolver solver_parameters::solver |
Definition at line 85 of file mbdyn_siconos.h.
Referenced by mbdyn_siconos_LCP_call(), and ModuleNonsmoothNode::ModuleNonsmoothNode().
int solver_parameters::solveritermax |
Definition at line 87 of file mbdyn_siconos.h.
Referenced by mbdyn_siconos_LCP_call(), and ModuleNonsmoothNode::ModuleNonsmoothNode().
double solver_parameters::solvertol |
Definition at line 86 of file mbdyn_siconos.h.
Referenced by mbdyn_siconos_LCP_call(), and ModuleNonsmoothNode::ModuleNonsmoothNode().