Example #1
0
File: umat.py Project: hos/pyfem1d
def deploy_umats(path):
    return helper.deploy_objects(path, Umat)
Example #2
0
File: load.py Project: hos/pyfem1d
def deploy_loads(path):
    return helper.deploy_objects(path, Load)