#69 Removed most solvers, replaced by wrappers.

This commit is contained in:
rowanc1
2014-05-16 18:33:57 -07:00
parent 1f0e37d773
commit f3170a8a7f
11 changed files with 92 additions and 670 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
import numpy as np
import scipy.sparse as sp
import Utils
from Solver import Solver
from Solver import *
import Mesh
import Maps
import Problem