57 assign(
const std::string &name);
137 static std::vector<std::string>
names;
191 const unsigned int n =
flags.size();
192 const unsigned int m =
event.flags.size();
193 const unsigned int n_min = (n < m) ? n : m;
213 for (
unsigned int i = 0; i < n_min; ++i)
216 for (
unsigned int i = n_min; i < m; ++i)
233 for (
unsigned int i = 0; i <
event.flags.size(); ++i)
255 for (
unsigned int i = 0; i <
event.flags.size(); ++i)
270 for (
unsigned int i = 0; i <
flags.size(); ++i)
272 os <<
' ' <<
names[i];
280 for (
unsigned int i = 0; i <
names.size(); ++i)
281 os << i <<
'\t' <<
names[i] << std::endl;
bool test(const Event &event) const
static std::vector< std::string > names
Event & operator+=(const Event &event)
std::vector< bool > flags
Event & operator-=(const Event &event)
static Event assign(const std::string &name)
static void print_assigned(OS &os)
#define DEAL_II_NAMESPACE_OPEN
#define DEAL_II_NAMESPACE_CLOSE
const Event new_timestep_size
const Event bad_derivative
OutputOperator< VectorType > & operator<<(OutputOperator< VectorType > &out, unsigned int step)