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

Function SetEpsRegularization

comp/bilinearform.hpp:417–417  ·  view source on GitHub ↗

add eps I to the assembled matrix

Source from the content-addressed store, hash-verified

415
416 /// add eps I to the assembled matrix
417 void SetEpsRegularization(double val) { eps_regularization = val; }
418
419 /// set matrix diagonal for unused dofs to this value
420 void SetUnusedDiag (double val) { unuseddiag = val; }

Callers 1

BilinearFormMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected