Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
iMSTK
iMSTK
Commits
0cb27d6d
Commit
0cb27d6d
authored
Apr 11, 2019
by
Sreekanth Arikatla
Browse files
ENH: Add getType to the solver class
parent
1b021746
Changes
1
Hide whitespace changes
Inline
Side-by-side
Source/Solvers/imstkLinearSolver.h
View file @
0cb27d6d
...
...
@@ -106,6 +106,11 @@ public:
///
virtual
bool
isIterative
()
const
=
0
;
///
/// \brief Return the type of the solver
///
Type
getType
()
{
return
m_type
;
};
protected:
Type
m_type
=
Type
::
none
;
///> Type of the scene object
double
m_tolerance
=
1.0e-4
;
///> default tolerance
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment