defineADValidParams(LevelSetAdvection, ADKernelValue, params.addClassDescription("Implements the level set advection equation: $\\vec{v}\\cdot\\nabla " "u = 0$, where the weak form is $(\\psi_i, \\vec{v}\\cdot\\nabla u) = " "0$.");params+=validParams< LevelSetVelocityInterface<>>();)