| 33 | |
| 34 | public: |
| 35 | virtual Float get_material_tensor(size_t i, size_t j, size_t k, size_t l, VectorF coord) const { |
| 36 | throw NotImplementedError("get_material_tensor() is not implemented by subclasses."); |
| 37 | } |
| 38 | virtual MatrixF strain_to_stress(const MatrixF& strain, VectorF coord) const { |
| 39 | throw NotImplementedError("strain_to_stress() is not implemented by subclasses."); |
| 40 | } |