This PR adds DistributedAnalysis.get_Qsurface which is the same as DistributedAnalysis.get_Qsurface_all but for a single surface. The DistributedAnalysis.get_Qsurface_all now calls DistributedAnalysis.get_Qsurface with name='AllObjects', having the same behaviour as before.
This PR adds
DistributedAnalysis.get_Qsurface
which is the same asDistributedAnalysis.get_Qsurface_all
but for a single surface. TheDistributedAnalysis.get_Qsurface_all
now callsDistributedAnalysis.get_Qsurface
withname='AllObjects'
, having the same behaviour as before.Closes #122