Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
ParseAbaqusInp
Function · 0.85
Calls
2
find
Method · 0.80
end
Method · 0.45
Tested by
no test coverage detected