* Turn on/off all Lagrangian arrays. */
| 210 | * Turn on/off all Lagrangian arrays. |
| 211 | */ |
| 212 | void DisableAllLagrangianArrays() |
| 213 | { |
| 214 | this->DisableAllSelectionArrays(this->LagrangianDataArraySelection); |
| 215 | } |
| 216 | void EnableAllLagrangianArrays() |
| 217 | { |
| 218 | this->EnableAllSelectionArrays(this->LagrangianDataArraySelection); |
nothing calls this directly
no test coverage detected