-
Notifications
You must be signed in to change notification settings - Fork 267
Description
During a run of tests/hill_diffusion.prm with a larger end time, ASPECT failed at Timestep 192: t=0.096 seconds, dt=0.0005 seconds.
The error was:
An error occurred in line <1095> of file <.../deal.II-v9.7.0/include/deal.II/numerics/vector_tools_constraints.templates.h> in function
void dealii::VectorTools::internal::compute_nonzero_normal_flux_constraints_active_or_level(const DoFHandler<dim, spacedim> &, const unsigned int, const std::settypes::boundary_id &, const std::map<types::boundary_id, const Function<spacedim, number> *> &, AffineConstraints &, const Mapping<dim, spacedim> &, const bool, const IndexSet &, const unsigned int) [dim = 2, spacedim = 2, number = double]
The violated condition was:
std::fabs(determinant(t)) > 1e-3
Additional information:
Found a set of normal vectors that are nearly collinear.
@tjhei , @gassmoeller suggested I tag you in this one!