| 280 | } |
| 281 | |
| 282 | void DifferentialOperator :: |
| 283 | AddTrans (const FiniteElement & bfel, |
| 284 | const SIMD_BaseMappedIntegrationRule & bmir, |
| 285 | BareSliceMatrix<SIMD<double>> flux, |
| 286 | BareSliceVector<double> x) const |
| 287 | { |
| 288 | throw ExceptionNOSIMD (string("DifferentialOperator :: AddTrans ( ... SIMD ... ) not overloaded for class ") + typeid(*this).name()); |
| 289 | } |
| 290 | |
| 291 | void DifferentialOperator :: |
| 292 | AddTrans (const FiniteElement & bfel, |