Pluto notebook: pluto/julia, html,pdf
Updated notebook after API Update: pluto/julia, html,pdf
Pluto notebook: pluto/julia, html,pdf
The evolve
method defined in notebooks 19 and 20 can be replaced by a new transient solve
method which is available in VoronoiFVM.jl
since version 10.8. Doing so in your exam projects is not mandatory for the exam, but could simplify some tasks. In particular, skeletons use the new API. Here are relevant links to the documentation.
Documentation for NewtonControl
Documentation for transient solve
Documentation for TransientSolution