| 1763 | { |
| 1764 | public: |
| 1765 | DiffShapeCF() : ConstantCoefficientFunction(1) { |
| 1766 | SetVariable(); |
| 1767 | } |
| 1768 | ~DiffShapeCF() override; |
| 1769 | Array<shared_ptr<CoefficientFunction>> Eulerian_gridfunctions; |
| 1770 | }; |
nothing calls this directly
no test coverage detected