LEoPart-project / leopart-x

Implementation of Lagrangian-Eulerian Particle tracking with DOLFINx
GNU Lesser General Public License v3.0
8 stars 1 forks source link

How do we intend to infer the `_field_name`? #12

Closed jmmaljaars closed 4 years ago

jmmaljaars commented 4 years ago

See

https://github.com/LEoPart-X/LEoPart/blob/0e5188805e6ecba9ce75ac8f2573859baba6db8f/src/particles.h#L47

I would suggest the field name is something that the user optionally can specify, so no necessity?

chrisrichardson commented 4 years ago

Clearly this is not necessary, however it might be nice to have, especially for debugging.

jmmaljaars commented 4 years ago

Ok!