MCPcopy 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

OrthogonalizeFunction · 0.90
TOARFunction · 0.90
SolveMethod · 0.90
scattering.pyFile · 0.90
pcgFunction · 0.90
SphericalHarmonicRealFunction · 0.70
ScaledHermitePolynomialFunction · 0.70
HermiteFunctionFunction · 0.70
ComputeLaguerreRuleFunction · 0.70
CalcNormalVectorFunction · 0.70
P0Method · 0.70

Calls

no outgoing calls

Tested by 15

test_krylovspace_solversFunction · 0.40
test_detect_symmetricFunction · 0.40
test_periodicH1Function · 0.40
test_quasiperiodicFunction · 0.40
test_diffFunction · 0.40
TestFunction · 0.40
TestCurvatureDiffOps2DFunction · 0.40
TestCurvatureDiffOps3DFunction · 0.40
test_convection1d_dgFunction · 0.40
pot_funcFunction · 0.40
res_funcFunction · 0.40
test_1dlaplaceFunction · 0.40