-
Notifications
You must be signed in to change notification settings - Fork 134
Description
Hi,
I am really interested in using your package for solving McKean-Vlasov equations describing the distribution of mean field of particles. All examples I have in mind are like (say in 2d), x=(x1,x2)
However, I find there is quite some boilerplate to implement in order to use your package.
- Would it be possible to borrow the definition of the problem like in Gridap? I understand if this is akinng for too much ;)
You could focus on nonlinear reaction diffusion equations like
du/dt = ∇(c(x,u) + d(x,u) ∇ NL(x,u)) + f(x, u)
Could you not define a struct asking for the functions c,d,NL,f, the discretisation, the boundary conditions and return a problem that implement the discretisation.
Even if this is a subset of what your package can handle, I'd say it would be helpful.
That you for your valuable tool
PS: I posted the same issue on (VoronoiFVM)[https://github.com/WIAS-PDELib/VoronoiFVM.jl/issues/20] which is akin to Trixi