| 4189 | } |
| 4190 | |
| 4191 | AutoVector ApplyMass :: CreateColVector () const |
| 4192 | { |
| 4193 | // should go to fespace |
| 4194 | return CreateBaseVector(fes->GetNDof(), fes->IsComplex(), fes->GetDimension()); |
| 4195 | } |
| 4196 | |
| 4197 | |
| 4198 |
nothing calls this directly
no test coverage detected