Skip to content

test assignment of matrices with cast operator

Martin Nolte requested to merge feature/test-fieldmatrix-cast-operator into master

Some matrix implementations, e.g., the Jacobian implementations of SPGrid have cast operators into the corresponding FieldMatrix type. This patch adds a simplified version of such a cast operator to the densematrixassignment test.

Merge request reports