*/
void block_read(std::istream & in);
-
#ifdef DEAL_II_USE_TRILINOS
/**
* Given an MPI communicator,
<< "The global index " << arg1
<< " is not an element of this set.");
- /**
- * Write or read the data of this object to or
- * from a stream for the purpose of serialization
- */
+ /**
+ * Write or read the data of this object to or
+ * from a stream for the purpose of serialization
+ */
template <class Archive>
void serialize (Archive & ar, const unsigned int version);
}
std::size_t memory_consumption () const
- {
- return sizeof(Range);
- }
+ {
+ return sizeof(Range);
+ }
- /**
- * Write or read the data of this object to or
- * from a stream for the purpose of serialization
- */
- template <class Archive>
- void serialize (Archive & ar, const unsigned int version);
-
+ /**
+ * Write or read the data of this object to or
+ * from a stream for the purpose of serialization
+ */
+ template <class Archive>
+ void serialize (Archive & ar, const unsigned int version);
};
/**
out << "}" << std::endl;
}
+
+
template <class Archive>
inline
void
{
ar & begin & end & nth_index_in_set;
}
-
+
+
+
template <class Archive>
inline
void