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

Method CreateVector

comp/fespace.cpp:4179–4183  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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 {

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