NDSolve::uniss
NDSolveValue::uniss
ParametricNDSolve::uniss
ParametricNDSolveValue::uniss
A warning message is generated because NDSolve does not use a step size that satisfies the restrictions indicated by the options:
NDSolve[{D[u[x, t], t] == D[u[x, t], x, x], u[x, 0] == Exp[-100 x ^ 2], u[-1, t] == u[1, t]}, u, {x, -1, 1}, {t, 2}, Method -> {"MethodOfLines", "SpatialDiscretization" -> {"TensorProductGrid", MaxStepSize -> .003, MinStepSize -> .003}}]