DAMASK_EICMD/lib/damask/geometry/spectral.py

10 lines
141 B
Python
Raw Normal View History

# -*- coding: UTF-8 no BOM -*-
2011-12-14 01:32:26 +05:30
from .geometry import Geometry
class Spectral(Geometry):
def __init__(self):
self.solver='Spectral'