<h3>Specific improvements</h3>
<ol>
+ <li>
+ Fixed: Creating objects of type MappingQ was previously only possible
+ for low order polynomials. For orders higher than around 6, one ran
+ into assertions that tested for internal consistency. These assertions
+ have now been appropriately relaxes for the growth of round-off errors
+ with growing polynomial degrees.
+ <br>
+ (Juan Carlos Araujo Cabarcas, Wolfgang Bangerth, 2013/08/14)
+ </li>
+
<li>
New: MappingQEulerian is now also instantiated for vector elements
of type TrilinosWrappers::Vector as well as the MPI and block
// one. check this
for (unsigned int unit_point=0; unit_point<loqvs.n_rows(); ++unit_point)
Assert(std::fabs(std::accumulate(loqvs[unit_point].begin(),
- loqvs[unit_point].end(),0.)-1)<1e-13,
+ loqvs[unit_point].end(),0.)-1)<1e-12*this->degree*this->degree,
ExcInternalError());
}
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