Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NGSolve/ngsolve
/ sqrt
Function
sqrt
fem/coefficient_stdmath.cpp:279–282 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
277
278
279
shared_ptr<CoefficientFunction> sqrt(shared_ptr<CoefficientFunction> x)
280
{
281
return MakeStdMathFunction<GenericSqrt>(x);
282
}
283
284
shared_ptr<CoefficientFunction> sin(shared_ptr<CoefficientFunction> x)
285
{
Callers
15
Orthogonalize
Function · 0.90
TOAR
Function · 0.90
Solve
Method · 0.90
scattering.py
File · 0.90
scattering_triangle.py
File · 0.90
pcg
Function · 0.90
SphericalHarmonicReal
Function · 0.70
ScaledHermitePolynomial
Function · 0.70
HermiteFunction
Function · 0.70
ComputeLaguerreRule
Function · 0.70
CalcNormalVector
Function · 0.70
P0
Method · 0.70
Calls
no outgoing calls
Tested by
15
test_krylovspace_solvers
Function · 0.40
test_detect_symmetric
Function · 0.40
test_periodicH1
Function · 0.40
test_quasiperiodic
Function · 0.40
test_diff
Function · 0.40
Test
Function · 0.40
TestCurvatureDiffOps2D
Function · 0.40
TestCurvatureDiffOps3D
Function · 0.40
test_convection1d_dg
Function · 0.40
pot_func
Function · 0.40
res_func
Function · 0.40
test_1dlaplace
Function · 0.40