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

Method CreateColVector

comp/fespace.cpp:4191–4195  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

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