forked from PaddlePaddle/PaddleScience
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Fea] Add save_tecplot_file (PaddlePaddle#722)
* add save_tecplot_file * fix docstring * update code * update code * refine code
- Loading branch information
1 parent
d415636
commit 26d1653
Showing
4 changed files
with
139 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,10 @@ | ||
# Utils.reader(文件保存函数) 模块 | ||
# Utils.writer(文件保存函数) 模块 | ||
|
||
::: ppsci.utils.reader | ||
::: ppsci.utils.writer | ||
handler: python | ||
options: | ||
members: | ||
- save_csv_file | ||
- save_tecplot_file | ||
show_root_heading: True | ||
heading_level: 3 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters