dummy stuff not needed

This commit is contained in:
Martin Diehl 2019-09-03 15:41:16 -07:00
parent b0d3615d67
commit 234019bb4d
3 changed files with 0 additions and 14 deletions

View File

@ -1,7 +1,5 @@
# -*- coding: UTF-8 no BOM -*-
"""Tools to control the various BVP solvers"""
from .solver import Solver # noqa
from .spectral import Spectral # noqa
from .marc import Marc # noqa
from .abaqus import Abaqus # noqa

View File

@ -1,6 +1,3 @@
# -*- coding: UTF-8 no BOM -*-
import damask.solver
class Solver():

View File

@ -1,9 +0,0 @@
# -*- coding: UTF-8 no BOM -*-
from .solver import Solver
class Spectral(Solver):
def __init__(self):
self.solver='Spectral'