polishing

This commit is contained in:
Daniel Otto de Mentock 2022-11-09 12:48:48 +01:00
parent 1cdb7ef09f
commit 836feaa5f4
1 changed files with 2 additions and 3 deletions

View File

@ -1868,8 +1868,7 @@ class Result:
"""
Merge data into spatial order that is compatible with the damask.VTK geometry representation.
The returned data structure reflects the group/folder structure
in the DADF5 file.
The returned data structure reflects the group/folder structure in the DADF5 file.
Multi-phase data is fused into a single output.
`place` is equivalent to `get` if only one phase/homogenization
@ -1957,7 +1956,7 @@ class Result:
overwrite: bool = False,
):
"""
Export original simulation setup of Result object.
Export original simulation setup of the Result object.
Parameters
----------