DAMASK_EICMD/lib/damask/geometry/marc.py

11 lines
140 B
Python

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