Skip to content
Snippets Groups Projects
Commit e4f0bb29 authored by Van Dung Nguyen's avatar Van Dung Nguyen
Browse files

add eigen solver

parent d5863b0b
Branches
Tags
No related merge requests found
...@@ -513,7 +513,7 @@ class dofManager{ ...@@ -513,7 +513,7 @@ class dofManager{
throw; throw;
} }
} }
linearSystem<dataMat> *getLinearSystem(std::string &name) virtual linearSystem<dataMat> *getLinearSystem(std::string &name)
{ {
typename std::map<const std::string, linearSystem<dataMat>*>::iterator it = typename std::map<const std::string, linearSystem<dataMat>*>::iterator it =
_linearSystems.find(name); _linearSystems.find(name);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment