diff --git a/doc/source/_static/dpf_operators.html b/doc/source/_static/dpf_operators.html index 05bb6f293fd..acdd495d1e1 100644 --- a/doc/source/_static/dpf_operators.html +++ b/doc/source/_static/dpf_operators.html @@ -5348,8 +5348,8 @@
Computes element-wise sqrt(field1).
field or fields container with only one field is expected |
Compute the component-wise sum over all the fields that have the same ID as the label set as input in the fields container and take its opposite. This computation can be incremental. If the input fields container is connected and the operator is run multiple times, the output field will be on all the connected inputs.
-Label of the fields container where it should operate. - |
Read Y Plus (y+) by calling the readers defined by the datasources.
+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. + |
Read Y Plus (y+) by calling the readers defined by the datasources.
time/freq values (use doubles or field), time/freq set ids (use ints or scoping) or time/freq step ids (use scoping with TimeFreq_steps location) required in output. To specify time/freq values at specific load steps, put a Field (and not a list) in input with a scoping located on "TimeFreq_steps". Linear time freq intrapolation is performed if the values are not in the result files and the data at the max time or freq is taken when time/freqs are higher than available time/freqs in result files. To get all data for all time/freq sets, connect an int with value -1. |
nodes or elements scoping required in output. The output fields will be scoped on these node or element IDs. To figure out the ordering of the fields data, look at their scoping IDs as they might not be ordered as the input scoping was. The scoping's location indicates whether nodes or elements are asked for. Using scopings container allows you to split the result fields container into domains |
result file container allowed to be kept open to cache data @@ -9509,8 +9509,8 @@Configurating operators |
if 0 cyclic symmetry is ignored, if 1 cyclic sector is read, if 2 cyclic expansion is done, if 3 cyclic expansion is done and stages are merged (default is 1) |
elemental nodal beam results are read if this pin is set to true (default is false) |
Compute the component-wise sum over all the fields that have the same ID as the label set as input in the fields container. This computation can be incremental. If the input fields container is connected and the operator is run multiple times, the output field will be on all the connected inputs.
-Label of the fields container where it should operate. - |
Assembles a set of scopings containers into a unique one.
+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. + |
Assembles a set of scopings containers into a unique one.
A vector of scopings containers to merge or scopings containers from pin 0 to ... |
Read/compute element nodal component thermal strains XY shear component (01 component) by calling the readers defined by the datasources. Regarding the requested location and the input mesh scoping, the result location can be Nodal/ElementalNodal/Elemental.
time/freq values (use doubles or field), time/freq set ids (use ints or scoping) or time/freq step ids (use scoping with TimeFreq_steps location) required in output. To specify time/freq values at specific load steps, put a Field (and not a list) in input with a scoping located on "TimeFreq_steps". Linear time freq intrapolation is performed if the values are not in the result files and the data at the max time or freq is taken when time/freqs are higher than available time/freqs in result files. To get all data for all time/freq sets, connect an int with value -1. @@ -14339,10 +14339,10 @@Configurating operatorsVersion 0.0.0 Inputs
OutputsConfigurationsScriptingChangelogmath: average over labelCompute the component-wise average over all the fields that have the same ID as the label set as input in the fields container. This computation can be incremental. If the input fields container is connected and the operator is run multiple times, the output field will be on all the connected inputs. -Version 0.0.0 Inputs
OutputsConfigurationsScriptingChangelogmath: accumulate level over labelCompute the component-wise sum over all the fields that have the same ID as the label set as input in the fields container and apply 10.0xlog10(data/10xx-12) on the result. This computation can be incremental. If the input fields container is connected and the operator is run multiple times, the output field will be on all the connected inputs. -Version 0.0.0 Inputs
OutputsConfigurationsScriptingChangelogutility: make for each rangeGenerate a range that can be consumed by the for_each operator +Version 0.0.1 Inputs
OutputsConfigurationsScriptingChangelogmath: accumulate level over labelCompute the component-wise sum over all the fields that have the same ID as the label set as input in the fields container and apply 10.0xlog10(data/10xx-12) on the result. This computation can be incremental. If the input fields container is connected and the operator is run multiple times, the output field will be on all the connected inputs. +Version 0.0.1 Inputs
OutputsConfigurationsScriptingChangelogutility: make for each rangeGenerate a range that can be consumed by the for_each operator Version 0.0.0 Inputs
|