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

Function index_dimensions

fem/tensorcoefficient.cpp:275–281  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

273 }
274
275 Array<int> index_dimensions(const MultiIndex &mi)
276 {
277 Array<int> res_dims(mi.Size());
278 for (size_t i: Range(res_dims.Size()))
279 res_dims[i] = mi[i].dim;
280 return res_dims;
281 }
282
283 string sanitize_signature(string signature)
284 {

Callers 2

optimize_legacyFunction · 0.85

Calls 2

RangeFunction · 0.50
SizeMethod · 0.45

Tested by

no test coverage detected