| 1361 | } |
| 1362 | |
| 1363 | double GridFunctionCoefficientFunction :: |
| 1364 | Evaluate (const BaseMappedIntegrationPoint & ip) const |
| 1365 | { |
| 1366 | VectorMem<10> flux(Dimension()); |
| 1367 | Evaluate (ip, flux); |
| 1368 | return flux(0); |
| 1369 | } |
| 1370 | |
| 1371 | Complex GridFunctionCoefficientFunction :: |
| 1372 | EvaluateComplex (const BaseMappedIntegrationPoint & ip) const |
nothing calls this directly
no test coverage detected