]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Remove SPARSITY_PATTERNS from template-arguments.in
authorDavid Wells <drwells@email.unc.edu>
Sat, 5 Nov 2022 15:52:51 +0000 (11:52 -0400)
committerDavid Wells <drwells@email.unc.edu>
Tue, 22 Nov 2022 18:36:47 +0000 (13:36 -0500)
We no longer need it! Taken together, removing the templates over the sparsity
pattern type lowers the number of symbols in the debug library build from 813005
to 811893.

cmake/config/template-arguments.in

index d5d0f8409352e1e44ef147918f7736f0d4e93115..ce0698f876a7e3d5d6e56db08c2d62610474e444 100644 (file)
@@ -239,15 +239,6 @@ TRIANGULATIONS := { Triangulation<deal_II_dimension, deal_II_space_dimension>;
                     parallel::shared::Triangulation<deal_II_dimension, deal_II_space_dimension>;
                     parallel::distributed::Triangulation<deal_II_dimension, deal_II_space_dimension>;}
 
-// serial and parallel sparsity pattern types
-SPARSITY_PATTERNS := { SparsityPattern;
-                       DynamicSparsityPattern;
-                       @DEAL_II_EXPAND_TRILINOS_SPARSITY_PATTERN@;
-
-                       BlockSparsityPattern;
-                       BlockDynamicSparsityPattern;
-                       @DEAL_II_EXPAND_TRILINOS_BLOCK_SPARSITY_PATTERN@; }
-
 // all supported logical dimensions
 DIMENSIONS := { 1; 2; 3 }
 

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.