16 #ifndef dealii_swappable_vector_h 17 # define dealii_swappable_vector_h 20 # include <deal.II/base/config.h> 22 # include <deal.II/base/thread_management.h> 24 # include <deal.II/lac/vector.h> 28 DEAL_II_NAMESPACE_OPEN
60 template <
typename number>
103 swap_out(
const std::string &filename);
158 get_filename()
const;
184 <<
"The filename <" << arg1 <<
"> is not a valid one here.");
224 reload_vector(
const bool set_flag);
228 DEAL_II_NAMESPACE_CLOSE
230 #endif // dealii_swappable_vector_h std::size_t memory_consumption() const
Vector< Number > & operator=(const Number s)
#define DeclException1(Exception1, type1, outsequence)
#define DeclException0(Exception0)