MCPcopy Create free account
hub / github.com/NGSolve/ngsolve / CreateRowVector

Method CreateRowVector

comp/fespace.cpp:4185–4189  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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 {

Callers

nothing calls this directly

Calls 4

CreateBaseVectorFunction · 0.85
GetNDofMethod · 0.45
IsComplexMethod · 0.45
GetDimensionMethod · 0.45

Tested by

no test coverage detected