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

Method GetDofNrs

comp/contact.cpp:1520–1526  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1518
1519 template<int DIM>
1520 void MPContactElement<DIM>::GetDofNrs(Array<DofId>& dnums) const
1521 {
1522 trial_fes->GetDofNrs(primary_ei, dnums);
1523 Array<DofId> s_dofs;
1524 trial_fes->GetDofNrs(secondary_ei, s_dofs);
1525 dnums += s_dofs;
1526 }
1527
1528 template<int DIM>
1529 void MPContactElement<DIM>::GetDofNrs2(Array<DofId>& dnums) const

Callers 3

GetDofNrsMethod · 0.45
AssembleMethod · 0.45
GetDofNrs2Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected