*
* @ingroup Exceptions
*/
- DeclException2 (ExcDistortedMappedCell,
- Point<spacedim>, int,
+ DeclException3 (ExcDistortedMappedCell,
+ Point<spacedim>, double, int,
<< "The image of the mapping applied to cell with center ["
<< arg1 << "] is distorted. The cell geometry or the "
- << "mapping are invalid and yield non-positive volume "
- << "fractions in quadrature point " << arg2 << ".");
+ << "mapping are invalid, giving a non-positive volume "
+ << "fraction of " << arg2 << " in quadrature point "
+ << arg3 << ".");
private:
// (dimension-independent) criterion
Assert (det > 1e-12*Utilities::fixed_power<dim>(cell->diameter()/
std::sqrt(double(dim))),
- (typename Mapping<dim,spacedim>::ExcDistortedMappedCell(cell->center(), point)));
+ (typename Mapping<dim,spacedim>::ExcDistortedMappedCell(cell->center(), det, point)));
JxW_values[point] = weights[point] * det;
}
-DEAL::(typename Mapping<dim,spacedim>::ExcDistortedMappedCell(cell->center(), point))
+DEAL::(typename Mapping<dim,spacedim>::ExcDistortedMappedCell(cell->center(), det, point))
DEAL::Integral = 0
-DEAL::(typename Mapping<dim,spacedim>::ExcDistortedMappedCell(cell->center(), point))
+DEAL::(typename Mapping<dim,spacedim>::ExcDistortedMappedCell(cell->center(), det, point))
DEAL::Integral = 0
In the beginning the Universe was created. This has made a lot of
people very angry and has been widely regarded as a bad move.
Douglas Adams