Is there an example of an explicit solver for nonlinear PDEs using dolfinx in Python?
I am trying to write an explicit method solver for a nonlinear reaction-diffusion equation with logistic growth. Since dolfinx NewtonSolver is an implicit solver, I would like to implement such a solver for myself, but an explicit one.