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

Function GetParam

comp/read_ansys.cpp:79–83  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

77 }
78
79 static string GetParam (const map<string,string> & p, const string & key)
80 {
81 auto it = p.find(key);
82 return (it == p.end()) ? string("") : it->second;
83 }
84
85
86 struct AnsysElement

Callers 1

ParseAbaqusInpFunction · 0.85

Calls 2

findMethod · 0.80
endMethod · 0.45

Tested by

no test coverage detected