| 4177 | } |
| 4178 | |
| 4179 | AutoVector ApplyMass :: CreateVector () const |
| 4180 | { |
| 4181 | // should go to fespace |
| 4182 | return CreateBaseVector(fes->GetNDof(), fes->IsComplex(), fes->GetDimension()); |
| 4183 | } |
| 4184 | |
| 4185 | AutoVector ApplyMass :: CreateRowVector () const |
| 4186 | { |
nothing calls this directly
no test coverage detected