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

Method SetFESpace

comp/fespace.hpp:120–127  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

118 auto operator[] (int i) const { return list[i]; }
119
120 void SetFESpace (shared_ptr<FESpace> fespace)
121 {
122 if (*this)
123 shared_ptr<ProxyFunction> (*this) -> SetFESpace(fespace);
124 else
125 for (auto node : list)
126 node.SetFESpace(fespace);
127 }
128 };
129
130

Callers 2

MakeProxyFunctionMethod · 0.80
MakeProxyFunctionMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected