Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NGSolve/ngsolve
/ GetWeingartenCF
Method
GetWeingartenCF
fem/python_fem.cpp:509–512 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
507
}
508
509
shared_ptr<CF> GetWeingartenCF (int dim)
510
{
511
return WeingartenCF(dim);
512
}
513
514
shared_ptr<CF> GetVertexTangentialVectorsCF (int dim)
515
{
Callers
nothing calls this directly
Calls
1
WeingartenCF
Function · 0.85
Tested by
no test coverage detected