Ben Brown
Ben Brown
I've found an interesting edge case where something in `d3` didn't behave as I expected. I'm not sure if this is a valid edge case that we need to address,...
There are use cases (e.g., checkpointing) where it might be useful to have a particular handler in the evaluator system not evaluate on the first iteration. As a positive, this...
For multi-dimensional Eigenvalue Problems solved using our current best-practices approach (see `examples/evp_1d_rayleigh_benard/rayleigh_benard_evp.py`) we run into an edge case with `set_modes()` when trying to plot eigenmodes. Best practices are to set...
It would be handy to have a method for stopping `NLBVP` iterations if they exceed some threshold. Sometimes a `NLBVP` can get stuck in oscillatory non-convergent states, and a user-defined...