From 7f6e07658f2779fcabf0257bb5e1aeb35eaeaf9a Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Sat, 27 Dec 2008 05:09:24 +0000 Subject: [PATCH] Make memory_consumption() more accurate. git-svn-id: https://svn.dealii.org/trunk@18013 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/deal.II/source/hp/dof_handler.cc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/deal.II/deal.II/source/hp/dof_handler.cc b/deal.II/deal.II/source/hp/dof_handler.cc index cfb0afbe10..1f673e7f00 100644 --- a/deal.II/deal.II/source/hp/dof_handler.cc +++ b/deal.II/deal.II/source/hp/dof_handler.cc @@ -2924,7 +2924,9 @@ namespace hp MemoryConsumption::memory_consumption (levels) + MemoryConsumption::memory_consumption (*faces) + MemoryConsumption::memory_consumption (used_dofs) + - MemoryConsumption::memory_consumption (vertex_dofs)); + MemoryConsumption::memory_consumption (vertex_dofs) + + MemoryConsumption::memory_consumption (vertex_dofs_offsets) + + MemoryConsumption::memory_consumption (has_children)); for (unsigned int i=0; i