MBDyn-1.7.3
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups
LinSol::solver_t Struct Reference

#include <linsol.h>

Collaboration diagram for LinSol::solver_t:

Public Attributes

const char *const s_name
 
const char *const s_alias
 
enum SolverType s_type
 
unsigned s_flags
 
unsigned s_default_flags
 
doublereal s_pivot_factor
 
doublereal s_drop_tolerance
 

Detailed Description

Definition at line 84 of file linsol.h.

Member Data Documentation

const char* const LinSol::solver_t::s_alias

Definition at line 86 of file linsol.h.

Referenced by ReadLinSol().

unsigned LinSol::solver_t::s_default_flags

Definition at line 89 of file linsol.h.

Referenced by ReadLinSol(), and RestartLinSol().

doublereal LinSol::solver_t::s_drop_tolerance

Definition at line 91 of file linsol.h.

Referenced by ReadLinSol().

unsigned LinSol::solver_t::s_flags

Definition at line 88 of file linsol.h.

Referenced by LinSol::GetSolverFlags(), and ReadLinSol().

const char* const LinSol::solver_t::s_name

Definition at line 85 of file linsol.h.

Referenced by LinSol::GetSolverName(), and ReadLinSol().

doublereal LinSol::solver_t::s_pivot_factor

Definition at line 90 of file linsol.h.

Referenced by ReadLinSol().

enum SolverType LinSol::solver_t::s_type

Definition at line 87 of file linsol.h.


The documentation for this struct was generated from the following file: