DAMASK_EICMD/lib/damask/geometry/spectral.py

11 lines
148 B
Python

# -*- coding: UTF-8 no BOM -*-
# $Id$
from .geometry import Geometry
class Spectral(Geometry):
def __init__(self):
self.solver='Spectral'