Tribol icon indicating copy to clipboard operation
Tribol copied to clipboard

Investigate `couplingScheme::m_numTotalNodes`

Open ebchin opened this issue 4 months ago • 0 comments

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

  1. Moving this variable to the method data
  2. Renaming it to something more accurate and verifying it's usage is as intended in the code

ebchin avatar Oct 03 '24 22:10 ebchin