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

MOR_StkNodalMeshReduction.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 #ifndef MOR_STKNODALMESHREDUCTION_HPP
00007 #define MOR_STKNODALMESHREDUCTION_HPP
00008 
00009 #include "stk_mesh/base/BulkData.hpp"
00010 #include "stk_mesh/base/Part.hpp"
00011 
00012 #include "Teuchos_ArrayView.hpp"
00013 
00014 namespace MOR {
00015 
00016 void addNodesToPart(
00017     const Teuchos::ArrayView<const stk::mesh::EntityId> &nodeIds,
00018     stk::mesh::Part &samplePart,
00019     stk::mesh::BulkData& bulkData);
00020 
00021 void performNodalMeshReduction(
00022     stk::mesh::Part &samplePart,
00023     stk::mesh::BulkData& bulkData);
00024 
00025 } // end namespace MOR
00026 
00027 #endif /* MOR_STKNODALMESHREDUCTION_HPP */

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