-
- Downloads
Allow to set the partition type to assemble on
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.
Please register or sign in to comment