9 lines
181 B
Python
9 lines
181 B
Python
# Copyright 2013 DEVSIM LLC
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
import devsim
|
|
|
|
devsim.load_devices(file="mesh3.msh")
|
|
devsim.write_devices(file="mesh4.msh", type="devsim_data")
|