Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NGSolve/ngsolve
/ GetJacobianMatrixCF
Method
GetJacobianMatrixCF
fem/python_fem.cpp:504–507 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
502
}
503
504
shared_ptr<CF> GetJacobianMatrixCF (int dims, int dimr)
505
{
506
return JacobianMatrixCF(dims,dimr);
507
}
508
509
shared_ptr<CF> GetWeingartenCF (int dim)
510
{
Callers
1
ExportCoefficientFunction
Function · 0.80
Calls
1
JacobianMatrixCF
Function · 0.85
Tested by
no test coverage detected