Skip to content
#

fluent

Here are 364 public repositories matching this topic...

Files
precice
fsimonis
fsimonis commented May 12, 2021

Please describe the problem you are trying to solve.
The current implementation of the barycentric coordinates are overly complicated and explicitly require the normals of triangles or edges. There are simpler ways to implement this.

Describe the solution you propose.

  • Simplify math/barycenter.[ch]pp
  • Remove Edge::computeNormal() as it is unnecessary.

**Describe alternativ

fluent-kit
peterlondon1
peterlondon1 commented Jul 20, 2021

I attempt to update a field defined as an @OptionalEnum to nil. The field value does not change. Changing the value to other values of the enum does work correctly.

I have also seen this error with other optional fields, i.e. I can update the field to other values, but not to nil

I have shown this to Tim Condon who showed me how to see the e

Improve this page

Add a description, image, and links to the fluent topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the fluent topic, visit your repo's landing page and select "manage topics."

Learn more