| 4183 | } |
| 4184 | |
| 4185 | AutoVector ApplyMass :: CreateRowVector () const |
| 4186 | { |
| 4187 | // should go to fespace |
| 4188 | return CreateBaseVector(fes->GetNDof(), fes->IsComplex(), fes->GetDimension()); |
| 4189 | } |
| 4190 | |
| 4191 | AutoVector ApplyMass :: CreateColVector () const |
| 4192 | { |
nothing calls this directly
no test coverage detected