DAMASK_EICMD/lib/damask/geometry/marc.py

7 lines
100 B
Python
Raw Normal View History

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