Tpetra parallel linear algebra  Version of the Day
Tpetra_ImportExportData_decl.hpp
1 // @HEADER
2 // ***********************************************************************
3 //
4 // Tpetra: Templated Linear Algebra Services Package
5 // Copyright (2008) Sandia Corporation
6 //
7 // Under the terms of Contract DE-AC04-94AL85000 with Sandia Corporation,
8 // the U.S. Government retains certain rights in this software.
9 //
10 // Redistribution and use in source and binary forms, with or without
11 // modification, are permitted provided that the following conditions are
12 // met:
13 //
14 // 1. Redistributions of source code must retain the above copyright
15 // notice, this list of conditions and the following disclaimer.
16 //
17 // 2. Redistributions in binary form must reproduce the above copyright
18 // notice, this list of conditions and the following disclaimer in the
19 // documentation and/or other materials provided with the distribution.
20 //
21 // 3. Neither the name of the Corporation nor the names of the
22 // contributors may be used to endorse or promote products derived from
23 // this software without specific prior written permission.
24 //
25 // THIS SOFTWARE IS PROVIDED BY SANDIA CORPORATION "AS IS" AND ANY
26 // EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
27 // IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
28 // PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL SANDIA CORPORATION OR THE
29 // CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
30 // EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
31 // PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
32 // PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
33 // LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
34 // NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
35 // SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
36 //
37 // Questions? Contact Michael A. Heroux (maherou@sandia.gov)
38 //
39 // ************************************************************************
40 // @HEADER
41 
42 #ifndef TPETRA_IMPORTEXPORTDATA_DECL_HPP
43 #define TPETRA_IMPORTEXPORTDATA_DECL_HPP
44 
46 #include "Tpetra_Export_fwd.hpp"
47 #include "Tpetra_Import_fwd.hpp"
48 #include "Tpetra_Map_fwd.hpp"
49 #include "Tpetra_Distributor.hpp"
50 #include "Teuchos_Array.hpp"
51 #include "Teuchos_RCP.hpp"
52 
53 #ifndef DOXYGEN_SHOULD_SKIP_THIS
54 namespace Teuchos {
55 class ParameterList; // forward declaration
56 } // namespace Teuchos
57 #endif // DOXYGEN_SHOULD_SKIP_THIS
58 
59 namespace Tpetra {
60 namespace Classes {
61 
81  template<class LocalOrdinal,
82  class GlobalOrdinal,
83  class Node>
85  public:
86  typedef LocalOrdinal local_ordinal_type;
87  typedef GlobalOrdinal global_ordinal_type;
88  typedef Node node_type;
90 
95  ImportExportData (const Teuchos::RCP<const map_type>& source,
96  const Teuchos::RCP<const map_type>& target);
97 
103  ImportExportData (const Teuchos::RCP<const map_type>& source,
104  const Teuchos::RCP<const map_type>& target,
105  const Teuchos::RCP<Teuchos::FancyOStream>& out);
106 
112  ImportExportData (const Teuchos::RCP<const map_type>& source,
113  const Teuchos::RCP<const map_type>& target,
114  const Teuchos::RCP<Teuchos::ParameterList>& plist);
115 
122  ImportExportData (const Teuchos::RCP<const map_type>& source,
123  const Teuchos::RCP<const map_type>& target,
124  const Teuchos::RCP<Teuchos::FancyOStream>& out,
125  const Teuchos::RCP<Teuchos::ParameterList>& plist);
128 
134  Teuchos::RCP<ImportExportData<LocalOrdinal, GlobalOrdinal, Node> > reverseClone();
135 
137  const Teuchos::RCP<const Map<LocalOrdinal,GlobalOrdinal,Node> > source_;
138 
140  const Teuchos::RCP<const Map<LocalOrdinal,GlobalOrdinal,Node> > target_;
141 
143  Teuchos::RCP<Teuchos::FancyOStream> out_;
144 
156  Teuchos::Array<LocalOrdinal> permuteToLIDs_;
157 
169  Teuchos::Array<LocalOrdinal> permuteFromLIDs_;
170 
177  Teuchos::Array<LocalOrdinal> remoteLIDs_;
178 
185  Teuchos::Array<LocalOrdinal> exportLIDs_;
186 
188  Teuchos::Array<int> exportPIDs_;
189 
202  size_t numSameIDs_;
203 
211 
229 
230  private:
236  }; // class ImportExportData
237 
238 } // namespace Classes
239 } // namespace Tpetra
240 
241 #endif // TPETRA_IMPORTEXPORTDATA_DECL_HPP
Tpetra_Map_fwd.hpp
Forward declaration of Tpetra::Map.
Tpetra::Classes::ImportExportData::target_
const Teuchos::RCP< const Map< LocalOrdinal, GlobalOrdinal, Node > > target_
Target Map of the Import or Export.
Definition: Tpetra_ImportExportData_decl.hpp:140
Tpetra_Export_fwd.hpp
Forward declaration of Tpetra::Export.
Tpetra::Classes::ImportExportData
Implementation detail of Import and Export.
Definition: Tpetra_ImportExportData_decl.hpp:84
Tpetra::Classes::ImportExportData::reverseClone
Teuchos::RCP< ImportExportData< LocalOrdinal, GlobalOrdinal, Node > > reverseClone()
Copy the data, but reverse the direction of the transfer as well as reversing the Distributor.
Definition: Tpetra_ImportExportData_def.hpp:105
Tpetra_Import_fwd.hpp
Forward declaration of Tpetra::Import.
Tpetra::Classes::ImportExportData::source_
const Teuchos::RCP< const Map< LocalOrdinal, GlobalOrdinal, Node > > source_
Source Map of the Import or Export.
Definition: Tpetra_ImportExportData_decl.hpp:137
Tpetra::Classes::ImportExportData::ImportExportData
ImportExportData(const Teuchos::RCP< const map_type > &source, const Teuchos::RCP< const map_type > &target)
Constructor.
Definition: Tpetra_ImportExportData_def.hpp:53
Tpetra::Classes::ImportExportData::~ImportExportData
~ImportExportData()
Destructor.
Definition: Tpetra_ImportExportData_def.hpp:151
Tpetra::Classes::ImportExportData::permuteToLIDs_
Teuchos::Array< LocalOrdinal > permuteToLIDs_
Index of target Map LIDs to which to permute.
Definition: Tpetra_ImportExportData_decl.hpp:156
Tpetra::Classes::ImportExportData::exportLIDs_
Teuchos::Array< LocalOrdinal > exportLIDs_
"Outgoing" local indices.
Definition: Tpetra_ImportExportData_decl.hpp:185
Tpetra::Classes::ImportExportData::permuteFromLIDs_
Teuchos::Array< LocalOrdinal > permuteFromLIDs_
Index of source Map LIDs from which to permute.
Definition: Tpetra_ImportExportData_decl.hpp:169
Tpetra::Classes::ImportExportData::numSameIDs_
size_t numSameIDs_
Number of initial identical indices.
Definition: Tpetra_ImportExportData_decl.hpp:202
Tpetra::Distributor
Sets up and executes a communication plan for a Tpetra DistObject.
Definition: Tpetra_Distributor.hpp:188
Tpetra::Classes::ImportExportData::isLocallyComplete_
bool isLocallyComplete_
Is this Export or Import locally complete?
Definition: Tpetra_ImportExportData_decl.hpp:228
Tpetra::Classes::ImportExportData::remoteLIDs_
Teuchos::Array< LocalOrdinal > remoteLIDs_
"Incoming" indices.
Definition: Tpetra_ImportExportData_decl.hpp:177
Tpetra::Classes::ImportExportData::out_
Teuchos::RCP< Teuchos::FancyOStream > out_
Output stream for debug output.
Definition: Tpetra_ImportExportData_decl.hpp:143
Tpetra::Classes::Map
A parallel distribution of indices over processes.
Definition: Tpetra_Map_decl.hpp:247
Tpetra_ImportExportData_fwd.hpp
Forward declaration of Tpetra::ImportExportData.
Tpetra::Classes::ImportExportData::distributor_
Distributor distributor_
Object that actually distributes (sends and receives) data.
Definition: Tpetra_ImportExportData_decl.hpp:210
Tpetra
Namespace Tpetra contains the class and methods constituting the Tpetra library.
Tpetra::Classes::ImportExportData::exportPIDs_
Teuchos::Array< int > exportPIDs_
Ranks of the processes to which the source object sends data.
Definition: Tpetra_ImportExportData_decl.hpp:188