An error occurred in file <exception_nothrow.cc> in function
int main()
The violated condition was:
- 1==2
+ 1 == 2
Additional information:
- This exception -- which is used in many places in the library -- usually indicates that some condition which the author of the code thought must be satisfied at a certain point in an algorithm, is not fulfilled. An example would be that the first part of an algorithm sorts elements of an array in ascending order, and a second part of the algorithm later encounters an element that is not larger than the previous one.
-
-There is usually not very much you can do if you encounter such an exception since it indicates an error in deal.II, not in your own program. Try to come up with the smallest possible program that still demonstrates the error and contact the deal.II mailing lists with it to obtain help.
+ This exception -- which is used in many places in the library --
+ usually indicates that some condition which the author of the code
+ thought must be satisfied at a certain point in an algorithm, is not
+ fulfilled. An example would be that the first part of an algorithm
+ sorts elements of an array in ascending order, and a second part of
+ the algorithm later encounters an element that is not larger than the
+ previous one.
+
+ There is usually not very much you can do if you encounter such an
+ exception since it indicates an error in deal.II, not in your own
+ program. Try to come up with the smallest possible program that still
+ demonstrates the error and contact the deal.II mailing lists with it
+ to obtain help.
--------------------------------------------------------
The violated condition was:
it != counter_map.end()
Additional information:
- No subscriber with identifier <b> subscribes to this object of class N6dealii11SubscriptorE. Consequently, it cannot be unsubscribed.
+ No subscriber with identifier <b> subscribes to this object of class
+ N6dealii11SubscriptorE. Consequently, it cannot be unsubscribed.
--------------------------------------------------------
DEAL::Exception: ExcMessage( "This Subscriptor object does not know anything about the supplied pointer!")
The violated condition was:
validity_ptr_it != validity_pointers.end()
Additional information:
- This Subscriptor object does not know anything about the supplied pointer!
+ This Subscriptor object does not know anything about the supplied
+ pointer!
--------------------------------------------------------
The violated condition was:
subsection_path.size() != 0
Additional information:
- You can't leave a subsection if you are already at the top level of the subsection hierarchy.
+ You can't leave a subsection if you are already at the top level of
+ the subsection hierarchy.
--------------------------------------------------------
DEAL::
The violated condition was:
subsection_path.size() != 0
Additional information:
- You can't leave a subsection if you are already at the top level of the subsection hierarchy.
+ You can't leave a subsection if you are already at the top level of
+ the subsection hierarchy.
--------------------------------------------------------
DEAL::
--------------------------------------------------------
An error occurred in file <parameter_handler.cc> in function
void dealii::ParameterHandler::set(const string&, const string&)
-The violated condition was:
+The violated condition was:
false
-Additional information:
+Additional information:
You can't ask for entry <Precison> you have not yet declared.
--------------------------------------------------------
--------------------------------------------------------
An error occurred in file <parameter_handler.cc> in function
void dealii::ParameterHandler::assert_that_entries_have_been_set() const
-The violated condition was:
+The violated condition was:
entries_wrongly_not_set.size() == 0
-Additional information:
- Not all entries of the parameter handler that were declared with `has_to_be_set = true` have been set. The following parameters
-
- General.Precision
- General.dim
-
- have not been set. A possible reason might be that you did not add these parameter to the input file or that their spelling is not correct.
+Additional information:
+ Not all entries of the parameter handler that were declared with
+ `has_to_be_set = true` have been set. The following parameters
+
+ General.Precision
+ General.dim
+
+ have not been set. A possible reason might be that you did not add
+ these parameter to the input file or that their spelling is not
+ correct.
--------------------------------------------------------
--------------------------------------------------------
An error occurred in file <parameter_handler.cc> in function
void dealii::ParameterHandler::assert_that_entries_have_been_set() const
-The violated condition was:
+The violated condition was:
entries_wrongly_not_set.size() == 0
-Additional information:
- Not all entries of the parameter handler that were declared with `has_to_be_set = true` have been set. The following parameters
-
- General.Precision
- General.dim
-
- have not been set. A possible reason might be that you did not add these parameter to the input file or that their spelling is not correct.
+Additional information:
+ Not all entries of the parameter handler that were declared with
+ `has_to_be_set = true` have been set. The following parameters
+
+ General.Precision
+ General.dim
+
+ have not been set. A possible reason might be that you did not add
+ these parameter to the input file or that their spelling is not
+ correct.
--------------------------------------------------------