DAMASK_EICMD/python/damask/solver/__init__.py

6 lines
165 B
Python
Raw Normal View History

2019-09-04 04:11:41 +05:30
"""Tools to control the various solvers."""
2016-03-02 03:32:47 +05:30
from .solver import Solver # noqa
from .marc import Marc # noqa
from .abaqus import Abaqus # noqa