MCPcopy Create free account
hub / github.com/NGSolve/ngsolve / UnitVectorCF

Function UnitVectorCF

fem/coefficient.cpp:4313–4316  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4311 }
4312
4313 shared_ptr<CoefficientFunction> UnitVectorCF (int dim, int coord)
4314 {
4315 return make_shared<UnitVectorCoefficientFunction> (dim, coord);
4316 }
4317
4318 shared_ptr<CoefficientFunction> OneVectorCF (FlatArray<int> dims)
4319 {

Callers 1

DiffJacobiMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected