31 shared_->is_fully_initialized_=
false;
37 : shared_(other.shared_),
46 string rec_name, description;
47 description =
"Record to set fields of the equation.\n"
48 "The fields are set only on the domain specified by one of the keys: 'region', 'rid', 'r_set'\n"
49 "and after the time given by the key 'time'. The field setting can be overridden by\n"
50 " any " + record_name +
" record that comes later in the boundary data array.";
57 "Apply field setting in this record after this time.\n"
58 "These times have to form an increasing sequence.");
70 double time,last_time=0.0;
71 if (list.
size() == 0)
return;
73 it !=
shared_->input_list_.end(); ++it)
76 time = it->val<
double>(
"time");
77 if (time < last_time) {
78 cout <<
shared_->input_list_.address_string();
79 THROW( ExcNonascendingTime()
82 <<
shared_->input_list_.ei_address());
97 double time,last_time=0.0;
99 it !=
shared_->input_list_.end(); ++it)
101 time = it->val<
double>(
"time");