From: Martin Kronbichler Date: Sun, 22 Mar 2020 07:43:10 +0000 (+0100) Subject: Fix compilation with Tpetra vector X-Git-Tag: v9.2.0-rc1~387^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F9708%2Fhead;p=dealii.git Fix compilation with Tpetra vector --- diff --git a/include/deal.II/numerics/data_out_dof_data.templates.h b/include/deal.II/numerics/data_out_dof_data.templates.h index 1ce2ae5117..3a00984200 100644 --- a/include/deal.II/numerics/data_out_dof_data.templates.h +++ b/include/deal.II/numerics/data_out_dof_data.templates.h @@ -442,6 +442,22 @@ namespace internal +#if defined(DEAL_II_TRILINOS_WITH_TPETRA) && defined(DEAL_II_WITH_MPI) + template + inline void + VectorHelper>::extract( + const LinearAlgebra::TpetraWrappers::Vector & /*vector*/, + const std::vector & /*indices*/, + const ComponentExtractor /*extract_component*/, + std::vector & /*values*/) + { + // TODO: we don't have element access + Assert(false, ExcNotImplemented()); + } +#endif + + + template DataEntryBase::DataEntryBase( const DoFHandlerType * dofs,