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

Method CreateRowVector

comp/bilinearform.cpp:1194–1197  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1192 }
1193
1194 AutoVector ApplyIntegrationPoints :: CreateRowVector() const
1195 {
1196 return make_unique<VVector<double>> (nip*dimx);
1197 }
1198
1199 void ApplyIntegrationPoints :: Mult (const BaseVector & x, BaseVector & y) const
1200 {

Callers

nothing calls this directly

Calls 7

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

Tested by

no test coverage detected