Hi,
For the goal functional when using the adaptive solvers I know of examples using either a goal functional over the whole domain:
M = u*dx
Or over a boundary:
M = u*ds(boundary_number)
If one is interested in just some point or points of interest, couldn't the adaptive calculations be faster to define the functional for one or more points only? Is this possible?