Skip to content

[discretefunctionspace] add check for suitable discrete functions in DiscreteFunctionSpaceDefault::communicate

In the moment it is possible to communicate a discrete function using a wrong space. I don't know if this is a bug or a feature.

In the first case this patch contains a static check if the function, which is communicated is defined over the same space. @robert.kloefkorn could you please have a short look at this ?

Merge request reports