16 #ifndef dealii_swappable_vector_h 17 #define dealii_swappable_vector_h 20 #include <deal.II/base/config.h> 21 #include <deal.II/base/thread_management.h> 22 #include <deal.II/lac/vector.h> 25 DEAL_II_NAMESPACE_OPEN
57 template <
typename number>
98 void swap_out (
const std::string &filename);
149 const std::string &get_filename ()
const;
174 <<
"The filename <" << arg1
175 <<
"> is not a valid one here.");
214 void reload_vector (
const bool set_flag);
220 DEAL_II_NAMESPACE_CLOSE
std::size_t memory_consumption() const
Vector< Number > & operator=(const Number s)
#define DeclException1(Exception1, type1, outsequence)
#define DeclException0(Exception0)