I am reading chapter 38 of GPU Gems and the author uses this notation where the dot appears before nabla (sec 38.2.1, eq 1, first term on the right side).
$-(\mathbf u \cdot \nabla)\mathbf u$
The book explains that nabla followed by dot means divergence but they've reversed the order in there. Is it "gradient of u"?
$$(\mathbf u \cdot \nabla)=\sum_{i=1}^{n}u_i\frac{\partial}{\partial x_i}$$
Where $u_i$ is the $i$th component of $\mathbf u$ and $n$ is the number of dimensions.