Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
iMSTK
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container Registry
Model registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Ruiliang Gao
iMSTK
Commits
0cb27d6d
Commit
0cb27d6d
authored
5 years ago
by
Sreekanth Arikatla
Browse files
Options
Downloads
Patches
Plain Diff
ENH: Add getType to the solver class
parent
1b021746
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Source/Solvers/imstkLinearSolver.h
+5
-0
5 additions, 0 deletions
Source/Solvers/imstkLinearSolver.h
with
5 additions
and
0 deletions
Source/Solvers/imstkLinearSolver.h
+
5
−
0
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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment