]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
The function memory_consumption now also accounts for the memory consumed by jacobian...
authorkronbichler <kronbichler@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 13 Aug 2008 22:44:17 +0000 (22:44 +0000)
committerkronbichler <kronbichler@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 13 Aug 2008 22:44:17 +0000 (22:44 +0000)
git-svn-id: https://svn.dealii.org/trunk@16540 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/deal.II/source/fe/fe_values.cc

index 8c619ec4c8762b7aa11b87e134e06f42267ee824..1c5de4a66561e82c0156abd9e6bd841268b5e4df 100644 (file)
@@ -1150,6 +1150,9 @@ FEValuesBase<dim>::memory_consumption () const
          MemoryConsumption::memory_consumption (this->shape_gradients) +
          MemoryConsumption::memory_consumption (this->shape_hessians) +
          MemoryConsumption::memory_consumption (this->JxW_values) +
+         MemoryConsumption::memory_consumption (this->jacobians) +
+         MemoryConsumption::memory_consumption (this->jacobian_grads) +
+         MemoryConsumption::memory_consumption (this->inverse_jacobians) +
          MemoryConsumption::memory_consumption (this->quadrature_points) +
          MemoryConsumption::memory_consumption (this->normal_vectors) +
          MemoryConsumption::memory_consumption (this->boundary_forms) +

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.