]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Add a member to memory_consumption().
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Tue, 18 Aug 2015 13:39:45 +0000 (08:39 -0500)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Tue, 18 Aug 2015 13:42:24 +0000 (08:42 -0500)
source/fe/mapping_cartesian.cc

index d8c76310c205cc61b6aaf0ecba619089d9036b10..0fd570e2c62456c78268369464708ab100e206f7 100644 (file)
@@ -51,6 +51,7 @@ MappingCartesian<dim, spacedim>::InternalData::memory_consumption () const
 {
   return (Mapping<dim, spacedim>::InternalDataBase::memory_consumption() +
           MemoryConsumption::memory_consumption (length) +
+          MemoryConsumption::memory_consumption (volume_element) +
           MemoryConsumption::memory_consumption (quadrature_points));
 }
 

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


Typeset in Trocchi and Trocchi Bold Sans Serif.