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

Method CreateColVector

comp/bilinearform.cpp:1189–1192  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1187 }
1188
1189 AutoVector ApplyIntegrationPoints :: CreateColVector() const
1190 {
1191 return make_unique<VVector<double>> (nip*dimy);
1192 }
1193
1194 AutoVector ApplyIntegrationPoints :: CreateRowVector() const
1195 {

Callers

nothing calls this directly

Calls 7

CreateParallelVectorFunction · 0.85
CreateBaseVectorFunction · 0.85
GetParallelDofsMethod · 0.80
GetTestSpaceMethod · 0.45
GetNDofMethod · 0.45
IsComplexMethod · 0.45
GetDimensionMethod · 0.45

Tested by

no test coverage detected