• Main Page
  • Related Pages
  • Namespaces
  • Classes
  • Files
  • File List
  • File Members

Epetra_GatherAllV.hpp

Go to the documentation of this file.
00001 //*****************************************************************//
00002 //    Albany 2.0:  Copyright 2012 Sandia Corporation               //
00003 //    This Software is released under the BSD license detailed     //
00004 //    in the file "license.txt" in the top-level Albany directory  //
00005 //*****************************************************************//
00006 
00007 class Epetra_Comm;
00008 
00009 namespace Epetra {
00010 
00011 int GatherAllV(
00012     const Epetra_Comm &comm,
00013     const int *myVals, int myCount,
00014     int *allVals, int allCount);
00015 
00016 } // namespace Epetra

Generated on Wed Mar 26 2014 18:36:38 for Albany: a Trilinos-based PDE code by  doxygen 1.7.1