Add `DistributedAnalysis.get_Qsurface` for a single surface
nikosavola opened this issue · 0 comments
nikosavola commented
Currently, there exists DistributedAnalysis.get_Qsurface_all
pyEPR/pyEPR/core_distributed_analysis.py
Lines 887 to 891 in 3660e76
which computes the contribution to Q on all surfaces. I think it would be useful to have a similar function for a single given surface,
get_Qsurface
. It would then make sense to refactor get_Qsurface_all
to call this function with name='AllObjects'
.