AndersLogg proposed to expose the built-in [adaptivity functionality of FEniCS](http://fenicsproject.org/documentation/dolfin/1.3.0/python/programmers-reference/fem/solving/solve.html). Synatx could be: ``` @fenicsbot Solve Poisson in domain UnitSquare with f=sin(2*pi*x[0])*sin(2*pi*x[1]) and tolerance=0.001 ```