]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Add missing fields to memory_consumption().
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Tue, 10 Sep 2013 18:18:22 +0000 (18:18 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Tue, 10 Sep 2013 18:18:22 +0000 (18:18 +0000)
git-svn-id: https://svn.dealii.org/trunk@30667 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/source/hp/dof_level.cc

index 8215acd3da23d56cb413feeb1e646ca9d35554a7..fc11565a339290afd8b87cbc42a0b569d677a1d0 100644 (file)
@@ -218,7 +218,9 @@ namespace internal
     {
       return (MemoryConsumption::memory_consumption (active_fe_indices) +
              MemoryConsumption::memory_consumption (dof_indices) +
-              MemoryConsumption::memory_consumption (dof_offsets));
+              MemoryConsumption::memory_consumption (dof_offsets) +
+              MemoryConsumption::memory_consumption (cell_cache_offsets) +
+              MemoryConsumption::memory_consumption(cell_dof_indices_cache));
     }
 
 

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.