DAMASK_EICMD/lib/damask/geometry/spectral.py

9 lines
116 B
Python
Raw Normal View History

# $Id$
2011-12-14 01:32:26 +05:30
from .geometry import Geometry
class Spectral(Geometry):
def __init__(self):
self.solver='Spectral'