Skip to content
  • oliver.sander_at_tu-dresden.de's avatar
    Allow to set the partition type to assemble on · 3d001cb3
    oliver.sander_at_tu-dresden.de authored
    Some forms of distributed computing require assembly on the Interior
    partition of each subdomain.  However, current OperatorAssembler has
    the All partition hard-wired, leading to unwanted contributions
    of ghost elements.
    
    This patch introduces a new template parameter for the OperatorAssembler
    class that allows to set the partition type.  The parameter defaults
    to All, hence this change is fully backward-compatible.
    3d001cb3