changed to out-of-place mode
This commit is contained in:
parent
7d6a1dc583
commit
8a32a15299
2
PRIVATE
2
PRIVATE
|
@ -1 +1 @@
|
||||||
Subproject commit 8e3ca03857b569ffa73baf78ac0cffd288e4eec2
|
Subproject commit 3a43b550b5a0054c708e7cc5b70af9dd6a41d141
|
|
@ -46,7 +46,7 @@ for filename in options.filenames:
|
||||||
for label in options.con:
|
for label in options.con:
|
||||||
x = results.get_dataset_location(label)
|
x = results.get_dataset_location(label)
|
||||||
if len(x) != 0:
|
if len(x) != 0:
|
||||||
table.add(label,results.read_dataset(x,0,plain=True).reshape(results.grid.prod(),-1))
|
table = table.add(label,results.read_dataset(x,0,plain=True).reshape(results.grid.prod(),-1))
|
||||||
|
|
||||||
results.pick('constituents', False)
|
results.pick('constituents', False)
|
||||||
results.pick('materialpoints',True)
|
results.pick('materialpoints',True)
|
||||||
|
|
Loading…
Reference in New Issue