The following examples are basically implementations of ODE integrators and a tensor product which do not solve a PDE: KG_product, RK2, RK4, backward_Euler, van_der_pol. In the best case scenario they should be relocated as a utility but it seems to me these are pretty simple algorithms that should not be among the examples. An option may be removing them.