DAMASK_EICMD/python/damask/solver/solver.py

7 lines
121 B
Python
Raw Normal View History

class Solver():
2016-03-02 03:32:47 +05:30
"""
General class for solver specific functionality.
Sub-classed by the individual solvers.
"""