diff --git a/Cassiopee/Converter/doc/install b/Cassiopee/Converter/doc/install index d4aa92f53..0ece41102 100755 --- a/Cassiopee/Converter/doc/install +++ b/Cassiopee/Converter/doc/install @@ -89,6 +89,8 @@ then sed -i 's/Converter\.elsAProfile\.Converter\.elsAProfile/Converter\.elsAProfile/g' build/elsAProfile.html sed -i 's/Converter\.pdf/elsAProfile\.pdf/g' build/elsAProfile.html cp build/elsAProfile.html $DEST + + sed -i 's/Converter\.Converter\.PyTree/Converter\.PyTree/g' build/Converter.html sed -i 's/Converter\.Converter/\.Converter/g' build/Converter.html cp build/Converter.html $DEST diff --git a/docs/doc/Converter.html b/docs/doc/Converter.html index a613d99f1..01548c91a 100644 --- a/docs/doc/Converter.html +++ b/docs/doc/Converter.html @@ -229,106 +229,106 @@
– PyTree creation and manipulations
|
+|
|
Create a new PyTree. |
|
+|
|
Add a base name to a pyTree. |
|
+|
|
Return the nob of a base in t. |
+ | |
Return the (nob, noz) of a in t. |
|
+ | |
Break a multi-element zone into single element zones. |
|
|
+|
|
Gather an additional zone connectivity in z1. |
+ | |
Delete zones with null number of points or elements. |
|
|
+|
|
Add single state value or a full reference state. |
|
+|
|
Add chimera setting as node in base. |
|
+|
|
Add a BC to a zone node. |
|
+|
|
Fill empty BCs with given type. |
|
+|
|
Remove BCs of given type. |
|
+|
|
Remove BCs of given name. |
|
+|
|
Remove variables var from t in every BCDataSet. |
|
+|
|
Extract the grid coordinates of given BC type as zones. |
|
+|
|
Extract the grid coordinates of given BC name as zones. |
|
+|
|
Return the range or facelist of unset boundary conditions. |
|
+|
|
Return geometry, names and types of boundary conditions. |
|
+|
|
Recover given BCs on a tree. |
|
+|
|
Extract fields on BCs. |
|
+|
|
Return the list of zones connected to a through match or nearMatch. |
|
+|
|
Add a family node to a base node. |
|
+|
|
Tag a zone node or a BC node with a familyName. |
|
+|
|
Return all zones that have this familyName. |
|
+|
|
Return all BC nodes that have this familyName. |
+ | |
Return the family zone names in a tree or a base. |
|
|
+|
|
Return the family BC names of a given type. |
+ | |
Return the dictionary of familyBCs. |
|
|
+|
|
Return the values for a point of index ind or (i,j,k). |
|
+|
|
Set the values in an array for a point of index ind or (i,j,k). |
|
+|
|
Set some field values for given indices. |
|
+|
|
Add variables to a pyTree. |
+ | |
Fill FlowSolution nodes with variables, such that all the zones have the same variables. |
|
|
+|
|
Copy field variables. |
|
Convert array defined on centers to array defined on nodes. |
|
+|
|
Add ghost cells to pyTree. |
|
+|
|
Remove ghost cells to a pyTree. |
+ | |
Sign NFACE connectivity in NGON zones. |
|
|
Write arrays to output file. |
|
+|
|
Read a file and return a pyTree containing file data. |
|
+|
|
Write a pyTree to a file. |