diff --git a/src/SIM/SIMbase.h b/src/SIM/SIMbase.h index 40e358c7..609e2e00 100644 --- a/src/SIM/SIMbase.h +++ b/src/SIM/SIMbase.h @@ -121,6 +121,8 @@ public: //! \brief Returns a pointer to the problem-specific data object. const Integrand* getProblem() const { return myProblem; } + virtual std::string getName() const { return "SIMbase"; } + //! \brief Returns the number of primary solution fields. //! \param[in] basis Which basis to condsider when mixed methods (0 = both) size_t getNoFields(int basis = 0) const;