Skip to content

Commit 0f4934d

Browse files
authored
Merge pull request #266 from ansys/DPF_261/daily_doc_update
DPF doc daily update for 261
2 parents 61ead0c + 2f02d78 commit 0f4934d

File tree

6 files changed

+269
-210
lines changed

6 files changed

+269
-210
lines changed

2026R1/dpf-framework-26-r1/changelog/changelog.md

Lines changed: 253 additions & 204 deletions
Large diffs are not rendered by default.

2026R1/dpf-framework-26-r1/operator-specifications/math/accumulate_level_over_label_fc.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Compute the component-wise sum over all the fields that have the same ID as the
1717
| Input | Name | Expected type(s) | Description |
1818
|-------|-------|------------------|-------------|
1919
| <strong>Pin 0</strong> <br><span style="background-color:#d93025; color:white; padding:2px 6px; border-radius:3px; font-size:0.75em;">Required</span>| fields_container |[`fields_container`](../../core-concepts/dpf-types.md#fields-container) | |
20-
| <strong>Pin 1</strong>| label |[`string`](../../core-concepts/dpf-types.md#standard-types) | Label of the fields container where it should operate. |
20+
| <strong>Pin 1</strong>| label |[`string`](../../core-concepts/dpf-types.md#standard-types) | Label of the fields container where it should operate. If not defined and the input Fields Container has only one Label, the operation will be done over all the fields. |
2121

2222
## Outputs
2323

2026R1/dpf-framework-26-r1/operator-specifications/math/accumulate_min_over_label_fc.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Compute the component-wise sum over all the fields that have the same ID as the
1717
| Input | Name | Expected type(s) | Description |
1818
|-------|-------|------------------|-------------|
1919
| <strong>Pin 0</strong> <br><span style="background-color:#d93025; color:white; padding:2px 6px; border-radius:3px; font-size:0.75em;">Required</span>| fields_container |[`fields_container`](../../core-concepts/dpf-types.md#fields-container) | |
20-
| <strong>Pin 1</strong>| label |[`string`](../../core-concepts/dpf-types.md#standard-types) | Label of the fields container where it should operate. |
20+
| <strong>Pin 1</strong>| label |[`string`](../../core-concepts/dpf-types.md#standard-types) | Label of the fields container where it should operate. If not defined and the input Fields Container has only one Label, the operation will be done over all the fields. |
2121

2222
## Outputs
2323

2026R1/dpf-framework-26-r1/operator-specifications/math/accumulate_over_label_fc.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Compute the component-wise sum over all the fields that have the same ID as the
1717
| Input | Name | Expected type(s) | Description |
1818
|-------|-------|------------------|-------------|
1919
| <strong>Pin 0</strong> <br><span style="background-color:#d93025; color:white; padding:2px 6px; border-radius:3px; font-size:0.75em;">Required</span>| fields_container |[`fields_container`](../../core-concepts/dpf-types.md#fields-container) | |
20-
| <strong>Pin 1</strong>| label |[`string`](../../core-concepts/dpf-types.md#standard-types) | Label of the fields container where it should operate. |
20+
| <strong>Pin 1</strong>| label |[`string`](../../core-concepts/dpf-types.md#standard-types) | Label of the fields container where it should operate. If not defined and the input Fields Container has only one Label, the operation will be done over all the fields. |
2121

2222
## Outputs
2323

2026R1/dpf-framework-26-r1/operator-specifications/math/average_over_label_fc.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Compute the component-wise average over all the fields that have the same ID as
1717
| Input | Name | Expected type(s) | Description |
1818
|-------|-------|------------------|-------------|
1919
| <strong>Pin 0</strong> <br><span style="background-color:#d93025; color:white; padding:2px 6px; border-radius:3px; font-size:0.75em;">Required</span>| fields_container |[`fields_container`](../../core-concepts/dpf-types.md#fields-container) | |
20-
| <strong>Pin 1</strong>| label |[`string`](../../core-concepts/dpf-types.md#standard-types) | Label of the fields container where it should operate. |
20+
| <strong>Pin 1</strong>| label |[`string`](../../core-concepts/dpf-types.md#standard-types) | Label of the fields container where it should operate. If not defined and the input Fields Container has only one Label, the operation will be done over all the fields. |
2121

2222
## Outputs
2323

2026R1/dpf-framework-26-r1/operator-specifications/metadata/element_types_provider.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,20 +11,30 @@ license: None
1111
## Description
1212

1313
Reads element types data from the result files contained in the streams or data sources.
14+
- If the output is a GenericDataContainer, its class_name is ElementTypesProperties and it contains the following property fields:
15+
- element_routine_number: Element routine number. E.g 186 for SOLID186.
16+
- keyopts: Element type option keys.
17+
- kdofs: DOF/node for this element type. This is a bit mapping.
18+
- nodelm: Number of nodes for this element type.
19+
- nodfor: Number of nodes per element having nodal forces.
20+
- nodstr: Number of nodes per element having nodal stresses.
21+
- new_gen_element: Element of new generation.
22+
- If the output is a PropertyField, it contains the 200 possible ElementTypesProperties for each solver element type id. These properties are in the order documented in ansys/customize/include/echprm.inc and have the meaning documented in ansys/customize/include/elccmt.inc.
1423

1524
## Inputs
1625

1726
| Input | Name | Expected type(s) | Description |
1827
|-------|-------|------------------|-------------|
19-
| <strong>Pin 1</strong>| solver_element_types_ids |[`int32`](../../core-concepts/dpf-types.md#standard-types), [`vector<int32>`](../../core-concepts/dpf-types.md#standard-types) | Element Type ids to recover used by the solver. If not set, all available element types to be recovered. |
28+
| <strong>Pin 1</strong>| solver_element_types_ids |[`int32`](../../core-concepts/dpf-types.md#standard-types), [`vector<int32>`](../../core-concepts/dpf-types.md#standard-types) | Element Type ids to recover used by the solver. If not set, all available element types are recovered. |
2029
| <strong>Pin 3</strong>| streams |[`streams_container`](../../core-concepts/dpf-types.md#streams-container) | Result file container allowed to be kept open to cache data. |
2130
| <strong>Pin 4</strong> <br><span style="background-color:#d93025; color:white; padding:2px 6px; border-radius:3px; font-size:0.75em;">Required</span>| data_sources |[`data_sources`](../../core-concepts/dpf-types.md#data-sources) | Result file path container, used if no streams are set. |
31+
| <strong>Pin 200</strong>| output_type |[`int32`](../../core-concepts/dpf-types.md#standard-types) | Get the output as a GenericDataContainer (pin value 1, default) or as a PropertyField (pin value 2). |
2232

2333
## Outputs
2434

2535
| Output | Name | Expected type(s) | Description |
2636
|-------|------|------------------|-------------|
27-
| **Pin 0**| element_types_data |[`generic_data_container`](../../core-concepts/dpf-types.md#generic-data-container) | The generic_data_container has a class_name: ElementTypesProperties. It contains the following property fields: element_routine_number: Element routine number. E.g 186 for SOLID186, keyopts: Element type option keys, kdofs: DOF/node for this element type.This is a bit mapping, nodelm: Number of nodes for this element type, nodfor: Number of nodes per element having nodal forces, nodstr: Number of nodes per element having nodal stresses, new_gen_element: Element of new generation. |
37+
| **Pin 0**| element_types_data |[`generic_data_container`](../../core-concepts/dpf-types.md#generic-data-container), [`property_field`](../../core-concepts/dpf-types.md#property-field) | |
2838

2939
## Configurations
3040

0 commit comments

Comments
 (0)