SCOREC / core

parallel finite element unstructured meshes
Other
179 stars 63 forks source link

getElementNodeData assumes scalar field #440

Closed jacobmerson closed 1 month ago

jacobmerson commented 1 month ago

The function here: https://github.com/SCOREC/core/blob/8959c599cc05e21d0fb470f941d9f892da62aa02/apf/apfElement.cc#L122-L127

Assumes that the field stored at the nodes is a scalar.

jacobmerson commented 1 month ago

Closed based on #443