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

Method GetFESpace

comp/fespace.cpp:4271–4277  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4269 }
4270
4271 const shared_ptr<FESpaceClasses::FESpaceInfo>
4272 FESpaceClasses::GetFESpace(const string & name)
4273 {
4274 for (auto & fes : fesa)
4275 if (name == fes->name) return fes;
4276 return NULL;
4277 }
4278
4279 void FESpaceClasses :: Print (ostream & ost) const
4280 {

Callers 15

NewtonCFMethod · 0.80
MinimizationCFMethod · 0.80
UpdateMethod · 0.80
IsComplexFunction · 0.80
UpdateMethod · 0.80
MGMMethod · 0.80
~GridFunctionMethod · 0.80
ConnectAutoUpdateMethod · 0.80
VisualizeFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected