| 1192 | } |
| 1193 | |
| 1194 | AutoVector ApplyIntegrationPoints :: CreateRowVector() const |
| 1195 | { |
| 1196 | return make_unique<VVector<double>> (nip*dimx); |
| 1197 | } |
| 1198 | |
| 1199 | void ApplyIntegrationPoints :: Mult (const BaseVector & x, BaseVector & y) const |
| 1200 | { |
nothing calls this directly
no test coverage detected