| 208 | shared_ptr<GridFunction> GetComponent (int compound_comp); |
| 209 | |
| 210 | [[deprecated("Use GridFunction.Deriv instead!")]] |
| 211 | shared_ptr<GridFunctionCoefficientFunction> GetDeriv() |
| 212 | { |
| 213 | return Deriv(); |
| 214 | } |
| 215 | |
| 216 | shared_ptr<GridFunctionCoefficientFunction> Deriv() |
| 217 | { |