added: method to return the number of registered resultpoints
git-svn-id: http://svn.sintef.no/trondheim/IFEM/trunk@1083 e10b68d5-8a6e-419e-a041-bce267b0401d
This commit is contained in:
parent
04b8c47749
commit
64cf88a241
@ -140,6 +140,8 @@ public:
|
||||
size_t getNoSolutions() const;
|
||||
//! \brief Returns the total number of patches in the model.
|
||||
int getNoPatches() const { return nGlPatches; }
|
||||
//! \brief Return the number of registered result points
|
||||
size_t getNoResultPoints() const { return myPoints.size(); }
|
||||
|
||||
//! \brief Initializes time-dependent in-homogeneous Dirichlet coefficients.
|
||||
//! \param[in] time Current time
|
||||
|
Loading…
Reference in New Issue
Block a user