add getNoBasis to SIMSemi3D
This commit is contained in:
parent
d19cb71f28
commit
bd14b9c0ee
@ -371,6 +371,9 @@ public:
|
|||||||
//! \brief Dummy method.
|
//! \brief Dummy method.
|
||||||
int getGlobalNode(int node) const { return -1; }
|
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:
|
protected:
|
||||||
std::vector<PlaneSolver*> m_planes; //!< Planar solvers
|
std::vector<PlaneSolver*> m_planes; //!< Planar solvers
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user