DAMASK_EICMD/lib/damask/geometry/marc.py

9 lines
108 B
Python
Raw Normal View History

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