dummy stuff not needed
This commit is contained in:
parent
b0d3615d67
commit
234019bb4d
|
@ -1,7 +1,5 @@
|
||||||
# -*- coding: UTF-8 no BOM -*-
|
|
||||||
"""Tools to control the various BVP solvers"""
|
"""Tools to control the various BVP solvers"""
|
||||||
|
|
||||||
from .solver import Solver # noqa
|
from .solver import Solver # noqa
|
||||||
from .spectral import Spectral # noqa
|
|
||||||
from .marc import Marc # noqa
|
from .marc import Marc # noqa
|
||||||
from .abaqus import Abaqus # noqa
|
from .abaqus import Abaqus # noqa
|
||||||
|
|
|
@ -1,6 +1,3 @@
|
||||||
# -*- coding: UTF-8 no BOM -*-
|
|
||||||
|
|
||||||
|
|
||||||
import damask.solver
|
import damask.solver
|
||||||
|
|
||||||
class Solver():
|
class Solver():
|
||||||
|
|
|
@ -1,9 +0,0 @@
|
||||||
# -*- coding: UTF-8 no BOM -*-
|
|
||||||
|
|
||||||
|
|
||||||
from .solver import Solver
|
|
||||||
|
|
||||||
class Spectral(Solver):
|
|
||||||
|
|
||||||
def __init__(self):
|
|
||||||
self.solver='Spectral'
|
|
Loading…
Reference in New Issue