{ "cells": [ { "cell_type": "markdown", "metadata": {}, "source": [ "# Reaction-diffusion thresholds\n", "
Suppose we have an rxd.Reaction
or rxd.Rate
that should only occur when the concentration is above (or below) a certain threshold. These functions, however, only support continuous rate functions. What can we do?