25 #include <queso/Environment.h>
26 #include <queso/Defines.h>
27 #include <queso/VectorSet.h>
28 #include <queso/GslVector.h>
29 #include <queso/GslMatrix.h>
30 #include <queso/TeuchosVector.h>
31 #include <queso/TeuchosMatrix.h>
36 template <
class V,
class M>
43 template <
class V,
class M>
62 template <
class V,
class M>
65 if ((m_env.subDisplayFile()) && (m_env.displayVerbosity() >= 54)) {
66 *m_env.subDisplayFile() <<
"Entering VectorSet<V,M>::destructor()"
70 if ((m_env.subDisplayFile()) && (m_env.displayVerbosity() >= 54)) {
71 *m_env.subDisplayFile() <<
"Leaving VectorSet<V,M>::destructor()"
77 template <
class V,
class M>
83 template <
class V,
class M>
90 template <
class V,
class M>
97 template <
class V,
class M>
100 os <<
"In VectorSet<V,M>::print()"
101 <<
": nothing to be printed" << std::endl;
108 #ifdef QUESO_HAS_TRILINOS
unsigned int displayVerbosity() const
This class sets up the environment underlying the use of the QUESO library by an executable.
VectorSet()
Default Constructor.
virtual void print(std::ostream &os) const
Prints nothing.
std::ofstream * subDisplayFile() const
Access function for m_subDisplayFile (displays file on stream).
double volume() const
Set volume; access to private attribute m_volume.
This (virtual) class sets up the environment underlying the use of the QUESO library by an executable...
const BaseEnvironment & env() const
Environment. Access to private attribute m_env.
virtual ~VectorSet()
Virtual destructor.
const std::string & prefix() const
Access to private attribute m_prefix.
const BaseEnvironment & m_env