Tribol
Tribol copied to clipboard
Investigate `couplingScheme::m_numTotalNodes`
This appears to hold the number of nodes on mesh1 (the mortar mesh) (see https://github.com/LLNL/Tribol/blob/develop/src/tribol/mesh/CouplingScheme.cpp#L1114). This is not apparent from the name of the variable and appears to be used only with the mortar method. Consider
- Moving this variable to the method data
- Renaming it to something more accurate and verifying it's usage is as intended in the code