Closed nikosavola closed 2 years ago
Currently, there exists DistributedAnalysis.get_Qsurface_all https://github.com/zlatko-minev/pyEPR/blob/3660e76d80cfc044524c28ba2c5da3d9653f3ee1/pyEPR/core_distributed_analysis.py#L887-L891 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'.
DistributedAnalysis.get_Qsurface_all
get_Qsurface
get_Qsurface_all
name='AllObjects'
Currently, there exists
DistributedAnalysis.get_Qsurface_all
https://github.com/zlatko-minev/pyEPR/blob/3660e76d80cfc044524c28ba2c5da3d9653f3ee1/pyEPR/core_distributed_analysis.py#L887-L891 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 refactorget_Qsurface_all
to call this function withname='AllObjects'
.