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

Function get_vs_embedding

fem/newtonCF.cpp:48–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46}
47
48auto get_vs_embedding(const ProxyFunction *proxy) {
49 return proxy->Evaluator()->GetVSEmbedding();
50}
51
52int proxy_dof_dimension(const ProxyFunction *proxy) {
53 if (const auto vsemb = get_vs_embedding(proxy))

Callers 4

proxy_dof_dimensionFunction · 0.85
expand_incrementsMethod · 0.85
EvaluateMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected