DAMASK_EICMD/lib/damask/solver/spectral.py

11 lines
142 B
Python

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