Skip to content

ComponentParallelPlate

Heinrich Schindler requested to merge cmp-parallel-plate into master
  • GetMedium: check if the point is in a gas gap; return nullptr if it isn't
  • Remove unused variables and enum.
  • Use std::vector<bool> m_conductive instead of std::vector<int> m_sigmaIndex to keep track of which layers are conductive.
  • Make m_d a local variable and rename m_dHolder to m_d.

Merge request reports

Loading