From: Martin Kronbichler Date: Tue, 20 May 2025 12:45:37 +0000 (+0200) Subject: Do not add Tpetra block vectors to multigrid transfer instantiations X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F18471%2Fhead;p=dealii.git Do not add Tpetra block vectors to multigrid transfer instantiations --- diff --git a/cmake/config/template-arguments.in b/cmake/config/template-arguments.in index c76e73eb1c..54e5681124 100644 --- a/cmake/config/template-arguments.in +++ b/cmake/config/template-arguments.in @@ -194,11 +194,6 @@ VECTORS_WITHOUT_LAVEC := { Vector; @DEAL_II_EXPAND_TPETRA_VECTOR_COMPLEX_DOUBLE@; @DEAL_II_EXPAND_TPETRA_VECTOR_COMPLEX_FLOAT@; @DEAL_II_EXPAND_PETSC_MPI_VECTOR@; - - @DEAL_II_EXPAND_TPETRA_BLOCKVECTOR_DOUBLE@; - @DEAL_II_EXPAND_TPETRA_BLOCKVECTOR_FLOAT@; - @DEAL_II_EXPAND_TPETRA_BLOCKVECTOR_COMPLEX_DOUBLE@; - @DEAL_II_EXPAND_TPETRA_BLOCKVECTOR_COMPLEX_FLOAT@; } // Matrices