-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
bbe05fe
commit a36a54c
Showing
189 changed files
with
33,927 additions
and
19,882 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions
3
_sources/examples/anl_blade_cs_rcas/anl_blade_cs_rcas.rst.txt
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 |
---|---|---|
@@ -0,0 +1,3 @@ | ||
.. _example-anl_blade_cs_rcas: | ||
|
||
.. include:: /../../examples/anl_blade_cs_rcas/README.rst |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
.. _example-opt_cs_box_lam: | ||
|
||
.. include:: /../../examples/opt_cs_box_lam/README.rst | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,81 @@ | ||
.. _kw-analysis: | ||
|
||
|
||
|
||
analysis | ||
======================== | ||
|
||
As the root keyword | ||
-------------------- | ||
|
||
|
||
Define analysis process. | ||
|
||
.. code-block:: yaml | ||
analysis: | ||
steps: | ||
- step: "step 1" | ||
... | ||
- step: "step 2" | ||
... | ||
Specification | ||
^^^^^^^^^^^^^^ | ||
|
||
:Arguments: None | ||
:Default: None | ||
|
||
|
||
Child keywords | ||
^^^^^^^^^^^^^^^ | ||
|
||
.. list-table:: | ||
:header-rows: 1 | ||
|
||
* - Keyword | ||
- Requirements | ||
- Description | ||
* - :ref:`kw-steps` | ||
- Required | ||
- Specification of analysis steps | ||
|
||
|
||
|
||
|
||
|
||
As the child keyword of analysis step | ||
--------------------------------------- | ||
|
||
Specify the |structure genetic| analysis type. | ||
|
||
.. code-block:: yaml | ||
analysis: | ||
steps: | ||
- step: "..." | ||
type: "cs" | ||
analysis: "..." | ||
Specification | ||
^^^^^^^^^^^^^^ | ||
|
||
:Parent keyword: :ref:`kw-steps` | ||
:Arguments: Choose one from h\|fi | ||
|
||
* ``h``: Homogenization. | ||
* ``fi``: Initial failure index and strength ratio analysis. | ||
|
||
|
||
|
||
|
||
|
||
.. literalinclude:: /_static/main_input_ref.yml | ||
:caption: Example | ||
:language: yaml | ||
:start-after: [analysis] | ||
:end-before: [analysis_end] | ||
:linenos: | ||
|
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 |
---|---|---|
@@ -0,0 +1,25 @@ | ||
.. _kw-args: | ||
|
||
args | ||
======= | ||
|
||
.. Use under:: | ||
.. analysis: | ||
.. steps: | ||
.. - step: "..." | ||
.. type: "script" | ||
.. args: | ||
.. - arg1 | ||
.. - arg2 | ||
.. - ... | ||
.. Extra positional arguments passed to the custom Python function. | ||
.. * **Optional** | ||
.. * **Type**: List | ||
.. Related pages | ||
.. * :ref:`section-guide_analysis_script` | ||
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 |
---|---|---|
@@ -0,0 +1,22 @@ | ||
.. _kw-base_file: | ||
|
||
base_file | ||
========================== | ||
|
||
File name of the |structure genetic| base design, such as a PreVABS template. | ||
|
||
.. code-block:: yaml | ||
cs: | ||
- name: "my_cs" | ||
design: | ||
base_file: "..." | ||
... | ||
... | ||
Specification | ||
------------- | ||
|
||
:Parent keyword: :ref:`kw-design` | ||
:Arguments: String | ||
:Default: None |
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 |
---|---|---|
@@ -0,0 +1,24 @@ | ||
.. _kw-builder: | ||
|
||
builder | ||
========= | ||
|
||
Method or tool to create the |structure gene|. | ||
|
||
.. code-block:: yaml | ||
cs: | ||
- name: "my_cs" | ||
builder: "..." | ||
... | ||
... | ||
Specification | ||
------------- | ||
|
||
:Parent keyword: :ref:`kw-sg` | ||
:Arguments: String | ||
:Default: None | ||
|
||
|
||
|
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 |
---|---|---|
@@ -0,0 +1,6 @@ | ||
.. _kw-data: | ||
|
||
data | ||
====== | ||
|
||
|
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 |
---|---|---|
@@ -0,0 +1,5 @@ | ||
.. _kw-data_form: | ||
|
||
data_form | ||
============= | ||
|
Oops, something went wrong.