From: bangerth Date: Sat, 27 Dec 2008 05:09:24 +0000 (+0000) Subject: Make memory_consumption() more accurate. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f14a2c6df74467dc052999ee0b066eabf5bba667;p=dealii-svn.git Make memory_consumption() more accurate. git-svn-id: https://svn.dealii.org/trunk@18013 0785d39b-7218-0410-832d-ea1e28bc413d --- 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