| 39 | throw NotImplementedError("strain_to_stress() is not implemented by subclasses."); |
| 40 | } |
| 41 | virtual Float get_density(VectorF coord) const { |
| 42 | throw NotImplementedError("get_density() is not implemented by subclasses."); |
| 43 | } |
| 44 | virtual Float get_density() const { |
| 45 | throw NotImplementedError("get_density() is not implemented by subclasses."); |
| 46 | } |