diff --git a/doc/source/_static/dpf_operators.html b/doc/source/_static/dpf_operators.html index 935a050609a..91e15bc6385 100644 --- a/doc/source/_static/dpf_operators.html +++ b/doc/source/_static/dpf_operators.html @@ -14201,11 +14201,11 @@
Should use absolute value. |
Do calculate amplitude. |
Transposes the input scoping or scopings container (Elemental/Faces --> Nodal, or Nodal ---> Elemental/Faces), based on the input mesh region.
-Scoping or scopings container (the input type is the output type) +Version 0.1.0 Inputs
Outputs
ConfigurationsScriptingChangelogutility: overlap fieldsTake two fields and superpose them, the overlapping field will override values of base_field. + |
Take two fields and superpose them, the overlapping field will override values of base_field.
Finds the elements corresponding to the given coordinates in input and computes their reduced coordinates in those elements.
If the first field in input has no mesh in support, then the mesh in this pin is expected (default is false). If a meshes container with several meshes is set, it should be on the same label spaces as the coordinates fields container. |
If this pin is set to true, reduced coordinates are computed on the quadratic element if the element is quadratic (more precise but less performant). Default is false. diff --git a/src/ansys/dpf/gatebin/Ans.Dpf.GrpcClient.dll b/src/ansys/dpf/gatebin/Ans.Dpf.GrpcClient.dll index 7e2f98b3ccd..412b77feabe 100644 Binary files a/src/ansys/dpf/gatebin/Ans.Dpf.GrpcClient.dll and b/src/ansys/dpf/gatebin/Ans.Dpf.GrpcClient.dll differ diff --git a/src/ansys/dpf/gatebin/DPFClientAPI.dll b/src/ansys/dpf/gatebin/DPFClientAPI.dll index 32e15bd13cb..651a676af46 100644 Binary files a/src/ansys/dpf/gatebin/DPFClientAPI.dll and b/src/ansys/dpf/gatebin/DPFClientAPI.dll differ diff --git a/src/ansys/dpf/gatebin/libAns.Dpf.GrpcClient.so b/src/ansys/dpf/gatebin/libAns.Dpf.GrpcClient.so index c074c09c534..c4be34b2be3 100644 Binary files a/src/ansys/dpf/gatebin/libAns.Dpf.GrpcClient.so and b/src/ansys/dpf/gatebin/libAns.Dpf.GrpcClient.so differ |