This must be a left-over from some earlier development.
*/
virtual std::size_t memory_consumption () const;
- /**
- * Unit normal vectors. Used for the alternative computation of the normal
- * vectors. See doc of the @p alternative_normals_computation flag.
- *
- * Filled (hardcoded) once in @p get_face_data.
- */
- std::vector<std::vector<Point<dim> > > unit_normals;
-
/**
* Flag that is set by the <tt>fill_fe_[[sub]face]_values</tt> function.
*
MappingQ<dim,spacedim>::InternalData::memory_consumption () const
{
return (MappingQ1<dim,spacedim>::InternalData::memory_consumption () +
- MemoryConsumption::memory_consumption (unit_normals) +
MemoryConsumption::memory_consumption (use_mapping_q1_on_current_cell) +
MemoryConsumption::memory_consumption (mapping_q1_data));
}
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