-
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.
patch bug in wake solver and start adding docstrings from beginning
- Loading branch information
Showing
23 changed files
with
887 additions
and
620 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,7 +1,48 @@ | ||
# API Reference | ||
|
||
```@contents | ||
Pages = ["api.md"] | ||
Depth = 5 | ||
``` | ||
|
||
## Public API | ||
|
||
```@docs | ||
DuctAPE.setup_analysis | ||
``` | ||
|
||
The remainder of the public API elements are found throughout the remainder of this documentation in the context of their usage. The index at the bottom of this page may be helpful in locating them. | ||
|
||
## Private API | ||
|
||
### Bookkeeping | ||
```@docs | ||
DuctAPE.get_problem_dimensions | ||
``` | ||
|
||
### Caching | ||
```@docs | ||
DuctAPE.allocate_wake_panel_container! | ||
DuctAPE.allocate_panel_containers! | ||
DuctAPE.allocate_panel_container! | ||
DuctAPE.allocate_body_panel_container! | ||
DuctAPE.allocate_rotor_panel_container! | ||
DuctAPE.allocate_solve_parameter_extras! | ||
``` | ||
|
||
|
||
### Analysis | ||
```@docs | ||
DuctAPE.analyze | ||
``` | ||
|
||
### Post-process | ||
```@docs | ||
DuctAPE.post_process | ||
``` | ||
|
||
## Index | ||
|
||
```@index | ||
Modules=[DuctAPE, DuctAPE.C4Blade] | ||
``` |
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
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
Oops, something went wrong.