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

Function GetElementVector

comp/gridfunction.hpp:237–239  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

235
236 ///
237 virtual void GetElementVector (FlatArray<int> dnums,
238 FlatVector<double> elvec) const
239 { vec[0] -> GetIndirect (dnums, elvec); }
240
241 ///
242 virtual void SetElementVector (FlatArray<int> dnums,

Callers 2

SaveMethod · 0.85
SaveNodeTypeMethod · 0.85

Calls 1

GetIndirectMethod · 0.80

Tested by

no test coverage detected