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

Method AddIntegrator

comp/contact.cpp:975–983  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

973 }
974
975 void ContactBoundary::AddIntegrator(shared_ptr<CoefficientFunction> form,
976 bool deformed)
977 {
978 integrators.Append(make_shared<ContactIntegrator>(form, deformed));
979 if (deformed)
980 deformed_integrators.Append (integrators.Last());
981 else
982 undeformed_integrators.Append (integrators.Last());
983 }
984
985 void ContactBoundary::
986 Update(shared_ptr<GridFunction> displacement_,

Callers 6

bilinearform.cppFile · 0.80
AddMatrixGFMethod · 0.80
AddIntegratorMethod · 0.80
linearform.cppFile · 0.80

Calls 1

AppendMethod · 0.45

Tested by

no test coverage detected