Code duplication in Domains
The following discussion from !372 (merged) should be addressed:
-
@snuverink_j started a discussion: (+3 comments) The first part of this function is now duplicated three times: once here, once in
BoxCornerDomain::constantInterpolation
and once inEllipticDomain::constantInterpolation
.I think a helper method in the base class would be good to reduce the duplication.
Edited by frey_m