Extend VTKOutputTest
Extend VTKOutputTest to also check that exporting works for objects of type
| type | dimensions | ValueType |
|---|---|---|
| P0Function | 2D + 3D | real_t + integral |
| DG1Function | 2D + 3D | real_t |
| EGFunction | 2D | real_t |
| N1E1Function | 3D | real_t |
and make VTKOutput abort for EGFunction on a 3D mesh. With respect to integral ValueType see also the discussion in issue #210 (closed) and for the EGFunction export see issue #211 (closed).
Edited by Marcus Mohr