add getNoBasis to SIMSemi3D

This commit is contained in:
Arne Morten Kvarving 2017-03-15 16:10:45 +01:00
parent d19cb71f28
commit bd14b9c0ee

View File

@ -371,6 +371,9 @@ public:
//! \brief Dummy method.
int getGlobalNode(int node) const { return -1; }
//! \brief Returns the number of bases in the model.
int getNoBasis() const { return m_planes[0]->getNoBasis(); }
protected:
std::vector<PlaneSolver*> m_planes; //!< Planar solvers