* automatically generated destructor would have a different one due to
* member objects.
*/
+#ifdef __INTEL_COMPILER
+ virtual ~DistortedCellList() noexcept override
+ {}
+#else
virtual ~DistortedCellList() noexcept override = default;
+#endif
/**
* A list of those cells among the coarse mesh cells that are deformed or
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:
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.
+ 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.
--------------------------------------------------------