| 33 | { } |
| 34 | |
| 35 | void Set (FiniteElement * afe, FlatVector<> * aelvec) |
| 36 | { |
| 37 | auto tid = TaskManager::GetThreadId(); |
| 38 | fes[tid] = afe; |
| 39 | elvecs[tid] = aelvec; |
| 40 | } |
| 41 | |
| 42 | template <typename MIR, typename T, ORDERING ORD> |
| 43 | void T_Evaluate (const MIR & mir, BareSliceMatrix<T,ORD> values) const |
no outgoing calls
no test coverage detected