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

Allow intermediate RK step specification of velocity #3

Closed nate-sime closed 1 year ago

nate-sime commented 4 years ago

Old LEoPart did not have callback for the velocity function on intermediate RK steps. Consider, for example, the implementation here wrapped for the python layer here.

This facilitates optimal rates of convergence of the RK method for time dependent velocity fields.

nate-sime commented 1 year ago

Addressed in #20

nate-sime commented 1 year ago

Resolved in #20