Epetra Package Browser (Single Doxygen Collection)  Development
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Epetra_IntVector.h
Go to the documentation of this file.
1 /*
2 //@HEADER
3 // ************************************************************************
4 //
5 // Epetra: Linear Algebra Services Package
6 // Copyright 2011 Sandia Corporation
7 //
8 // Under the terms of Contract DE-AC04-94AL85000 with Sandia Corporation,
9 // the U.S. Government retains certain rights in this software.
10 //
11 // Redistribution and use in source and binary forms, with or without
12 // modification, are permitted provided that the following conditions are
13 // met:
14 //
15 // 1. Redistributions of source code must retain the above copyright
16 // notice, this list of conditions and the following disclaimer.
17 //
18 // 2. Redistributions in binary form must reproduce the above copyright
19 // notice, this list of conditions and the following disclaimer in the
20 // documentation and/or other materials provided with the distribution.
21 //
22 // 3. Neither the name of the Corporation nor the names of the
23 // contributors may be used to endorse or promote products derived from
24 // this software without specific prior written permission.
25 //
26 // THIS SOFTWARE IS PROVIDED BY SANDIA CORPORATION "AS IS" AND ANY
27 // EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
28 // IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
29 // PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL SANDIA CORPORATION OR THE
30 // CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
31 // EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
32 // PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
33 // PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
34 // LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
35 // NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
36 // SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
37 //
38 // Questions? Contact Michael A. Heroux (maherou@sandia.gov)
39 //
40 // ************************************************************************
41 //@HEADER
42 */
43 
44 #ifndef EPETRA_INTVECTOR_H
45 #define EPETRA_INTVECTOR_H
46 
47 #if defined(Epetra_SHOW_DEPRECATED_WARNINGS)
48 #ifdef __GNUC__
49 #warning "The Epetra package is deprecated"
50 #endif
51 #endif
52 
53 
54 
55 #include "Epetra_ConfigDefs.h"
56 #include "Epetra_DistObject.h"
57 #include "Epetra_BlockMap.h"
58 #include "Epetra_Distributor.h"
59 class Epetra_Map;
60 
62 
131 //=========================================================================
132 class EPETRA_LIB_DLL_EXPORT Epetra_IntVector : public Epetra_DistObject {
133 
134  public:
135 
137 
138 
155  Epetra_IntVector(const Epetra_BlockMap& Map, bool zeroOut = true);
156 
158 
159  Epetra_IntVector(const Epetra_IntVector& Source);
160 
162 
174  Epetra_IntVector(Epetra_DataAccess CV, const Epetra_BlockMap& Map, int *V);
175 
177  virtual ~Epetra_IntVector ();
179 
180 
182 
183  int PutValue(int Value);
186 
187 
189 
190 
191 
193 
199  int ExtractCopy(int *V) const;
200 
202 
208  int ExtractView(int **V) const;
210 
212 
213 
217  int MaxValue();
218 
220 
223  int MinValue();
224 
226 
228 
229 
231 
238 
240 
243  int& operator [] (int index) { return Values_[index]; }
245 
248  const int& operator [] (int index) const { return Values_[index]; }
250 
252 
253 
255  int * Values() const {return(Values_);};
256 
258  int MyLength() const {return(Map().NumMyPoints());};
259 
261 #ifndef EPETRA_NO_32BIT_GLOBAL_INDICES
262  int GlobalLength() const {return (Map().NumGlobalPoints());};
263 #endif
264 
265  long long GlobalLength64() const {return (Map().NumGlobalPoints64());};
267 
269 
270 
272  virtual void Print(std::ostream & os) const;
274  private:
275 
276  int AllocateForCopy();
277  int DoCopy(int * V);
278  int AllocateForView();
279  int DoView(int * V);
280 
281  // Routines to implement Epetra_DistObject virtual methods
282  int CheckSizes(const Epetra_SrcDistObject& A);
283 
284  int CopyAndPermute(const Epetra_SrcDistObject & Source,
285  int NumSameIDs,
286  int NumPermuteIDs,
287  int * PermuteToLIDs,
288  int * PermuteFromLIDs,
289  const Epetra_OffsetIndex * Indexor,
290  Epetra_CombineMode CombineMode = Zero);
291 
292  int PackAndPrepare(const Epetra_SrcDistObject & Source,
293  int NumExportIDs,
294  int * ExportLIDs,
295  int & LenExports,
296  char * & Exports,
297  int & SizeOfPacket,
298  int * Sizes,
299  bool& VarSizes,
300  Epetra_Distributor & Distor);
301 
302  int UnpackAndCombine(const Epetra_SrcDistObject & Source,
303  int NumImportIDs,
304  int * ImportLIDs,
305  int LenImports,
306  char * Imports,
307  int & SizeOfPacket,
308  Epetra_Distributor & Distor,
309  Epetra_CombineMode CombineMode,
310  const Epetra_OffsetIndex * Indexor);
311 
312  int * Values_;
315 };
316 
317 #endif /* EPETRA_INTVECTOR_H */
Epetra_Map: A class for partitioning vectors and matrices.
Definition: Epetra_Map.h:127
Epetra_Distributor: The Epetra Gather/Scatter Setup Base Class.
virtual int CopyAndPermute(const Epetra_SrcDistObject &Source, int NumSameIDs, int NumPermuteIDs, int *PermuteToLIDs, int *PermuteFromLIDs, const Epetra_OffsetIndex *Indexor, Epetra_CombineMode CombineMode=Zero)=0
Perform ID copies and permutations that are on processor.
Epetra_OffsetIndex: This class builds index for efficient mapping of data from one Epetra_CrsGraph ba...
Epetra_IntVector: A class for constructing and using dense integer vectors on a parallel computer...
virtual void Print(std::ostream &os) const
Print method.
int * Values() const
Returns a pointer to an array containing the values of this vector.
int GlobalLength() const
Returns the global vector length of vectors in the multi-vector.
virtual int CheckSizes(const Epetra_SrcDistObject &Source)=0
Allows the source and target (this) objects to be compared for compatibility, return nonzero if not...
virtual int UnpackAndCombine(const Epetra_SrcDistObject &Source, int NumImportIDs, int *ImportLIDs, int LenImports, char *Imports, int &SizeOfPacket, Epetra_Distributor &Distor, Epetra_CombineMode CombineMode, const Epetra_OffsetIndex *Indexor)=0
Perform any unpacking and combining after call to DoTransfer().
Epetra_BlockMap: A class for partitioning block element vectors and matrices.
long long GlobalLength64() const
Epetra_DistObject & operator=(const Epetra_DistObject &src)
Epetra_CombineMode
Epetra_SrcDistObject: A class for supporting flexible source distributed objects for import/export op...
Epetra_DataAccess
int MyLength() const
Returns the local vector length on the calling processor of vectors in the multi-vector.
Epetra_DistObject: A class for constructing and using dense multi-vectors, vectors and matrices in pa...
virtual int PackAndPrepare(const Epetra_SrcDistObject &Source, int NumExportIDs, int *ExportLIDs, int &LenExports, char *&Exports, int &SizeOfPacket, int *Sizes, bool &VarSizes, Epetra_Distributor &Distor)=0
Perform any packing or preparation required for call to DoTransfer().
const Epetra_BlockMap & Map() const
Returns the address of the Epetra_BlockMap for this multi-vector.